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 Segment
sperse:add_contact_to_segment
Add a contact to a segment in Sperse.
Write
Medium risk
Create Company
sperse:create_company
Create a new company in Sperse.
Write
Medium risk
Create Contact
sperse:create_contact
Create a new contact in Sperse.
Write
Medium risk
Create Segment
sperse:create_segment
Create a new segment in Sperse.
Write
Medium risk
Delete Contact
sperse:delete_contact
Permanently delete a contact from Sperse.
Write
High risk
Get Company
sperse:get_company
Fetch a single company by ID with all properties and associated contacts.
Read
Low risk
Get Contact
sperse:get_contact
Fetch a single contact by ID with all properties and segments.
Read
Low risk
Get Segment
sperse:get_segment
Fetch a single segment by ID with criteria and contact count.
Read
Low risk
List Companies
sperse:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Contacts
sperse:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Segments
sperse:list_segments
List segments with optional filtering and pagination.
Read
Low risk
Remove Contact From Segment
sperse:remove_contact_from_segment
Remove a contact from a segment in Sperse.
Write
High risk
Track Event
sperse:track_event
Track a custom event for a contact in Sperse.
Write
Medium risk
Update Contact
sperse:update_contact
Update an existing contact in Sperse.
Write
Medium risk