create_feature_flag
Create a new feature flag for a specified traffic type and workspace. Optionally include a description.
Instructions
Create a new feature flag for a given traffic type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The feature flag name (unique per workspace) | |
| description | No | Optional description | |
| traffic_type | Yes | The traffic type ID or name (e.g. 'user') | |
| workspace_id | Yes | The workspace ID |