v5

latestOpenAPI 3.1.12026-08-0826601.1 MB
Environments

Creates a named, workspace-scoped environment. The supplied .env payload is validated, sealed under the workspace key, and never returned by any read path.

post/experimental/environments

Headers

Authorizationstring

Request body

workspaceNamestring required
namestring required
envFilestring

Raw .env file contents (KEY=VALUE per line). Blank lines and # comments are ignored. Mutually exclusive with entries.

entriesobject

Environment variables as a KEY=VALUE map. Mutually exclusive with envFile.

Response

Default Response