v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Projects

Create Environment

Create environment in project.

post/projects/{uuid}/environments

Path parameters

uuidstring required

Project UUID

Request body

namestring

The name of the environment.

Response

Environment created.

uuidstring

The UUID of the environment.

Example response

{
  "uuid": "env123"
}