create_environment
Create a new environment for feature flag management in Featureflow projects, optionally cloning settings from existing environments to maintain consistency.
Instructions
Create a new environment for a project. Optionally clone settings from an existing environment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key where the environment will be created | |
| key | Yes | Unique environment key within the project | |
| name | Yes | Display name for the environment | |
| color | No | Color for the environment (hex code) | |
| production | No | Whether this is a production environment | |
| cloneEnvironmentKey | No | Optional environment key to clone settings from |