Expand description
Admin API endpoint serving environment variable names. Consumed by the UI for dynamic configuration and secrets management.
Functionsยง
- list_
env_ ๐vars GET /api/env-varsโ the names of all environment variables available to the current process. Returns them sorted, with no values exposed.- router
- Builds the router for
/api/env-vars.