create_feature_flag
Creates a flag for a feature within a project to enable controlled feature toggles and experiments.
Instructions
Create a flag in a feature (WRITE). Requires feature-management:features:write scope and DT_ENABLE_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key. | |
| featureKey | Yes | The feature key. | |
| flag | Yes | Flag body per the Feature Management API spec (key, name, type, variants, description, tags). |