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 Contact
krispcall:create_contact
Create a new contact in KrispCall.
Write
Medium risk
Delete Contact
krispcall:delete_contact
Delete a contact from KrispCall. This action cannot be undone.
Write
High risk
Get Call
krispcall:get_call
Fetch a single call record by ID with all details.
Read
Low risk
Get Contact
krispcall:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Number
krispcall:get_number
Fetch details of a specific phone number.
Read
Low risk
Get Recording
krispcall:get_recording
Fetch details of a call recording including download URL.
Read
Low risk
List Calls
krispcall:list_calls
List call records with optional filtering and pagination.
Read
Low risk
List Contacts
krispcall:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Numbers
krispcall:list_numbers
List all phone numbers in your KrispCall account.
Read
Low risk
List Recordings
krispcall:list_recordings
List call recordings with optional filtering and pagination.
Read
Low risk
List Sms
krispcall:list_sms
List SMS messages with optional filtering and pagination.
Read
Low risk
Make Call
krispcall:make_call
Initiate an outbound call through KrispCall.
Write
Medium risk
Send Sms
krispcall:send_sms
Send an SMS message through KrispCall.
Write
Medium risk
Update Contact
krispcall:update_contact
Update an existing contact in KrispCall.
Write
Medium risk