Skip to main content
POST
Add User Secret

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
key
string

Environment variable key name (will be converted to uppercase)

Example:

"API_TOKEN"

value
string

Secret value to be encrypted and stored

Example:

"abc123xyz"

env_vars
array

Array of {key, value} objects for adding multiple secrets in a single request.

Response

Success: {"success": true, "msg": "Environment variables processed successfully"}

success
boolean

Always true

msg
string

Confirmation message