> ## 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.

# Subscription Tiers

> Compare Bizzy subscription tiers and choose the right tier for your organization

Bizzy offers four subscription tiers designed to scale with your business needs.
Each tier provides different resource limits, consumable allowances, and overage
rates.

## Tier Overview

| Tier             | Price       | Billing Options   | Trial      |
| ---------------- | ----------- | ----------------- | ---------- |
| **Free**         | \$0/month   | Monthly only      | None       |
| **Starter**      | \$25/month  | Monthly or Annual | 30 days    |
| **Professional** | \$100/month | Monthly or Annual | None       |
| **Enterprise**   | Custom      | Custom            | Negotiated |

<Note>
  **Annual billing discount:** Save 2 months free when you choose annual
  billing. Starter annual is $250/year and Professional annual is $1,000/year.
</Note>

## Resource Limits

Resource limits determine how many of each resource type you can create within
your account.

| Resource             | Free          | Starter        | Professional   | Enterprise |
| -------------------- | ------------- | -------------- | -------------- | ---------- |
| **Businesses**       | 1             | 3              | 10             | Unlimited  |
| **Seats (included)** | 1             | 3              | 10             | Custom     |
| **Additional Seats** | Not available | \$5/seat/month | \$8/seat/month | Custom     |
| **MCP Servers**      | 2             | 5              | 20             | Unlimited  |
| **Agents**           | 3             | 10             | 50             | Unlimited  |
| **Automations**      | 5             | 25             | 100            | Unlimited  |

<Note>
  Resource limits are **hard limits**. You cannot create resources beyond your
  tier limit. To add more resources, upgrade to a higher tier.
</Note>

## AI Model Access

Every tier can use every available agent model — there is no model gating. Model
usage is billed by the token through the **LLM Tokens** consumable, so the cost
difference between models shows up in your usage, not your tier. See
[Agent Models](/user-guide/agents/models) for the model list and guidance on
choosing one.

## What Every Tier Includes

All tiers include the full platform: unified inbox, contacts and customers,
agents, automations, files, domains, the REST API, and the MCP server. Tiers
differ in capacity (the resource limits above), included usage (see
[Pricing](/admin-guide/billing/pricing)), and overage rates.

**Enterprise** additionally offers custom limits, negotiated pricing, and a
support SLA.

## API & MCP Rate Limits

API and MCP access is included on every tier, including Free. What scales with
your tier is the **request rate** — how many requests per minute you may make.
There is no monthly call allowance and no per-call billing.

| Service          | Free | Starter | Professional | Enterprise |
| ---------------- | ---- | ------- | ------------ | ---------- |
| **API requests** | 10   | 60      | 300          | 1,000      |
| **MCP requests** | 10   | 30      | 100          | 300        |

Rates are per minute, and API and MCP are limited independently. See
[Rate Limits](/api-reference/rate-limits) for handling guidance.

## Choosing the Right Tier

<AccordionGroup>
  <Accordion title="Free - For individuals exploring Bizzy">
    The Free tier is perfect for individuals who want to explore Bizzy's capabilities. You can create a limited number of agents and automations and try every part of the platform.

    **Best for:** Personal use, evaluation, small side projects
  </Accordion>

  <Accordion title="Starter - For small teams getting started">
    The Starter tier is designed for small businesses or teams who need more capacity and included usage. The 30-day trial lets you experience the full tier before committing.

    **Best for:** Small businesses, startups, growing teams
  </Accordion>

  <Accordion title="Professional - For established businesses">
    The Professional tier provides significantly higher limits, ten times the included usage of Starter, and the cheapest overage rates. It's ideal for businesses running many agents and automations day to day.

    **Best for:** Established businesses, agencies, teams with heavy usage
  </Accordion>

  <Accordion title="Enterprise - For large organizations">
    The Enterprise tier offers unlimited resources, custom pricing, a support SLA, and negotiated terms for large organizations.

    **Best for:** Large organizations, enterprises with custom requirements
  </Accordion>
</AccordionGroup>

## Upgrading Your Tier

You can upgrade your subscription at any time from the billing settings in your
dashboard. When you upgrade:

* New limits take effect immediately
* You're charged a prorated amount for the remainder of the billing period
* All your existing data and configurations are preserved

<CardGroup cols={2}>
  <Card title="Pricing Details" icon="dollar-sign" href="/admin-guide/billing/pricing">
    View detailed pricing and consumable limits
  </Card>

  <Card title="Understanding Limits" icon="gauge" href="/admin-guide/billing/limits">
    Learn how limits are enforced
  </Card>
</CardGroup>
