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
agentset:assign_conversation
Assign a conversation to a specific agent.
Write
Medium risk
Close Conversation
agentset:close_conversation
Close a conversation and mark it as resolved.
Write
Medium risk
Create Contact
agentset:create_contact
Create a new contact in AgentSet.
Write
Medium risk
Create Conversation
agentset:create_conversation
Create a new conversation with optional initial message.
Write
Medium risk
Get Agent
agentset:get_agent
Fetch a single agent by ID with profile and activity stats.
Read
Low risk
Get Contact
agentset:get_contact
Fetch a single contact by ID with profile and conversation history.
Read
Low risk
Get Conversation
agentset:get_conversation
Fetch a single conversation by ID with messages and participant details.
Read
Low risk
Get Message
agentset:get_message
Fetch a single message by ID with content and metadata.
Read
Low risk
List Agents
agentset:list_agents
List agents with optional filters and activity stats.
Read
Low risk
List Contacts
agentset:list_contacts
List contacts with optional search and filters.
Read
Low risk
List Conversations
agentset:list_conversations
List conversations with optional filters and pagination.
Read
Low risk
List Messages
agentset:list_messages
List messages in a conversation with optional filters.
Read
Low risk
Send Message
agentset:send_message
Send a message in an existing conversation.
Write
Medium risk
Update Contact
agentset:update_contact
Update an existing contact's information.
Write
Medium risk
Update Conversation
agentset:update_conversation
Update an existing conversation's properties.
Write
Medium risk