Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Complete Task
onbee_app:complete_task
Mark a task as completed in onbee_app.
Write
Medium risk
Create Company
onbee_app:create_company
Create a new company in onbee_app.
Write
Medium risk
Create Contact
onbee_app:create_contact
Create a new contact in onbee_app.
Write
Medium risk
Create Deal
onbee_app:create_deal
Create a new deal in onbee_app.
Write
Medium risk
Create Task
onbee_app:create_task
Create a new task in onbee_app.
Write
Medium risk
Delete Contact
onbee_app:delete_contact
Delete a contact from onbee_app. This action cannot be undone.
Write
High risk
Get Company
onbee_app:get_company
Fetch a single company by ID with all company details.
Read
Low risk
Get Contact
onbee_app:get_contact
Fetch a single contact by ID with all contact details.
Read
Low risk
Get Deal
onbee_app:get_deal
Fetch a single deal by ID with all deal details.
Read
Low risk
Get Task
onbee_app:get_task
Fetch a single task by ID with all task details.
Read
Low risk
List Companies
onbee_app:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Contacts
onbee_app:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
onbee_app:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Tasks
onbee_app:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Send Email
onbee_app:send_email
Send an email through onbee_app.
Write
Medium risk
Update Contact
onbee_app:update_contact
Update an existing contact in onbee_app.
Write
Medium risk
Update Task
onbee_app:update_task
Update an existing task in onbee_app.
Write
Medium risk