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
companyhub:complete_task
Mark a task as completed in CompanyHub.
Write
Medium risk
Create Company
companyhub:create_company
Create a new company record in CompanyHub.
Write
Medium risk
Create Contact
companyhub:create_contact
Create a new contact record in CompanyHub.
Write
Medium risk
Create Deal
companyhub:create_deal
Create a new deal record in CompanyHub.
Write
Medium risk
Create Task
companyhub:create_task
Create a new task record in CompanyHub.
Write
Medium risk
Delete Company
companyhub:delete_company
Delete a company record from CompanyHub. This action cannot be undone.
Write
High risk
Delete Contact
companyhub:delete_contact
Delete a contact record from CompanyHub. This action cannot be undone.
Write
High risk
Delete Deal
companyhub:delete_deal
Delete a deal record from CompanyHub. This action cannot be undone.
Write
High risk
Delete Task
companyhub:delete_task
Delete a task record from CompanyHub. This action cannot be undone.
Write
High risk
Get Company
companyhub:get_company
Fetch a single company by ID with all details including contacts and deals.
Read
Low risk
Get Contact
companyhub:get_contact
Fetch a single contact by ID with all details including company association.
Read
Low risk
Get Deal
companyhub:get_deal
Fetch a single deal by ID with all details including associated contacts and company.
Read
Low risk
Get Task
companyhub:get_task
Fetch a single task by ID with all details including associated records.
Read
Low risk
List Companies
companyhub:list_companies
List and search companies with optional filters.
Read
Low risk
List Contacts
companyhub:list_contacts
List and search contacts with optional filters.
Read
Low risk
List Deals
companyhub:list_deals
List and search deals with optional filters.
Read
Low risk
List Tasks
companyhub:list_tasks
List and search tasks with optional filters.
Read
Low risk
Update Company
companyhub:update_company
Update an existing company record in CompanyHub.
Write
Medium risk
Update Contact
companyhub:update_contact
Update an existing contact record in CompanyHub.
Write
Medium risk
Update Deal
companyhub:update_deal
Update an existing deal record in CompanyHub.
Write
Medium risk
Update Task
companyhub:update_task
Update an existing task record in CompanyHub.
Write
Medium risk