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
botpress:create_bot
Create a new bot in the specified workspace.
Write
Medium risk
Create Conversation
botpress:create_conversation
Create a new conversation for a bot.
Write
Medium risk
Create User
botpress:create_user
Create a new user in the system.
Write
Medium risk
Delete Bot
botpress:delete_bot
Permanently delete a bot and all its associated data.
Write
High risk
Delete User
botpress:delete_user
Permanently delete a user and all associated data.
Write
High risk
Get Bot
botpress:get_bot
Fetch a single bot by ID with configuration and status information.
Read
Low risk
Get Conversation
botpress:get_conversation
Fetch a single conversation by ID with participant and metadata information.
Read
Low risk
Get Integration
botpress:get_integration
Fetch a single integration by ID with configuration details.
Read
Low risk
Get Message
botpress:get_message
Fetch a single message by ID with content and metadata.
Read
Low risk
Get User
botpress:get_user
Fetch a single user by ID with profile information.
Read
Low risk
List Bots
botpress:list_bots
List all bots with filtering and pagination support.
Read
Low risk
List Conversations
botpress:list_conversations
List conversations with filtering and pagination support.
Read
Low risk
List Integrations
botpress:list_integrations
List available integrations with pagination support.
Read
Low risk
List Messages
botpress:list_messages
List messages in a conversation with pagination support.
Read
Low risk
List Users
botpress:list_users
List users with pagination support.
Read
Low risk
Send Message
botpress:send_message
Send a message to a conversation.
Write
Medium risk
Update Bot
botpress:update_bot
Update an existing bot's properties.
Write
Medium risk
Update User
botpress:update_user
Update an existing user's properties.
Write
Medium risk