Environments
Create a new environment
An endpoint for creating a new environment
POST
Authorizations
a valid bearer token
Path Parameters
Body
application/json
Connection overrides for the environment
Required array length:
1 - 200 elementsThe UUID of the default agent for this environment
The default connections for the new environment
The default role project users will have on the environment
Examples:
"default"
"admin"
"runner"
"readOnly"
"noAccess"
The name of the new environment
Minimum string length:
1Example:
"Environment-1"
The description of the new environment
Maximum string length:
1000Example:
"My new Environment"
The display name of the new environment
Example:
"Environment 1"
Determines whether the environment inherits the project's default settings
Response
Environment configuration remains unchanged since last update
