Environment variables
The user-facing environment variables b8e reads. Internal audit-runtime variables are
deliberately excluded. Each name below is a real read in the CLI source (guarded by a test).
| Variable | Purpose |
|---|---|
BINCLUSIVE_API_KEY | API key used to authenticate non-interactive runs (CI). |
BINCLUSIVE_ORG_ID | Organization id to scope a run to, without interactive selection. |
BINCLUSIVE_PROJECT_ID | Project id findings are filed to / a run is scoped to. Env-only (or the --project flag) — never read from binclusive.json, which holds no routing ids. |
BINCLUSIVE_API_URL | Override the API endpoint (self-hosted / staging). |
BINCLUSIVE_CI | Force CI mode (non-interactive, machine-readable output). |
BINCLUSIVE_BROWSER | Path to the Chromium binary the rendered-DOM scan launches. |
BINCLUSIVE_SCREEN_READER | Force screen-reader mode (the env twin of -a/—screen-reader). |
BINCLUSIVE_YES | Assume yes for confirmation prompts in non-interactive runs. |