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
chatlayer:create_bot
Create a new bot with the specified configuration.
Write
Medium risk
Create Intent
chatlayer:create_intent
Create a new intent with training phrases and responses.
Write
Medium risk
Delete Bot
chatlayer:delete_bot
Permanently delete a bot and all its associated data. THIS CANNOT BE UNDONE.
Write
High risk
Get Bot
chatlayer:get_bot
Fetch a single bot by ID with configuration and status information.
Read
Low risk
Get Conversation
chatlayer:get_conversation
Fetch a single conversation by ID with optional message history.
Read
Low risk
Get Intent
chatlayer:get_intent
Fetch a single intent by ID with training phrases and responses.
Read
Low risk
Get User
chatlayer:get_user
Fetch a single user by ID with profile information and conversation history.
Read
Low risk
List Bots
chatlayer:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Conversations
chatlayer:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Intents
chatlayer:list_intents
List all intents for a specific bot with optional filtering.
Read
Low risk
List Users
chatlayer:list_users
List users with optional filtering and search capabilities.
Read
Low risk
Publish Bot
chatlayer:publish_bot
Publish a bot to make it available for conversations. This deploys the current bot configuration.
Write
Medium risk
Send Message
chatlayer:send_message
Send a message to a user in an active conversation.
Write
Medium risk
Train Bot
chatlayer:train_bot
Train the bot's NLP model with current intents and training phrases.
Write
Medium risk
Update Bot
chatlayer:update_bot
Update an existing bot's configuration.
Write
Medium risk
Update User
chatlayer:update_user
Update user profile information and custom attributes.
Write
Medium risk