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.
Add Note
breeze:add_note
Add a note to a contact, company, or deal in Breeze CRM.
Write
Medium risk
Complete Task
breeze:complete_task
Mark a task as completed in Breeze CRM.
Write
Medium risk
Create Company
breeze:create_company
Create a new company in Breeze CRM.
Write
Medium risk
Create Contact
breeze:create_contact
Create a new contact in Breeze CRM.
Write
Medium risk
Create Deal
breeze:create_deal
Create a new deal in Breeze CRM.
Write
Medium risk
Create Task
breeze:create_task
Create a new task in Breeze CRM.
Write
Medium risk
Delete Contact
breeze:delete_contact
Delete a contact from Breeze CRM. This action cannot be undone.
Write
High risk
Get Company
breeze:get_company
Fetch a single company by ID with all details including custom fields.
Read
Low risk
Get Contact
breeze:get_contact
Fetch a single contact by ID with all details including custom fields.
Read
Low risk
Get Deal
breeze:get_deal
Fetch a single deal by ID with all details including stage and value.
Read
Low risk
Get Task
breeze:get_task
Fetch a single task by ID with all details including due date and completion status.
Read
Low risk
List Companies
breeze:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Contacts
breeze:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
breeze:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Notes
breeze:list_notes
List notes with optional filtering and pagination.
Read
Low risk
List Tasks
breeze:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Update Contact
breeze:update_contact
Update an existing contact in Breeze CRM.
Write
Medium risk
Update Deal
breeze:update_deal
Update an existing deal in Breeze CRM.
Write
Medium risk
Update Task
breeze:update_task
Update an existing task in Breeze CRM.
Write
Medium risk