v4

OpenAPI 3.0.0MIT2026-07-311554531.6 MB
Environment Variables

Create a variable

Creates a new environment variable. Keys must be uppercase with underscores only (e.g. BASE_URL). Secret variables are encrypted at rest and masked in API responses.

post/v1/environment-variables

Request body

keystring required

Unique key for the variable. Must start with a letter and contain only letters, digits, and underscores.

type'string'

The type of the variable

isSecretboolean

Whether this variable is a secret (encrypted at rest, masked in responses)

Response

OK

_idstring required
_organizationIdstring required
keystring required
type'string' required
isSecretboolean required
createdAtstring required
updatedAtstring required