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
docsbot_ai:create_bot
Create a new bot with specified configuration.
Write
Medium risk
Create Document
docsbot_ai:create_document
Create a new document for training the bot.
Write
Medium risk
Delete Bot
docsbot_ai:delete_bot
Permanently delete a bot and all its associated data.
Write
High risk
Delete Document
docsbot_ai:delete_document
Permanently delete a document from the bot's training data.
Write
High risk
Get Bot
docsbot_ai:get_bot
Fetch a single bot by ID with configuration and training status.
Read
Low risk
Get Conversation
docsbot_ai:get_conversation
Fetch a single conversation by ID with all messages and metadata.
Read
Low risk
Get Document
docsbot_ai:get_document
Fetch a single document by ID with content and metadata.
Read
Low risk
List Bots
docsbot_ai:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
docsbot_ai:list_conversations
List conversations for a bot with optional filtering and pagination.
Read
Low risk
List Documents
docsbot_ai:list_documents
List all documents for a bot with optional filtering and pagination.
Read
Low risk
Send Message
docsbot_ai:send_message
Send a message to a bot and get an AI response.
Write
Medium risk
Train Bot
docsbot_ai:train_bot
Start training/retraining a bot with its current document set.
Write
Medium risk
Update Bot
docsbot_ai:update_bot
Update an existing bot's configuration.
Write
Medium risk