Enruta

Docs · preview

CLI

Two commands. enruta-verify is standalone and dependency-free; enruta talks to the API.

enruta-verify

npx enruta-verify <record.json | export-dir/> [--json] [--bundle path]

Exit 0 on PASS, 1 on FAIL, 2 when it cannot verify. Details in Verification.

enruta

npm i -g @enruta/cli

enruta login                                   # browser sign-in, stores a developer token
enruta requests get preq_…                     # one payment request with its decision
enruta mandates list --agent agt_…             # mandates and their state
enruta records get rec_… --with-bundle         # a record and its bundle
enruta records export --from 2026-11-01 --to 2026-11-30 --out ./export-2026-11
enruta verify ./export-2026-11                 # same as enruta-verify

Every command accepts --json. Tokens are stored in the system keychain, never in a dotfile.