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.
Broadcast Message
snatchbot:broadcast_message
Send a broadcast message to multiple users through the specified bot.
Write
Medium risk
Create Bot
snatchbot:create_bot
Create a new chatbot with the specified configuration.
Write
Medium risk
Delete Bot
snatchbot:delete_bot
Permanently delete a bot and all its associated data.
Write
High risk
Get Bot
snatchbot:get_bot
Fetch a single bot by ID with configuration and status details.
Read
Low risk
Get Conversation
snatchbot:get_conversation
Fetch a conversation with message history and user details.
Read
Low risk
Get User
snatchbot:get_user
Fetch user profile and interaction history with a specific bot.
Read
Low risk
List Bots
snatchbot:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
snatchbot:list_conversations
List conversations for a bot with optional filtering and pagination.
Read
Low risk
List Users
snatchbot:list_users
List users who have interacted with a specific bot.
Read
Low risk
Send Message
snatchbot:send_message
Send a message to a user through the specified bot and channel.
Write
Medium risk
Update Bot
snatchbot:update_bot
Update an existing bot's configuration.
Write
Medium risk
Update User
snatchbot:update_user
Update user profile information and attributes.
Write
Medium risk