v45

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-143613122.6 KB
vals

Create a new environment variable scoped to this project.

post/v2/vals/{val_id}/environment_variables

Path parameters

val_idstring uuid required

Id of a val

Request body

valuestring required

Value of the environment variable.

descriptionstring

Optional description of the environment variable

keystring required

Name or key of the environment variable, accessible via Deno.env or process.env

Response

An environment variable

keystring required

Name or key of the environment variable, accessible via Deno.env or process.env

descriptionstring nullable required

Optional description of the environment variable

updatedAtstring date-time nullable required
createdAtstring date-time required