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
chatfly:assign_conversation
Assign a conversation to an agent and/or team.
Write
Medium risk
Close Conversation
chatfly:close_conversation
Close an active conversation with optional closing message.
Write
Medium risk
Create Contact
chatfly:create_contact
Create a new contact in Chatfly.
Write
Medium risk
Create Conversation
chatfly:create_conversation
Create a new conversation with a contact.
Write
Medium risk
Delete Contact
chatfly:delete_contact
Delete a contact permanently. WARNING: This action cannot be undone and will also delete all associated conversations.
Write
High risk
Get Agent
chatfly:get_agent
Fetch a single agent with their details and statistics.
Read
Low risk
Get Contact
chatfly:get_contact
Fetch a single contact with their details and conversation history.
Read
Low risk
Get Conversation
chatfly:get_conversation
Fetch a single conversation with messages and participant details.
Read
Low risk
List Agents
chatfly:list_agents
List agents with filtering and search options.
Read
Low risk
List Contacts
chatfly:list_contacts
List contacts with search and filtering options.
Read
Low risk
List Conversations
chatfly:list_conversations
List conversations with filtering and pagination options.
Read
Low risk
List Messages
chatfly:list_messages
List messages in a conversation with filtering options.
Read
Low risk
List Teams
chatfly:list_teams
List teams with search and filtering options.
Read
Low risk
Send Message
chatfly:send_message
Send a message in an existing conversation.
Write
Medium risk
Update Contact
chatfly:update_contact
Update an existing contact's information.
Write
Medium risk
Update Conversation
chatfly:update_conversation
Update an existing conversation's properties.
Write
Medium risk