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 Tag
dex:add_contact_tag
Add tags to a contact in Dex.
Write
Medium risk
Create Contact
dex:create_contact
Create a new contact in Dex.
Write
Medium risk
Create Interaction
dex:create_interaction
Create a new interaction record in Dex.
Write
Medium risk
Delete Contact
dex:delete_contact
Permanently delete a contact from Dex.
Write
High risk
Delete Interaction
dex:delete_interaction
Permanently delete an interaction from Dex.
Write
High risk
Get Contact
dex:get_contact
Fetch a single contact by ID with all relationship details.
Read
Low risk
Get Contact Timeline
dex:get_contact_timeline
Get the complete timeline of interactions and updates for a contact.
Read
Low risk
Get Interaction
dex:get_interaction
Fetch a single interaction by ID with all details.
Read
Low risk
List Contacts
dex:list_contacts
List and search contacts with filtering options.
Read
Low risk
List Interactions
dex:list_interactions
List and search interactions with filtering options.
Read
Low risk
Remove Contact Tag
dex:remove_contact_tag
Remove tags from a contact in Dex.
Write
High risk
Search Contacts
dex:search_contacts
Search contacts across all fields with advanced filtering.
Read
Low risk
Set Relationship Strength
dex:set_relationship_strength
Set the relationship strength for a contact in Dex.
Write
Medium risk
Update Contact
dex:update_contact
Update an existing contact in Dex.
Write
Medium risk
Update Interaction
dex:update_interaction
Update an existing interaction in Dex.
Write
Medium risk