Skip to main content
Project environment variables, scoped per environment. Values are stored encrypted.

env.list

List one environment’s variables with decrypted values (production by default).
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: read

Query parameters

Example

Responses

Response body (200)

An array of objects with these fields:

env.set

Set environment variables in a batch — existing keys in the addressed environment (production by default) are overwritten.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Billing: requires active organization billing — returns 402 otherwise.
  • Risk: write · sensitive (elevated blast radius)

Query parameters

Request body

Example

Responses

Response body (200)

env.delete

Delete one environment variable from the addressed environment (production by default).
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: destructive

Query parameters

Example

Responses