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

## Read commands versus persistent commands

Most `lithi` commands only read state: `lithi doctor`, `lithi account`, `lithi pricing`, and `lithi limits` return information and change nothing. A smaller group is persistent: it creates, applies, or reverses a real change.

## Every persistent action follows one sequence

A persistent command always moves through the same five steps.

1. `plan` shows the exact change before anything happens
2. `apply` makes the change only after you confirm the plan
3. `status` reports where the change currently stands
4. `receipt` returns the signed record of what ran
5. `rollback` reverses the change when one is available

## Command groups

The customer-facing CLI is organized into groups instead of one flat list.

```text
lithi onboard      lithi doctor      lithi auth
lithi account      lithi profile     lithi billing
lithi impact        lithi skills      lithi connect
lithi capabilities   lithi pricing    lithi limits
lithi quote          lithi run        lithi batch
lithi status         lithi result
```

## Paid work from the CLI

`lithi quote`, `lithi run`, `lithi batch`, `lithi status`, and `lithi result` mirror the five [MCP](/docs/agent-resources/mcp) tools your agent can call directly. Use whichever surface fits the moment.