Skip to main content
POST
Store or update a variable

Authorizations

Authorization
string
header
required

Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.

Body

application/json

Request to store or update a variable.

name
string
required

Env-style variable name.

Pattern: ^[A-Za-z_][A-Za-z0-9_]*$
value
string
required

Variable value. Empty values are allowed.

description
string

Optional operator-facing description of the variable.

Response

Variable stored

Non-sensitive variable available for run config interpolation.

name
string
required

Env-style variable name.

Pattern: ^[A-Za-z_][A-Za-z0-9_]*$
Example:

"DEPLOY_ENV"

value
string
required

Variable value.

Example:

"production"

created_at
string<date-time>
required

When the variable was first stored.

updated_at
string<date-time>
required

When the variable was last updated.

description
string

Optional operator-facing description of the variable.