create_feature
Create a new feature flag in a project to enable controlled feature releases and A/B testing.
Instructions
Create a new feature flag in a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key where the feature will be created | |
| key | Yes | Unique feature key within the project (lowercase, no spaces) | |
| name | Yes | Display name for the feature | |
| description | No | Optional description of the feature |