Skip to main content

GET /v1/typegen/manifest

Returns the metadata for all variables in a stage in a format suitable for type generation tools, IDE plugins, and codegen scripts. This endpoint returns the same metadata as /v1/env/list but structured for tooling consumption.
This endpoint is for tooling, not for reading variable values. Use /v1/env/evaluate or the SDK to fetch values at runtime.

Request

Query parameters:

Response

Response fields: Each variable:

Use cases

Type-safe SDK wrapper generation A codegen script can use this manifest to generate a typed wrapper around the SDK:
IDE plugin integration IDE plugins can fetch the manifest and provide autocompletion for variable names and return types when calling barekey.get(...).

Error codes