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.
Add Comment
missive:add_comment
Add an internal comment to a conversation (visible only to team members).
Write
Medium risk
Assign Conversation
missive:assign_conversation
Assign or unassign users to a conversation.
Write
Medium risk
Close Conversation
missive:close_conversation
Close a conversation to mark it as resolved.
Write
Medium risk
Create Conversation
missive:create_conversation
Create a new conversation with participants and optional initial message.
Write
Medium risk
Create Label
missive:create_label
Create a new label for organizing conversations.
Write
Medium risk
Get Conversation
missive:get_conversation
Fetch a single conversation by ID with messages and participants.
Read
Low risk
Get Message
missive:get_message
Fetch a single message by ID with content and metadata.
Read
Low risk
Get Team
missive:get_team
Fetch a single team by ID with members and settings.
Read
Low risk
Get User
missive:get_user
Fetch a single user by ID with profile information.
Read
Low risk
List Conversations
missive:list_conversations
List conversations with optional filters for team, status, assignee, and labels.
Read
Low risk
List Labels
missive:list_labels
List labels available for organizing conversations.
Read
Low risk
List Messages
missive:list_messages
List messages in a conversation with optional filters.
Read
Low risk
List Teams
missive:list_teams
List all teams accessible to the authenticated user.
Read
Low risk
List Users
missive:list_users
List users with optional filters for team, status, and search.
Read
Low risk
Reopen Conversation
missive:reopen_conversation
Reopen a closed conversation to continue working on it.
Write
Low risk
Send Message
missive:send_message
Send a message in an existing conversation or create a new conversation with a message.
Write
Medium risk
Update Conversation
missive:update_conversation
Update conversation properties like subject, status, assignees, and labels.
Write
Medium risk