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.
Check Feature Flag
posthog:check_feature_flag
Check if a feature flag is enabled for a specific user.
Read
Low risk
Create Cohort
posthog:create_cohort
Create a new cohort for user segmentation and targeting.
Write
Medium risk
Create Event
posthog:create_event
Create a new event for tracking user behavior and analytics.
Write
Medium risk
Create Feature Flag
posthog:create_feature_flag
Create a new feature flag for A/B testing and gradual rollouts.
Write
Medium risk
Delete Feature Flag
posthog:delete_feature_flag
Delete a feature flag permanently. This action cannot be undone.
Write
High risk
Get Cohort
posthog:get_cohort
Fetch a single cohort with its definition and member count.
Read
Low risk
Get Feature Flag
posthog:get_feature_flag
Fetch a single feature flag with its configuration and rollout settings.
Read
Low risk
Get Person
posthog:get_person
Fetch a single person by ID with their properties and event history summary.
Read
Low risk
Identify Person
posthog:identify_person
Identify a person and set their properties for better analytics and targeting.
Write
Medium risk
List Cohorts
posthog:list_cohorts
List cohorts with optional search and pagination.
Read
Low risk
List Events
posthog:list_events
List events with filtering options for analytics and debugging.
Read
Low risk
List Feature Flags
posthog:list_feature_flags
List feature flags with filtering options.
Read
Low risk
List Persons
posthog:list_persons
List persons with optional filtering and pagination.
Read
Low risk
Update Feature Flag
posthog:update_feature_flag
Update an existing feature flag's configuration.
Write
Medium risk