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 Contact To Group
textit:add_contact_to_group
Add one or more contacts to a group.
Write
Medium risk
Create Contact
textit:create_contact
Create a new contact with optional URNs, fields, and group memberships.
Write
Medium risk
Create Field
textit:create_field
Create a new contact field with specified name and type.
Write
Medium risk
Create Group
textit:create_group
Create a new contact group (static or smart group based on query).
Write
Medium risk
Create Label
textit:create_label
Create a new message label.
Write
Medium risk
Delete Contact
textit:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Delete Group
textit:delete_group
Permanently delete a contact group.
Write
High risk
Get Contact
textit:get_contact
Fetch a single contact by UUID with all fields and groups.
Read
Low risk
Get Flow
textit:get_flow
Fetch a single flow by UUID with metadata and run counts.
Read
Low risk
Get Group
textit:get_group
Fetch a single group by UUID with contact count.
Read
Low risk
Get Message
textit:get_message
Fetch a single message by ID with contact and flow information.
Read
Low risk
List Campaigns
textit:list_campaigns
List all campaigns with event counts and status.
Read
Low risk
List Contacts
textit:list_contacts
List contacts with optional filtering by group or search query.
Read
Low risk
List Fields
textit:list_fields
List all contact fields with their types and keys.
Read
Low risk
List Flows
textit:list_flows
List all flows with optional filtering by type and archived status.
Read
Low risk
List Groups
textit:list_groups
List all contact groups with contact counts.
Read
Low risk
List Labels
textit:list_labels
List all message labels with message counts.
Read
Low risk
List Messages
textit:list_messages
List messages with optional filtering by contact, folder, label, and date range.
Read
Low risk
List Runs
textit:list_runs
List flow runs with optional filtering by flow, contact, and date range.
Read
Low risk
Remove Contact From Group
textit:remove_contact_from_group
Remove one or more contacts from a group.
Write
High risk
Send Message
textit:send_message
Send a message to contacts or groups via broadcast.
Write
Medium risk
Start Flow
textit:start_flow
Start a flow for one or more contacts with optional extra variables.
Write
Medium risk
Update Contact
textit:update_contact
Update an existing contact's information, URNs, fields, and group memberships.
Write
Medium risk
Update Group
textit:update_group
Update an existing group's name and/or query.
Write
Medium risk