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
survicate:create_contact
Create a new contact with optional attributes and tags.
Write
Medium risk
Create Survey
survicate:create_survey
Create a new survey with questions and configuration.
Write
Medium risk
Delete Contact
survicate:delete_contact
Permanently delete a contact and all associated response data.
Write
High risk
Delete Survey
survicate:delete_survey
Permanently delete a survey and all its responses.
Write
High risk
Get Contact
survicate:get_contact
Fetch a single contact by ID with profile and survey history.
Read
Low risk
Get Response
survicate:get_response
Fetch a single survey response by ID with all answer details.
Read
Low risk
Get Survey
survicate:get_survey
Fetch a single survey by ID with configuration and status details.
Read
Low risk
Get Survey Stats
survicate:get_survey_stats
Get comprehensive statistics for a survey including response rates and completion data.
Read
Low risk
List Contacts
survicate:list_contacts
List contacts with optional filtering by email, name, tags, and date range.
Read
Low risk
List Responses
survicate:list_responses
List survey responses with optional filtering by survey, contact, date range, etc.
Read
Low risk
List Surveys
survicate:list_surveys
List surveys with optional filtering by status and type.
Read
Low risk
Send Survey Invitation
survicate:send_survey_invitation
Send a survey invitation email to a specific contact.
Write
Medium risk
Update Contact
survicate:update_contact
Update an existing contact's information, attributes, and tags.
Write
Medium risk
Update Survey
survicate:update_survey
Update an existing survey's configuration, questions, or status.
Write
Medium risk