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

# dome billing

> Review organization plan status, usage, seats, invoices, and plan changes

`dome billing` manages organization billing. All commands require `billing.manage`. Card capture completes in the dashboard.

| Command                             |                                  |
| ----------------------------------- | -------------------------------- |
| [Status](#status)                   | `dome billing status`            |
| [Plans](#plans)                     | `dome billing plans`             |
| [Usage](#usage)                     | `dome billing usage`             |
| [Seats](#seats)                     | `dome billing seats`             |
| [Invoices](#invoices)               | `dome billing invoices`          |
| [Change plan](#change-plan)         | `dome billing change-plan <sku>` |
| [Cancel](#cancel)                   | `dome billing cancel`            |
| [Contact](#contact)                 | `dome billing contact`           |
| [Payment methods](#payment-methods) | `dome billing payment-methods`   |

Also: `dome usage-caps` shows free-tier caps (empty for paid orgs).

## Status

`dome billing status`

Show the active plan, interval, seats, and billing state.

## Plans

`dome billing plans`

List available SKUs.

## Usage

`dome billing usage`

Show governed-action usage for the current period.

## Seats

`dome billing seats`

Show seat allocation and utilization.

## Invoices

`dome billing invoices`

List invoices for the organization.

## Change plan

`dome billing change-plan <sku>`

Change the organization plan.

```bash theme={"system"}
dome billing change-plan <sku> --interval monthly --seats 5 --dry-run
dome billing change-plan <sku> --interval annual --seats 10
```

| Flag         | Type                  | Required | Description              |
| ------------ | --------------------- | -------- | ------------------------ |
| `--interval` | `monthly` \| `annual` | No       | Billing interval         |
| `--seats`    | number                | No       | Seat count               |
| `--dry-run`  | bool                  | No       | Preview without applying |

## Cancel

`dome billing cancel`

Cancel the paid plan. Requires `--yes` non-interactively.

## Contact

`dome billing contact`

Show or set the billing contact.

```bash theme={"system"}
dome billing contact
dome billing contact set --email billing@example.com
```

## Payment methods

`dome billing payment-methods`

List payment methods. `add` starts a Stripe SetupIntent; complete card entry in the dashboard. `set-default` selects the default method.

## Next steps

* [Billing](/manage/billing) how-to
* [Export data](/manage/export#stream-audit-evidence-to-a-siem) for plan-gated SIEM streaming
