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.
Block User
botcake:block_user
Block a user from interacting with bots.
Write
Medium risk
Close Conversation
botcake:close_conversation
Close an active conversation and optionally send a closing message.
Write
Medium risk
Create Bot
botcake:create_bot
Create a new bot with the specified configuration.
Write
Medium risk
Delete Bot
botcake:delete_bot
Permanently delete a bot and all its associated data.
Write
High risk
Get Bot
botcake:get_bot
Fetch a single bot by ID with configuration and status.
Read
Low risk
Get Conversation
botcake:get_conversation
Fetch a conversation by ID with optional message history.
Read
Low risk
Get User
botcake:get_user
Fetch a user by ID with optional conversation history.
Read
Low risk
List Bots
botcake:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
botcake:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Users
botcake:list_users
List users with optional filtering and pagination.
Read
Low risk
Send Message
botcake:send_message
Send a message from a bot to a user.
Write
Medium risk
Unblock User
botcake:unblock_user
Unblock a user and restore their ability to interact with bots.
Write
Medium risk
Update Bot
botcake:update_bot
Update an existing bot's configuration.
Write
Medium risk