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
benchmarkone:add_tag
Add a tag to a contact, company, or deal in BenchmarkONE.
Write
Medium risk
Create Company
benchmarkone:create_company
Create a new company in BenchmarkONE with optional details and custom fields.
Write
Medium risk
Create Contact
benchmarkone:create_contact
Create a new contact in BenchmarkONE with optional tags and custom fields.
Write
Medium risk
Create Deal
benchmarkone:create_deal
Create a new deal in BenchmarkONE with optional contact/company association.
Write
Medium risk
Create Task
benchmarkone:create_task
Create a new task in BenchmarkONE with optional associations to contacts, companies, or deals.
Write
Medium risk
Delete Contact
benchmarkone:delete_contact
Permanently delete a contact from BenchmarkONE. This action cannot be undone.
Write
High risk
Get Company
benchmarkone:get_company
Fetch a single company by ID with all details including custom fields.
Read
Low risk
Get Contact
benchmarkone:get_contact
Fetch a single contact by ID with all details including custom fields and tags.
Read
Low risk
Get Deal
benchmarkone:get_deal
Fetch a single deal by ID with all details including stage and contact info.
Read
Low risk
List Companies
benchmarkone:list_companies
List companies with optional filtering by search, industry, or size.
Read
Low risk
List Contacts
benchmarkone:list_contacts
List contacts with optional filtering by search, status, or tags.
Read
Low risk
List Deals
benchmarkone:list_deals
List deals with optional filtering by stage, status, contact, or company.
Read
Low risk
List Tasks
benchmarkone:list_tasks
List tasks with optional filtering by status, priority, associations, or due date.
Read
Low risk
Remove Tag
benchmarkone:remove_tag
Remove a tag from a contact, company, or deal in BenchmarkONE.
Write
High risk
Send Email
benchmarkone:send_email
Send a personalized email to a contact through BenchmarkONE.
Write
Medium risk
Update Contact
benchmarkone:update_contact
Update an existing contact's information, tags, and custom fields.
Write
Medium risk
Update Deal
benchmarkone:update_deal
Update an existing deal's details, stage, or associations.
Write
Medium risk
Update Task
benchmarkone:update_task
Update an existing task's details, status, or associations.
Write
Medium risk