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
chatbotkit:create_bot
Create a new bot with specified configuration.
Write
Medium risk
Create Conversation
chatbotkit:create_conversation
Create a new conversation with a bot.
Write
Medium risk
Create Dataset
chatbotkit:create_dataset
Create a new dataset for storing knowledge base content.
Write
Medium risk
Delete Bot
chatbotkit:delete_bot
Permanently delete a bot. This action cannot be undone.
Write
High risk
Delete Conversation
chatbotkit:delete_conversation
Permanently delete a conversation and all its messages.
Write
High risk
Delete Dataset
chatbotkit:delete_dataset
Permanently delete a dataset and all its content.
Write
High risk
Get Bot
chatbotkit:get_bot
Fetch a single bot by ID with configuration and settings.
Read
Low risk
Get Conversation
chatbotkit:get_conversation
Fetch a single conversation by ID with messages and metadata.
Read
Low risk
Get Dataset
chatbotkit:get_dataset
Fetch a single dataset by ID with metadata and configuration.
Read
Low risk
List Bots
chatbotkit:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
chatbotkit:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Datasets
chatbotkit:list_datasets
List all datasets with optional filtering and pagination.
Read
Low risk
List Messages
chatbotkit:list_messages
List messages in a conversation with pagination.
Read
Low risk
Send Message
chatbotkit:send_message
Send a message to a conversation and get the bot's response.
Write
Medium risk
Update Bot
chatbotkit:update_bot
Update an existing bot's configuration.
Write
Medium risk