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.
Create Company
twenty:create_company
Create a new company in Twenty CRM.
Write
Medium risk
Create Opportunity
twenty:create_opportunity
Create a new opportunity in Twenty CRM.
Write
Medium risk
Create Person
twenty:create_person
Create a new person in Twenty CRM.
Write
Medium risk
Delete Company
twenty:delete_company
Delete a company from Twenty CRM. WARNING: This action cannot be undone.
Write
High risk
Delete Opportunity
twenty:delete_opportunity
Delete an opportunity from Twenty CRM. WARNING: This action cannot be undone.
Write
High risk
Delete Person
twenty:delete_person
Delete a person from Twenty CRM. WARNING: This action cannot be undone.
Write
High risk
Get Company
twenty:get_company
Fetch a single company by ID with employees and opportunities.
Read
Low risk
Get Opportunity
twenty:get_opportunity
Fetch a single opportunity by ID with company and person details.
Read
Low risk
Get Person
twenty:get_person
Fetch a single person by ID with contact details and company information.
Read
Low risk
List Companies
twenty:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Opportunities
twenty:list_opportunities
List opportunities with optional filtering and pagination.
Read
Low risk
List People
twenty:list_people
List people with optional filtering and pagination.
Read
Low risk
Move Opportunity Stage
twenty:move_opportunity_stage
Move an opportunity to a different stage in the sales pipeline.
Write
Medium risk
Update Company
twenty:update_company
Update an existing company in Twenty CRM.
Write
Medium risk
Update Opportunity
twenty:update_opportunity
Update an existing opportunity in Twenty CRM.
Write
Medium risk
Update Person
twenty:update_person
Update an existing person in Twenty CRM.
Write
Medium risk