Canonical reference for AUREX_* variables. Prefer this page over duplicated env lists elsewhere.
Agent hint
Use for AUREX_API_KEY, AUREX_BASE_URL, AUREX_LEDGER_PATH, AUREX_WORKER_ID, AUREX_ENABLED.
In scope
Out of scope
| Variable | Purpose |
|---|---|
| AUREX_API_KEY | Project API key (aux_dev_*, aux_*, ax_live_*). |
| AUREX_BASE_URL | Backend base URL. Default: http://localhost:8000/api/v1 |
| AUREX_ENABLED | Set 1 for auto-hook activation. |
| AUREX_LEDGER_PATH | Override ledger file (use /tmp/... in read-only/serverless). |
| AUREX_WORKER_ID | Suffix for per-process ledger filenames in multi-worker setups. |
| AUREX_WORKFLOW_ID | Default workflow attribution for auto-hook events. |
| AUREX_SYNC_PROMPT_HASHES | Set 1 to sync prompt/response hashes to cloud. |
| AUREX_PRICING_PATH | Path to custom model pricing JSON. |
| AUREX_DEBUG | Set 1 for verbose SDK debug logs (Python). |