Skip to main content
POST
Create an environment variable

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Headers

Tenant-Id
string
required

ID of the tenant (current tenant context).

Path Parameters

projectId
string
required

Project identifier.

Body

application/json
name
string
required
value
string
required
sensitive
boolean

Response

Created

Environment variable at project or environment scope.

id
string
required
name
string
required
value
string
required
sensitive
boolean
created_at
string<date-time>
updated_at
string<date-time>
actor
string

Email or identifier of the user who last changed the variable.