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

# aether billing

> Manage billing, credits, checkout, and portal sessions

# aether billing

Manage billing state from the CLI.

## Usage

```bash theme={null}
aether billing <subcommand> [flags]
```

## Subcommands

| Subcommand                  | Description                          |
| --------------------------- | ------------------------------------ |
| `summary`                   | Show plan, usage, and wallet summary |
| `catalog`                   | Show available tiers and VM sizes    |
| `usage`                     | Show current cycle usage             |
| `subscription`              | Show subscription state              |
| `wallet`                    | Show credit wallet balances          |
| `credit-packs`              | List available credit packs          |
| `overage set`               | Enable or disable overage            |
| `checkout`                  | Create a checkout session            |
| `portal`                    | Create a billing portal session      |
| `checkout-status <session>` | Show checkout session status         |

## Examples

```bash theme={null}
aether billing summary
aether billing usage --json
aether billing overage set --enabled true
```

Checkout and portal commands print the URL by default.

```bash theme={null}
aether billing checkout --tier pro
aether billing checkout --credit-pack pack_25
aether billing portal
```

Pass `--open` to open the URL in your browser. If the URL cannot be opened, the command fails.
