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
cody:create_bot
Create a new bot with specified configuration and knowledge base.
Write
Medium risk
Create Conversation
cody:create_conversation
Create a new conversation with optional initial message and metadata.
Write
Medium risk
Create Knowledge Base
cody:create_knowledge_base
Create a new knowledge base for storing and indexing documents.
Write
Medium risk
Delete Document
cody:delete_document
Permanently delete a document and all its processed chunks from the knowledge base.
Write
High risk
Get Bot
cody:get_bot
Fetch a single bot by ID with configuration and knowledge base info.
Read
Low risk
Get Conversation
cody:get_conversation
Fetch a single conversation by ID with messages and metadata.
Read
Low risk
Get Document
cody:get_document
Fetch a single document by ID with content and processing status.
Read
Low risk
Get Knowledge Base
cody:get_knowledge_base
Fetch a single knowledge base by ID with document count and metadata.
Read
Low risk
Get Messages
cody:get_messages
Get messages from a conversation with optional filtering and pagination.
Read
Low risk
List Bots
cody:list_bots
List bots with optional filtering and pagination.
Read
Low risk
List Conversations
cody:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Documents
cody:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Knowledge Bases
cody:list_knowledge_bases
List knowledge bases with optional filtering and pagination.
Read
Low risk
Search Knowledge Base
cody:search_knowledge_base
Search for relevant content within a knowledge base using semantic similarity.
Read
Low risk
Send Message
cody:send_message
Send a message to an existing conversation and optionally trigger bot response.
Write
Medium risk
Update Bot
cody:update_bot
Update an existing bot's configuration and settings.
Write
Medium risk