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

# Billing Tiers

> Free, Developer, Pro, and Enterprise plans for ezForge Platform

ezForge offers four tiers to fit individuals and teams of every size.

## Plans

<CardGroup cols={4}>
  <Card title="Free" icon="seedling">
    Get started with no credit card required
  </Card>

  <Card title="Developer" icon="code">
    For developers shipping production MCP servers
  </Card>

  <Card title="Pro" icon="rocket">
    For teams and production workloads at scale
  </Card>

  <Card title="Enterprise" icon="building">
    Unlimited scale for growing teams
  </Card>
</CardGroup>

## Feature comparison

| Feature              |    Free   |       Developer      |              Pro              |           Enterprise          |
| -------------------- | :-------: | :------------------: | :---------------------------: | :---------------------------: |
| **Price**            |   \$0/mo  |        \$29/mo       |       $99/mo + $29/seat       |       $199/mo + $19/seat      |
| **Servers**          |     2     |          10          |               50              |           Unlimited           |
| **Requests / month** |    10K    |         100K         |               1M              |           Unlimited           |
| **Log retention**    |   7 days  |        30 days       |            30 days            |            90 days            |
| **Custom domains**   |     —     |      Coming soon     |          Coming soon          |          Coming soon          |
| **Team domains**     |     —     |           —          |               ✓               |               ✓               |
| **Audit log**        |     —     |           —          |               ✓               |               ✓               |
| **Support**          | Community | Email (2-day target) | Priority email (1-day target) | Priority email (1-day target) |
| **Uptime**           |     —     |           —          |    High-availability target   |    High-availability target   |

## Free tier details

The free tier is designed for development and exploration:

* **2 servers** — up to two MCP servers
* **10,000 requests per month** — resets on the 1st of each month
* **7-day log retention**
* **Community support** via GitHub Discussions
* Personal domain only (no team access)

The free tier never charges you. If you exceed the request limit, additional requests return `429 Too Many Requests` until the monthly reset.

## Developer tier

For developers shipping production MCP servers (\$29/mo):

* **10 servers** with scale-to-zero
* **100,000 requests per month**
* **30-day log retention**
* **10 deployment rollback history**
* **Custom domains** (coming soon)
* **Email support** with 2-business-day response target
* Personal domain only (no team access)

Upgrade via the dashboard or CLI:

```bash theme={null}
# Opens Stripe checkout
ezforge billing upgrade --plan developer
```

## Pro tier

For teams and production workloads at scale ($99/mo + $29/seat):

* **50 servers** with scale-to-zero
* **1,000,000 requests per month**
* **30-day log retention**
* **Team domains** with access controls and audit log
* **Priority email support** with 1-business-day response target
* **High-availability target** — public status page coming soon
* Additional team members: \$29/seat/month (base price includes 1 seat)

## Enterprise tier

Unlimited scale for growing teams ($199/mo + $19/seat):

* **Unlimited servers** with scale-to-zero
* **Unlimited requests**
* **90-day log retention**
* **Team domains** with access controls and audit log
* **Priority email support** with 1-business-day response target
* **High-availability target** — public status page coming soon
* Additional team members: \$19/seat/month (base price includes 1 seat)

## Usage and billing

### How requests are counted

Every call to your server's SSE endpoint or message endpoint counts as one request. Health check polling by ezForge does **not** count toward your limit.

### Billing cycle

Subscriptions renew monthly on the date you upgraded. You can view your current usage and period at any time:

```bash theme={null}
ezforge billing status
```

Or via the API:

```
GET /v1/billing
```

### Upgrading and downgrading

* **Upgrade** — Takes effect immediately; you're billed a prorated amount for the remainder of the billing period
* **Downgrade** — Takes effect at the end of the current billing period; your current plan remains active until then

If downgrading from Developer to Free would exceed free-tier limits (e.g., you have 3 servers), you must delete servers first.

## Stripe

Billing is powered by [Stripe](https://stripe.com). ezForge never stores your payment information. Invoices, payment method management, and billing history are available in the Stripe portal, accessible from the dashboard under **Billing**.
