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 Audience
upwave:create_audience
Create a new audience segment with specific targeting criteria.
Write
Medium risk
Create Brand
upwave:create_brand
Create a new brand for survey tracking and measurement.
Write
Medium risk
Create Survey
upwave:create_survey
Create a new survey with specified configuration and targeting.
Write
Medium risk
Delete Survey
upwave:delete_survey
Permanently delete a survey and all its associated data.
Write
High risk
Get Audience
upwave:get_audience
Fetch a single audience segment by ID with targeting criteria.
Read
Low risk
Get Brand
upwave:get_brand
Fetch a single brand by ID with details and metrics.
Read
Low risk
Get Response
upwave:get_response
Fetch a single survey response by ID with answer details.
Read
Low risk
Get Survey
upwave:get_survey
Fetch a single survey by ID with configuration and status details.
Read
Low risk
Get Survey Analytics
upwave:get_survey_analytics
Get comprehensive analytics and insights for a survey.
Read
Low risk
List Audiences
upwave:list_audiences
List audience segments with optional filtering and search.
Read
Low risk
List Brands
upwave:list_brands
List brands with optional filtering by industry, category, and search.
Read
Low risk
List Responses
upwave:list_responses
List survey responses with filtering and pagination options.
Read
Low risk
List Surveys
upwave:list_surveys
List surveys with optional filtering by brand, status, and pagination.
Read
Low risk
Pause Survey
upwave:pause_survey
Pause an active survey to temporarily stop collecting responses.
Write
Medium risk
Start Survey
upwave:start_survey
Start a survey to begin collecting responses from the target audience.
Write
Medium risk
Update Brand
upwave:update_brand
Update an existing brand's details and configuration.
Write
Medium risk
Update Survey
upwave:update_survey
Update an existing survey's configuration, status, or targeting.
Write
Medium risk