Models & policy
Environment variables
Environment values override file configuration. Supply secrets through the operator’s secret store, not through source-controlled files.
Model routing
BRAMA_URL | OpenAI-compatible Wisent model gateway. |
WISENT_APP_AGENT_ID | Application identity used for signed requests. |
WISENT_APP_AGENT_AUTH_SECRET | Signing credential; must remain outside project files. |
JEDEN_MODEL | Default model route when no invocation override is supplied. |
Control planes
ENTITLEMENTS_ROUTER_BIN | Authentication and provider lifecycle executable override. |
WELES_URL | Subscription and policy service endpoint. |
WELES_TOKEN | Weles service credential. |
Storage
JEDEN_MEMORY_DB | SQLite/FTS memory database path. |
JEDEN_MEMORY_FILE | Legacy memory input-path override. |
Inspect safely
jeden doctor --json reports whether required values are configured without printing their contents. Secret discovery protects values from secret-named environment variables before model-bound text is built.