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.
Assign Phone Number
thoughtly:assign_phone_number
Assign a phone number to a specific AI voice agent.
Write
Medium risk
Create Agent
thoughtly:create_agent
Create a new AI voice agent with specified configuration.
Write
Medium risk
Delete Agent
thoughtly:delete_agent
Permanently delete an AI voice agent. This action cannot be undone.
Write
High risk
End Call
thoughtly:end_call
End an active call immediately.
Write
Medium risk
Get Account Usage
thoughtly:get_account_usage
Get account usage statistics including call minutes and costs.
Read
Low risk
Get Agent
thoughtly:get_agent
Fetch a single AI voice agent by ID with configuration and status.
Read
Low risk
Get Call Status
thoughtly:get_call_status
Get the current status and details of a call.
Read
Low risk
Get Conversation
thoughtly:get_conversation
Fetch a single conversation with messages and call details.
Read
Low risk
List Agents
thoughtly:list_agents
List AI voice agents with optional filtering and pagination.
Read
Low risk
List Conversations
thoughtly:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Phone Numbers
thoughtly:list_phone_numbers
List available phone numbers for voice agents.
Read
Low risk
List Voices
thoughtly:list_voices
List available AI voices for voice agents.
Read
Low risk
Make Call
thoughtly:make_call
Initiate an outbound call using an AI voice agent.
Write
Medium risk
Update Agent
thoughtly:update_agent
Update an existing AI voice agent's configuration.
Write
Medium risk