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
orimon:create_bot
Create a new chatbot with basic configuration.
Write
Medium risk
Create Knowledge Base
orimon:create_knowledge_base
Create a new knowledge base for a bot.
Write
Medium risk
Delete Bot
orimon:delete_bot
Permanently delete a bot and all its conversations. THIS CANNOT BE UNDONE.
Write
High risk
Get Bot
orimon:get_bot
Fetch a single bot configuration and status.
Read
Low risk
Get Conversation
orimon:get_conversation
Fetch a single conversation with all messages and metadata.
Read
Low risk
Get Knowledge Base
orimon:get_knowledge_base
Fetch a single knowledge base with its configuration and statistics.
Read
Low risk
List Bots
orimon:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
orimon:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Knowledge Bases
orimon:list_knowledge_bases
List knowledge bases with optional filtering and pagination.
Read
Low risk
Send Message
orimon:send_message
Send a message from a bot to a user, creating or continuing a conversation.
Write
Medium risk
Train Knowledge Base
orimon:train_knowledge_base
Train a knowledge base with new content and documents.
Write
Medium risk
Update Bot
orimon:update_bot
Update an existing bot's configuration and settings.
Write
Medium risk