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.
Add Profile To Segment
pidj:add_profile_to_segment
Add a customer profile to a segment (works for static segments only).
Write
Medium risk
Create Profile
pidj:create_profile
Create a new customer profile with optional attributes and tags.
Write
Medium risk
Create Segment
pidj:create_segment
Create a new customer segment with optional dynamic criteria.
Write
Medium risk
Delete Profile
pidj:delete_profile
Permanently delete a customer profile and all associated data.
Write
High risk
Get Profile
pidj:get_profile
Fetch a single customer profile by ID with all attributes and computed fields.
Read
Low risk
Get Segment
pidj:get_segment
Fetch details for a specific customer segment including criteria and member count.
Read
Low risk
List Events
pidj:list_events
List events for a specific customer profile with optional filtering.
Read
Low risk
List Profiles
pidj:list_profiles
Search and list customer profiles with filtering options.
Read
Low risk
List Segments
pidj:list_segments
List all customer segments with optional filtering and search.
Read
Low risk
Remove Profile From Segment
pidj:remove_profile_from_segment
Remove a customer profile from a segment (works for static segments only).
Write
High risk
Track Event
pidj:track_event
Track a custom event for a customer profile with optional properties.
Write
Medium risk
Update Profile
pidj:update_profile
Update an existing customer profile with new data, attributes, or tags.
Write
Medium risk