Skip to main content
POST
Create an environment (V2)

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Environment to create

addBaseDependencies
boolean

Required for creating a new environment

description
string
duplicateFromEnvironmentId
string

The id of the environment to duplicate. When specifying this property, no other properties in the payload must be set.

initialRevision
object
isCurated
boolean
isRestricted
boolean

Specifies if an environment is restricted. Only users with ClassifyEnvironments permission can set this to true

name
string

Environment name. Required for creating a new environment

orgOwnerId
string

Sets an Organization as the Environment owner. Only used if visibility is 'Private', as 'Global' environments don't have owners.

rebuildOnBaseChanges
enum<string>

Whether to build a new revision when the base environment changes.

Available options:
never,
followActive
visibility
enum<string>

Environment visibility. Required for creating a new environment

Available options:
global,
private

Response

Success

environment
object
required
metadata
object
required
Last modified on September 3, 2026