Skip to main content

Documentation Index

Fetch the complete documentation index at: https://enfinitos.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

@enfinitos/cli is the operator-side terminal counterpart to the HTTP API. Where the operator web SDK gives a reviewer a point-and-click interface, the CLI is for engineers running scripts, drills, audits, and bulk operations.
Publishes at launch. @enfinitos/cli publishes to npm at the April 2027 production launch. Sandbox access is available now at enfinitos.com/apply.
npm install -g @enfinitos/cli
enfinitos auth login
enfinitos rights list
enfinitos proof verify --campaign cmp_... --since 2026-04-01
enfinitos drill run --kind spatial-chain
enfinitos audit export --since 2026-04-01 --until 2026-04-30 --out audit.tar.gz
Thirty-eight commands across nine command groups:
GroupWhat it does
authSign in, sign out, list keys, rotate keys.
rightsIssue, list, suspend, revoke. Walk derivation chains.
offersPropose, accept, reject, counter, withdraw.
challengesOpen, resolve, withdraw.
proofFetch, verify, walk-chain, export.
consentList, query, export.
drillRun readiness drills — spatial chain, spatial reconciliation.
auditExport tenant-scoped audit log for compliance.
pilotManage pilot programmes — onboarding, status, exit.
See the README on the developer hub for the full command reference.