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 Call
aivoov:create_call
Initiate a new outbound call with AI features enabled.
Write
Medium risk
Create Contact
aivoov:create_contact
Create a new contact in the Aivoov system.
Write
Medium risk
Delete Contact
aivoov:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
End Call
aivoov:end_call
End an active call and trigger AI processing if enabled.
Write
Medium risk
Get Call
aivoov:get_call
Fetch a single call record with details, participants, and status.
Read
Low risk
Get Contact
aivoov:get_contact
Fetch a single contact with call history and AI insights.
Read
Low risk
Get Recording
aivoov:get_recording
Get the recording URL and metadata for a completed call.
Read
Low risk
Get Summary
aivoov:get_summary
Get the AI-generated summary and insights for a completed call.
Read
Low risk
Get Transcript
aivoov:get_transcript
Get the AI-generated transcript for a completed call.
Read
Low risk
List Calls
aivoov:list_calls
List calls with optional filtering by status, type, dates, and phone numbers.
Read
Low risk
List Contacts
aivoov:list_contacts
List contacts with optional filtering and search capabilities.
Read
Low risk
Update Contact
aivoov:update_contact
Update an existing contact's information.
Write
Medium risk