v51

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

Create Env

Create env by application UUID.

post/applications/{uuid}/envs

Path parameters

uuidstring required

UUID of the application.

Request body

keystring

The key of the environment variable.

valuestring

The value of the environment variable.

is_previewboolean

The flag to indicate if the environment variable is used in preview deployments.

is_literalboolean

The flag to indicate if the environment variable is a literal, nothing espaced.

is_multilineboolean

The flag to indicate if the environment variable is multiline.

is_shown_onceboolean

The flag to indicate if the environment variable's value is shown on the UI.

Response

Environment variable created.

uuidstring

Example response

{
  "uuid": "nc0k04gk8g0cgsk440g0koko"
}