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
botstar:broadcast_message
Send a broadcast message to multiple users based on audience criteria.
Write
Medium risk
Create Bot
botstar:create_bot
Create a new bot with the specified configuration.
Write
Medium risk
Delete Bot
botstar:delete_bot
Permanently delete a bot. This action cannot be undone.
Write
High risk
Get Analytics
botstar:get_analytics
Get analytics data for a bot within a specified date range.
Read
Low risk
Get Bot
botstar:get_bot
Fetch a single bot by ID with configuration and status details.
Read
Low risk
Get Conversation
botstar:get_conversation
Fetch conversation history between a bot and user.
Read
Low risk
Get User
botstar:get_user
Fetch detailed information about a specific user.
Read
Low risk
List Bots
botstar:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Users
botstar:list_users
List users who have interacted with the specified bot.
Read
Low risk
Send Message
botstar:send_message
Send a message to a user through the specified bot.
Write
Medium risk
Update Bot
botstar:update_bot
Update an existing bot's configuration.
Write
Medium risk
Update User
botstar:update_user
Update user information and attributes.
Write
Medium risk