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 Contact
insites:create_contact
Create a new contact in Insites with profile data and attributes.
Write
Medium risk
Create Survey
insites:create_survey
Create a new survey with questions and configuration.
Write
Medium risk
Delete Contact
insites:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Contact
insites:get_contact
Fetch a single contact by ID with all profile data and attributes.
Read
Low risk
Get Response
insites:get_response
Fetch a single survey response by ID with all answers and metadata.
Read
Low risk
Get Segment
insites:get_segment
Fetch a single segment by ID with criteria and contact count.
Read
Low risk
Get Survey
insites:get_survey
Fetch a single survey by ID with questions and configuration.
Read
Low risk
List Contacts
insites:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
List Responses
insites:list_responses
List survey responses with filtering and pagination options.
Read
Low risk
List Segments
insites:list_segments
List segments with filtering and pagination options.
Read
Low risk
List Surveys
insites:list_surveys
List surveys with filtering and pagination options.
Read
Low risk
Send Survey
insites:send_survey
Send a survey invitation to a specific contact via email or SMS.
Write
Medium risk
Update Contact
insites:update_contact
Update an existing contact's profile data and attributes.
Write
Medium risk