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 Chatbot
hansei:create_chatbot
Create a new chatbot with specified configuration.
Write
Medium risk
Delete Chatbot
hansei:delete_chatbot
Permanently delete a chatbot and all its associated data.
Write
High risk
Delete Document
hansei:delete_document
Permanently delete a document from the knowledge base.
Write
High risk
Get Chatbot
hansei:get_chatbot
Fetch a single chatbot by ID with configuration and status.
Read
Low risk
Get Conversation
hansei:get_conversation
Fetch a single conversation by ID with all messages and metadata.
Read
Low risk
Get Document
hansei:get_document
Fetch a single document by ID with metadata and processing status.
Read
Low risk
List Chatbots
hansei:list_chatbots
List chatbots with optional filtering and pagination.
Read
Low risk
List Conversations
hansei:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Documents
hansei:list_documents
List documents with optional filtering and pagination.
Read
Low risk
Send Message
hansei:send_message
Send a message to a chatbot and get an AI response.
Write
Medium risk
Train Chatbot
hansei:train_chatbot
Start training a chatbot on its uploaded documents.
Write
Medium risk
Update Chatbot
hansei:update_chatbot
Update an existing chatbot's configuration.
Write
Medium risk
Upload Document
hansei:upload_document
Upload a document (text or URL) to a chatbot's knowledge base.
Write
Medium risk