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
solve_crm:add_note
Add a note to a contact, company, or project in Solve CRM.
Write
Medium risk
Complete Activity
solve_crm:complete_activity
Mark an activity as completed in Solve CRM.
Write
Medium risk
Create Activity
solve_crm:create_activity
Create a new activity in Solve CRM.
Write
Medium risk
Create Company
solve_crm:create_company
Create a new company in Solve CRM.
Write
Medium risk
Create Contact
solve_crm:create_contact
Create a new contact in Solve CRM.
Write
Medium risk
Create Project
solve_crm:create_project
Create a new project in Solve CRM.
Write
Medium risk
Delete Contact
solve_crm:delete_contact
Delete a contact from Solve CRM. This action cannot be undone.
Write
High risk
Get Activity
solve_crm:get_activity
Fetch a single activity by ID with all activity details.
Read
Low risk
Get Company
solve_crm:get_company
Fetch a single company by ID with all company details.
Read
Low risk
Get Contact
solve_crm:get_contact
Fetch a single contact by ID with all contact details.
Read
Low risk
Get Project
solve_crm:get_project
Fetch a single project by ID with all project details.
Read
Low risk
List Activities
solve_crm:list_activities
List activities with optional filtering.
Read
Low risk
List Companies
solve_crm:list_companies
List companies with optional search and filtering.
Read
Low risk
List Contacts
solve_crm:list_contacts
List contacts with optional search and filtering.
Read
Low risk
List Projects
solve_crm:list_projects
List projects with optional search and filtering.
Read
Low risk
Update Contact
solve_crm:update_contact
Update an existing contact in Solve CRM.
Write
Medium risk