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 Candidate
merge:create_candidate
Create a new candidate in the ATS system.
Write
Medium risk
Create Contact
merge:create_contact
Create a new contact in the CRM system.
Write
Medium risk
Create Ticket
merge:create_ticket
Create a new ticket in the ticketing system.
Write
Medium risk
Force Resync
merge:force_resync
Force a resync for a specific category integration.
Write
Medium risk
Get Account
merge:get_account
Fetch a single account by ID with company and relationship details.
Read
Low risk
Get Candidate
merge:get_candidate
Fetch a single candidate by ID with application and contact details.
Read
Low risk
Get Contact
merge:get_contact
Fetch a single contact by ID with personal and company details.
Read
Low risk
Get Employee
merge:get_employee
Fetch a single employee by ID with personal and employment details.
Read
Low risk
Get File
merge:get_file
Fetch a single file by ID with metadata and download information.
Read
Low risk
Get Invoice
merge:get_invoice
Fetch a single invoice by ID with line items and payment details.
Read
Low risk
Get Sync Status
merge:get_sync_status
Get the sync status for a specific category integration.
Read
Low risk
Get Ticket
merge:get_ticket
Fetch a single ticket by ID with status, assignee, and details.
Read
Low risk
List Accounts
merge:list_accounts
List accounts with filtering and pagination support.
Read
Low risk
List Candidates
merge:list_candidates
List candidates with filtering and pagination support.
Read
Low risk
List Contacts
merge:list_contacts
List contacts with filtering and pagination support.
Read
Low risk
List Employees
merge:list_employees
List employees with filtering and pagination support.
Read
Low risk
List Files
merge:list_files
List files with filtering and pagination support.
Read
Low risk
List Invoices
merge:list_invoices
List invoices with filtering and pagination support.
Read
Low risk
List Linked Accounts
merge:list_linked_accounts
List all linked accounts (integrations) for this API key.
Read
Low risk
List Tickets
merge:list_tickets
List tickets with filtering and pagination support.
Read
Low risk
Update Ticket
merge:update_ticket
Update an existing ticket in the ticketing system.
Write
Medium risk