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 Response
refiner:create_response
Create a new survey response for a user.
Write
Medium risk
Create Segment
refiner:create_segment
Create a new user segment with specified criteria.
Write
Medium risk
Create Survey
refiner:create_survey
Create a new survey with specified configuration.
Write
Medium risk
Create User
refiner:create_user
Create a new user in Refiner with profile data and attributes.
Write
Medium risk
Delete Response
refiner:delete_response
Permanently delete a survey response.
Write
High risk
Delete Segment
refiner:delete_segment
Permanently delete a user segment.
Write
High risk
Delete Survey
refiner:delete_survey
Permanently delete a survey and all its associated responses.
Write
High risk
Delete User
refiner:delete_user
Permanently delete a user and all their associated survey responses.
Write
High risk
Get Response
refiner:get_response
Fetch a single survey response by ID with answer details.
Read
Low risk
Get Segment
refiner:get_segment
Fetch a single user segment by ID with criteria and user count.
Read
Low risk
Get Survey
refiner:get_survey
Fetch a single survey by ID with configuration and status details.
Read
Low risk
Get User
refiner:get_user
Fetch a single user by ID with profile data and survey history.
Read
Low risk
List Responses
refiner:list_responses
List survey responses with optional filtering by survey, user, score, and date.
Read
Low risk
List Segments
refiner:list_segments
List user segments with optional filtering by name and status.
Read
Low risk
List Surveys
refiner:list_surveys
List surveys with optional filtering by status and type.
Read
Low risk
List Users
refiner:list_users
List users with optional filtering by email, segment, or attributes.
Read
Low risk
Track Event
refiner:track_event
Track a custom event for a user to trigger surveys or update segments.
Write
Medium risk
Trigger Survey
refiner:trigger_survey
Trigger a survey to be shown to a specific user.
Write
Medium risk
Update Response
refiner:update_response
Update an existing survey response.
Write
Medium risk
Update Segment
refiner:update_segment
Update an existing user segment's configuration.
Write
Medium risk
Update Survey
refiner:update_survey
Update an existing survey's configuration and settings.
Write
Medium risk
Update User
refiner:update_user
Update an existing user's profile data and attributes.
Write
Medium risk