Skip to main content
POST
create env-var

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
key
string
required

Environment variable key name (will be converted to uppercase)

Example:

"API_TOKEN"

value
string
required

Secret value to be encrypted and stored

Pattern: ^[a-zA-Z0-9_\-\.]+$
Example:

"abc123xyz"

Response

Environment variable created successfully

success
boolean
Example:

true

msg
string
Example:

"Environment variable added successfully"