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.
Evaluate Feature Flag
launch_darkly_oauth:evaluate_feature_flag
Evaluates an existing feature flag for a specific user or in a general context
Read
Low risk
Get Feature Flag
launch_darkly_oauth:get_feature_flag
Get a feature flag by key
Read
Low risk
Get Feature Flag Status
launch_darkly_oauth:get_feature_flag_status
Get the status of a feature flag
Read
Low risk
Get Project
launch_darkly_oauth:get_project
Get a project by key
Read
Low risk
List Environments
launch_darkly_oauth:list_environments
List all environments
Read
Low risk
List Feature Flags
launch_darkly_oauth:list_feature_flags
List all feature flags
Read
Low risk
List Members
launch_darkly_oauth:list_members
List all members in an account
Read
Low risk
List Projects
launch_darkly_oauth:list_projects
List all projects
Read
Low risk
Toggle Feature Flag
launch_darkly_oauth:toggle_feature_flag
Toggles the status of a feature flag, switching it from active to inactive, or vice versa
Write
High risk
Update Feature Flag
launch_darkly_oauth:update_feature_flag
Updates an existing feature flag using a JSON object
Write
Medium risk