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 Bot
sendbird_ai_chabot:create_bot
Create a new AI chatbot with specified configuration.
Write
Medium risk
Create Channel
sendbird_ai_chabot:create_channel
Create a new group channel with specified users and configuration.
Write
Medium risk
Delete Bot
sendbird_ai_chabot:delete_bot
Delete an AI chatbot permanently. This action cannot be undone.
Write
High risk
Delete Message
sendbird_ai_chabot:delete_message
Delete a message permanently. This action cannot be undone.
Write
High risk
Get Bot
sendbird_ai_chabot:get_bot
Fetch a single AI chatbot by ID with configuration and status.
Read
Low risk
Get Channel
sendbird_ai_chabot:get_channel
Fetch a single channel by URL with member and message information.
Read
Low risk
Get Message
sendbird_ai_chabot:get_message
Fetch a single message by ID from a specific channel.
Read
Low risk
List Bots
sendbird_ai_chabot:list_bots
List all AI chatbots in the application with pagination support.
Read
Low risk
List Channels
sendbird_ai_chabot:list_channels
List channels with filtering and pagination support.
Read
Low risk
List Messages
sendbird_ai_chabot:list_messages
List messages from a channel with pagination and filtering options.
Read
Low risk
Send Message
sendbird_ai_chabot:send_message
Send a message from an AI chatbot to a specific channel.
Write
Medium risk
Update Bot
sendbird_ai_chabot:update_bot
Update an existing AI chatbot's configuration.
Write
Medium risk
Update Message
sendbird_ai_chabot:update_message
Update an existing message's content or custom data.
Write
Medium risk