Skip to content

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).

VariablePurpose
BINCLUSIVE_API_KEYAPI key used to authenticate non-interactive runs (CI).
BINCLUSIVE_ORG_IDOrganization id to scope a run to, without interactive selection.
BINCLUSIVE_PROJECT_IDProject 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_URLOverride the API endpoint (self-hosted / staging).
BINCLUSIVE_CIForce CI mode (non-interactive, machine-readable output).
BINCLUSIVE_BROWSERPath to the Chromium binary the rendered-DOM scan launches.
BINCLUSIVE_SCREEN_READERForce screen-reader mode (the env twin of -a/—screen-reader).
BINCLUSIVE_YESAssume yes for confirmation prompts in non-interactive runs.