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 Voice
bland_ai:create_voice
Create a custom voice clone for use in calls.
Write
Medium risk
Delete Voice
bland_ai:delete_voice
Delete a custom voice. Cannot delete system voices.
Write
High risk
Get Account
bland_ai:get_account
Get account information including usage and billing details.
Read
Low risk
Get Call
bland_ai:get_call
Retrieve details and status of a specific call by ID.
Read
Low risk
Get Transcript
bland_ai:get_transcript
Get the full transcript of a completed call.
Read
Low risk
Get Voice
bland_ai:get_voice
Get details of a specific voice by ID.
Read
Low risk
List Calls
bland_ai:list_calls
List recent calls with optional filtering and pagination.
Read
Low risk
List Voices
bland_ai:list_voices
List available AI voices for calls.
Read
Low risk
Make Call
bland_ai:make_call
Initiate an AI phone call with a specified task and phone number.
Write
Medium risk
Stop Call
bland_ai:stop_call
Stop an active call immediately.
Write
Medium risk