Skip to content

Create Environment

POST
/projects/{uuid}/environments

Create environment in project.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Project UUID

Typestring
Required

Request Body

JSON
{
"name": "string"
}

Responses

Environment created.
application/json
JSON
{
"uuid": "env123"
}

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples

Powered by VitePress OpenAPI