Keyring
ReferenceControl-plane API

Environments

The two modes, `live` and `test`, as values.

Generated from packages/api/src/resources/environments.controller.ts by packages/docs/tools/generate-reference.mjs. Do not edit by hand: src/reference.spec.ts regenerates it and fails on a difference.

Environments are values, not rows (report section 5.2): the enum is closed so that the SDK's types are exhaustive and every composite key has a known cardinality. There is deliberately no create, update or delete here -- a third environment is a schema migration and a major SDK version, not a POST.

GET /v1/environments

Answers 200 on success.

Authentication.

  • A krsk_ secret key or a krses_ dashboard session, as Authorization: Bearer.

On this page