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
Response
Each variable:
Use cases
Type-safe SDK wrapper generation A codegen script can use this manifest to generate a typed wrapper around the SDK:barekey.get(...).

