# LaunchDarklyApi::EnvironmentPost ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the new environment. | **key** | **String** | A project-unique key for the new environment. | **color** | **String** | A color swatch (as an RGB hex value with no leading '#', e.g. C8C8C8). | **default_ttl** | **Float** | The default TTL for the new environment. | [optional] **secure_mode** | **BOOLEAN** | Determines whether the environment is in secure mode. | [optional] **default_track_events** | **BOOLEAN** | Set to true to send detailed event information for newly created flags. | [optional] **tags** | **Array<String>** | An array of tags for this environment. | [optional] **require_comments** | **BOOLEAN** | Determines if this environment requires comments for flag and segment changes. | [optional] **confirm_changes** | **BOOLEAN** | Determines if this environment requires confirmation for flag and segment changes. | [optional]