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 Tag
agile_crm:add_tag
Add a tag to a contact in Agile CRM.
Write
Medium risk
Create Company
agile_crm:create_company
Create a new company in Agile CRM.
Write
Medium risk
Create Contact
agile_crm:create_contact
Create a new contact in Agile CRM.
Write
Medium risk
Create Deal
agile_crm:create_deal
Create a new deal in Agile CRM.
Write
Medium risk
Create Note
agile_crm:create_note
Create a new note for a contact in Agile CRM.
Write
Medium risk
Create Task
agile_crm:create_task
Create a new task in Agile CRM.
Write
Medium risk
Delete Contact
agile_crm:delete_contact
Delete a contact from Agile CRM. This action cannot be undone.
Write
High risk
Delete Deal
agile_crm:delete_deal
Delete a deal from Agile CRM. This action cannot be undone.
Write
High risk
Delete Task
agile_crm:delete_task
Delete a task from Agile CRM. This action cannot be undone.
Write
High risk
Get Company
agile_crm:get_company
Fetch a single company by ID with all properties and tags.
Read
Low risk
Get Contact
agile_crm:get_contact
Fetch a single contact by ID with all properties and tags.
Read
Low risk
Get Deal
agile_crm:get_deal
Fetch a single deal by ID with all properties and associated contacts.
Read
Low risk
List Companies
agile_crm:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Contacts
agile_crm:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
agile_crm:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Tasks
agile_crm:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Remove Tag
agile_crm:remove_tag
Remove a tag from a contact in Agile CRM.
Write
High risk
Send Email
agile_crm:send_email
Send an email through Agile CRM.
Write
Medium risk
Update Contact
agile_crm:update_contact
Update an existing contact in Agile CRM.
Write
Medium risk
Update Deal
agile_crm:update_deal
Update an existing deal in Agile CRM.
Write
Medium risk
Update Task
agile_crm:update_task
Update an existing task in Agile CRM.
Write
Medium risk