Environments Overview

An environment reflects a stage in the development process, such as your production application or your internal staging environment. During the feature release process, feature flags can be promoted through the various environments which allows for a targeted roll out throughout the development process.

At this time the creation and editing of environments are limited to administrators within the Split application.

With the API you can get information about the environments that exist within your organization.

{
  "id": "string", // Server populated identifier
  "name": "string", // Display name
  "production": "boolean" // Production environment or not
}