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.
Archive Conversation
chatfai:archive_conversation
Archive a conversation to hide it from active conversations list.
Write
High risk
Create Character
chatfai:create_character
Create a new AI character with personality and configuration.
Write
Medium risk
Create Conversation
chatfai:create_conversation
Start a new conversation with an AI character.
Write
Medium risk
Delete Character
chatfai:delete_character
Permanently delete an AI character and all associated conversations.
Write
High risk
Delete Conversation
chatfai:delete_conversation
Permanently delete a conversation and all its messages.
Write
High risk
Get Character
chatfai:get_character
Fetch a single AI character by ID with details and configuration.
Read
Low risk
Get Conversation
chatfai:get_conversation
Fetch a conversation by ID with optional message history.
Read
Low risk
Get Message
chatfai:get_message
Fetch a specific message from a conversation by ID.
Read
Low risk
List Characters
chatfai:list_characters
List AI characters with filtering and pagination options.
Read
Low risk
List Conversations
chatfai:list_conversations
List conversations with filtering and pagination options.
Read
Low risk
List Messages
chatfai:list_messages
List messages from a conversation with pagination and filtering.
Read
Low risk
Restore Conversation
chatfai:restore_conversation
Restore an archived conversation back to active status.
Write
Low risk
Send Message
chatfai:send_message
Send a message to an AI character and get their response.
Write
Medium risk
Update Character
chatfai:update_character
Update an existing AI character's properties and configuration.
Write
Medium risk