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

# Billing

> Manage billing, subscriptions, and usage in Bizzy

Bizzy uses an account-based subscription model with tiered pricing. As an
administrator, you manage billing at the account level, which covers all
organizations and team members under your account.

## Billing Concepts

### Account-Based Billing

Billing in Bizzy is managed at the **account** level, not the organization
level. A single account can contain multiple organizations, and all usage across
organizations counts toward your account's limits.

```
Account (Billing Entity)
├── Subscription (Tier & Limits)
├── Organizations (Workspaces)
│   └── Members (Users)
└── Account Members (Billing Admins)
```

### Subscriptions

Your subscription determines:

* **Resource limits** - How many organizations, seats, agents, MCP servers, and
  automations you can create
* **Consumable allowances** - Monthly limits for LLM tokens, storage, email
  sends, SMS, and voice minutes
* **Request rate limits** - How many API and MCP requests you can make per
  minute
* **Overage rates** - The per-unit price once an included allowance is used up

All tiers include the full platform and every AI model — tiers differ in
capacity, included usage, and overage rates, not in what the agent can do.

### Seats

Seats represent unique users across all organizations in your account. A user
who belongs to multiple organizations only counts as one seat. Each tier
includes a certain number of seats, and you can purchase additional seats on
paid tiers.

## Quick Reference

| Tier             | Price    | Seats     | Businesses | Agents    | LLM Tokens/mo |
| ---------------- | -------- | --------- | ---------- | --------- | ------------- |
| **Free**         | \$0      | 1         | 1          | 3         | 100K          |
| **Starter**      | \$25/mo  | 3         | 3          | 10        | 1M            |
| **Professional** | \$100/mo | 10        | 10         | 50        | 10M           |
| **Enterprise**   | Custom   | Unlimited | Unlimited  | Unlimited | Unlimited     |

See [Usage and metrics](/admin-guide/billing/usage) for the full
object-and-consumable table including MCP servers, automations, storage, email
sends, SMS, and voice minutes.

## Billing Topics

<CardGroup cols={2}>
  <Card title="Subscription Tiers" icon="layer-group" href="/admin-guide/billing/tiers">
    Compare features, resource limits, and AI model access across all tiers
  </Card>

  <Card title="Pricing" icon="dollar-sign" href="/admin-guide/billing/pricing">
    Subscription pricing, seat add-ons, trial periods, and billing cycles
  </Card>

  <Card title="Usage and metrics" icon="chart-line" href="/admin-guide/billing/usage">
    Current usage, account object limits, and per-tier overage rates
  </Card>

  <Card title="Credits" icon="coins" href="/admin-guide/billing/credits">
    Balance, one-time purchases, and auto-recharge
  </Card>

  <Card title="Upgrade your plan" icon="arrow-up" href="/admin-guide/billing/upgrade">
    Compare tiers and switch your subscription
  </Card>

  <Card title="Invoices" icon="file-invoice-dollar" href="/admin-guide/billing/invoices">
    View, download, and pay invoices in-app
  </Card>

  <Card title="Payment methods" icon="credit-card" href="/admin-guide/billing/payment-methods">
    Add, remove, and set the default card on file
  </Card>

  <Card title="Billing profile" icon="address-card" href="/admin-guide/billing/profile">
    Edit your billing contact, address, and tax details
  </Card>

  <Card title="Cancel subscription" icon="circle-xmark" href="/admin-guide/billing/cancel">
    Cancel in-app — keep full access until the end of the billing period
  </Card>

  <Card title="Understanding Limits" icon="gauge" href="/admin-guide/billing/limits">
    Warning thresholds and downgrade behavior
  </Card>
</CardGroup>

## Managing your subscription

From **Settings > Account > Billing** you can:

* View current usage and remaining allowances
  ([Usage and metrics](/admin-guide/billing/usage))
* Upgrade or downgrade your subscription
  ([Upgrade](/admin-guide/billing/upgrade))
* Purchase credits or enable auto-recharge
  ([Credits](/admin-guide/billing/credits))
* View, download, and pay invoices ([Invoices](/admin-guide/billing/invoices))
* Manage saved cards ([Payment methods](/admin-guide/billing/payment-methods))
* Edit your billing contact, address, and tax details
  ([Billing profile](/admin-guide/billing/profile))
* Cancel your subscription ([Cancel](/admin-guide/billing/cancel))

<Note>
  Only account members with **Owner** or **Admin** roles can access billing
  settings and make changes to the subscription.
</Note>
