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.
Append To List
mixpanel:append_to_list
Append a value to a list property on a user profile in Mixpanel.
Write
Medium risk
Create Alias
mixpanel:create_alias
Create an alias linking two distinct_ids in Mixpanel. Use this when a user signs up or logs in.
Write
Medium risk
Delete User Profile
mixpanel:delete_user_profile
Delete a user profile from Mixpanel. This action is irreversible.
Write
High risk
Increment User Property
mixpanel:increment_user_property
Increment a numeric property on a user profile in Mixpanel.
Write
Medium risk
Set User Profile
mixpanel:set_user_profile
Set properties on a user profile in Mixpanel.
Write
Medium risk
Set User Property Once
mixpanel:set_user_property_once
Set properties on a user profile only if they don't already exist in Mixpanel.
Write
Medium risk
Track Event
mixpanel:track_event
Track a single event for a user in Mixpanel.
Write
Medium risk
Track Revenue
mixpanel:track_revenue
Track a revenue event in Mixpanel with proper revenue properties.
Write
Medium risk
Unset User Property
mixpanel:unset_user_property
Remove a property from a user profile in Mixpanel.
Write
Medium risk