Skip to main content
POST
Create or update team environment variable

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_) for project routes or team API key (bzy_team_) for selected team routes.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
required

Normalized to UPPERCASE_WITH_UNDERSCORES; must match ^[A-Z_][A-Z0-9_]*$ after normalization.

Example:

"BASE_URL"

value
string
required
is_secret
boolean
default:true
environment
string
environment_id
string<uuid>

Response

Team env var stored

data
object