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
surveybot:create_contact
Create a new contact in the system.
Write
Medium risk
Create Survey
surveybot:create_survey
Create a new survey with questions and settings.
Write
Medium risk
Delete Contact
surveybot:delete_contact
Permanently delete a contact and all associated data. This action cannot be undone.
Write
High risk
Delete Response
surveybot:delete_response
Permanently delete a survey response. This action cannot be undone.
Write
High risk
Delete Survey
surveybot:delete_survey
Permanently delete a survey and all its responses. This action cannot be undone.
Write
High risk
Get Contact
surveybot:get_contact
Fetch a single contact by ID with profile and survey history.
Read
Low risk
Get Response
surveybot:get_response
Fetch a single survey response by ID with all answer data.
Read
Low risk
Get Survey
surveybot:get_survey
Fetch a single survey by ID with questions and settings.
Read
Low risk
Get Survey Analytics
surveybot:get_survey_analytics
Get analytics and statistics for a survey including response rates and completion data.
Read
Low risk
List Contacts
surveybot:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Responses
surveybot:list_responses
List survey responses with optional filtering and pagination.
Read
Low risk
List Surveys
surveybot:list_surveys
List surveys with optional filtering and pagination.
Read
Low risk
Send Survey Invitation
surveybot:send_survey_invitation
Send survey invitations via email to specified recipients.
Write
Medium risk
Update Contact
surveybot:update_contact
Update an existing contact's information.
Write
Medium risk
Update Survey
surveybot:update_survey
Update an existing survey's details, questions, or settings.
Write
Medium risk