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.
Complete Flow
userflow:complete_flow
Manually mark a flow as completed for a specific user.
Write
Medium risk
Create Flow
userflow:create_flow
Create a new flow with specified configuration.
Write
Medium risk
Create User
userflow:create_user
Create a new user in Userflow with optional attributes.
Write
Medium risk
Delete Flow
userflow:delete_flow
Permanently delete a flow and all its associated data.
Write
High risk
Delete User
userflow:delete_user
Permanently delete a user and all their associated data from Userflow.
Write
High risk
Get Content
userflow:get_content
Fetch a single content item by ID with its configuration.
Read
Low risk
Get Flow
userflow:get_flow
Fetch a single flow by ID with its configuration and status.
Read
Low risk
Get User
userflow:get_user
Fetch a user's profile and flow progress from Userflow.
Read
Low risk
List Content
userflow:list_content
List content items with optional filtering by type and status.
Read
Low risk
List Flows
userflow:list_flows
List flows with optional filtering by status and type.
Read
Low risk
Reset Flow
userflow:reset_flow
Reset a user's progress in a specific flow, allowing them to see it again.
Write
Medium risk
Start Flow
userflow:start_flow
Manually start a flow for a specific user.
Write
Medium risk
Track Event
userflow:track_event
Track a custom event for a user to trigger flows or measure engagement.
Write
Medium risk
Update Flow
userflow:update_flow
Update an existing flow's configuration and status.
Write
Medium risk
Update User
userflow:update_user
Update a user's profile and attributes in Userflow.
Write
Medium risk