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.
Create Connection
peerdom:create_connection
Send a connection request to another user with optional personal message.
Write
Medium risk
Create Group
peerdom:create_group
Create a new group for organizing community discussions and networking.
Write
Medium risk
Delete Connection
peerdom:delete_connection
Delete/remove a connection between users. This action cannot be undone.
Write
High risk
Get Connection
peerdom:get_connection
Fetch details of a specific connection between two users.
Read
Low risk
Get Group
peerdom:get_group
Fetch details of a specific group including members and activity.
Read
Low risk
Get Message
peerdom:get_message
Fetch a specific message by ID with sender and recipient details.
Read
Low risk
Get User
peerdom:get_user
Fetch a single user profile by ID with basic information and connection status.
Read
Low risk
Join Group
peerdom:join_group
Join a public group or request to join a private group.
Write
Medium risk
Leave Group
peerdom:leave_group
Leave a group that you are currently a member of.
Write
High risk
List Connections
peerdom:list_connections
List connections with filtering options for managing network relationships.
Read
Low risk
List Groups
peerdom:list_groups
Search and list groups with filtering options for discovery and management.
Read
Low risk
List Messages
peerdom:list_messages
List messages with filtering options for managing conversations.
Read
Low risk
List Users
peerdom:list_users
Search and list users with optional filters for discovery and networking.
Read
Low risk
Mark Message Read
peerdom:mark_message_read
Mark a specific message as read to update conversation status.
Write
Low risk
Send Message
peerdom:send_message
Send a direct message to another user in your network.
Write
Medium risk
Update Connection
peerdom:update_connection
Update connection status to accept, decline, or block a connection request.
Write
Medium risk
Update User
peerdom:update_user
Update user profile information including bio, skills, and status.
Write
Medium risk