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 Campaign
anonyflow:create_campaign
Create a new campaign to distribute a survey to a target audience.
Write
Medium risk
Create Survey
anonyflow:create_survey
Create a new survey with questions and settings.
Write
Medium risk
Delete Survey
anonyflow:delete_survey
Permanently delete a survey and all its responses.
Write
High risk
Get Analytics
anonyflow:get_analytics
Get analytics and insights for a survey including response rates, completion times, and trends.
Read
Low risk
Get Response
anonyflow:get_response
Fetch a single survey response by ID with answers and metadata.
Read
Low risk
Get Survey
anonyflow:get_survey
Fetch a single survey by ID with questions and configuration.
Read
Low risk
Launch Campaign
anonyflow:launch_campaign
Launch a campaign to start sending surveys to the target audience.
Write
Medium risk
List Campaigns
anonyflow:list_campaigns
List campaigns with optional filtering and pagination.
Read
Low risk
List Responses
anonyflow:list_responses
List survey responses with optional filtering and pagination.
Read
Low risk
List Surveys
anonyflow:list_surveys
List surveys with optional filtering and pagination.
Read
Low risk
Pause Campaign
anonyflow:pause_campaign
Pause an active campaign to stop sending surveys.
Write
Medium risk
Update Survey
anonyflow:update_survey
Update an existing survey's properties and settings.
Write
Medium risk