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

# Account

> bay plan and bay tokens.

```bash theme={null}
bay plan      # the plan, every limit, and what is left of it
```

```bash theme={null}
bay tokens              # every CLI signed in to this account
bay tokens revoke <id>  # take one back
```

A token is what an agent or a CI job authenticates with. Revoking one takes
effect immediately and does not touch the others, which is the point of listing
them separately rather than offering a single "sign out everywhere".
