> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfinitos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EnfinitOS CLI

> Operator-facing terminal — rights, offers, challenges, proof packs, consent, drills, audit export, pilots.

`@enfinitos/cli` is the operator-side terminal counterpart to the
HTTP API. Where the [operator web SDK](/sdks/operator-web) gives a
reviewer a point-and-click interface, the CLI is for engineers
running scripts, drills, audits, and bulk operations.

<Note>
  **Publishes at launch.** `@enfinitos/cli` publishes to npm at the
  April 2027 production launch. Sandbox access is available now at
  [enfinitos.com/apply](https://enfinitos.com/apply).
</Note>

```sh theme={null}
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:

| Group        | What it does                                                  |
| ------------ | ------------------------------------------------------------- |
| `auth`       | Sign in, sign out, list keys, rotate keys.                    |
| `rights`     | Issue, list, suspend, revoke. Walk derivation chains.         |
| `offers`     | Propose, accept, reject, counter, withdraw.                   |
| `challenges` | Open, resolve, withdraw.                                      |
| `proof`      | Fetch, verify, walk-chain, export.                            |
| `consent`    | List, query, export.                                          |
| `drill`      | Run readiness drills — spatial chain, spatial reconciliation. |
| `audit`      | Export tenant-scoped audit log for compliance.                |
| `pilot`      | Manage pilot programmes — onboarding, status, exit.           |

See the [README on the developer hub](https://enfinitos.com/developers/cli)
for the full command reference.
