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.
Assign Conversation
melo:assign_conversation
Assign a conversation to a specific user/agent.
Write
Medium risk
Close Conversation
melo:close_conversation
Close an active conversation and optionally notify the contact.
Write
Medium risk
Create Contact
melo:create_contact
Create a new contact in Melo.
Write
Medium risk
Create Conversation
melo:create_conversation
Create a new conversation with an initial message.
Write
Medium risk
Get Contact
melo:get_contact
Fetch a single contact by ID with all their details.
Read
Low risk
Get Conversation
melo:get_conversation
Fetch a single conversation by ID with messages and participant details.
Read
Low risk
Get Message
melo:get_message
Fetch a single message by ID with full content and metadata.
Read
Low risk
List Contacts
melo:list_contacts
List contacts with optional search and filtering.
Read
Low risk
List Conversations
melo:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Messages
melo:list_messages
List messages in a conversation with optional filtering.
Read
Low risk
Send Message
melo:send_message
Send a new message in an existing conversation.
Write
Medium risk
Update Contact
melo:update_contact
Update an existing contact's information.
Write
Medium risk
Update Conversation
melo:update_conversation
Update an existing conversation's properties.
Write
Medium risk