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

# Monthly plans

> Flat monthly plans with a hard concurrency cap — Free, Pro, and Team.

Monthly plans are **flat-rate with a hard cap** — no metered overage. You pick a
plan under **Admin → Billing → Monthly**, and the plan sets how many concurrent
workspaces and IDE seats your org can run.

<Frame caption="Admin → Billing → Monthly — the Free / Pro / Team plan cards.">
  <img src="https://mintcdn.com/agent-bees/HUTI08XX3esZvrRw/images/billing-monthly.png?fit=max&auto=format&n=HUTI08XX3esZvrRw&q=85&s=26bd18c7ae0c7b5e582517335daaa14f" alt="Monthly billing plans" width="1440" height="900" data-path="images/billing-monthly.png" />
</Frame>

## Plans at a glance

|                         | **Free**               | **Pro**            | **Team**           |
| ----------------------- | ---------------------- | ------------------ | ------------------ |
| Price                   | \$0 forever            | **\$29.99/mo**     | **\$49.99/mo**     |
| Workspaces (total pool) | 2                      | 2 free · up to 10  | 2 free · up to 20  |
| Web IDE workspaces      | —                      | up to 3            | up to 6            |
| Pipelines per day       | 0                      | 2                  | 5                  |
| Persistence             | Ephemeral · 12 h reset | Persistent history | Persistent history |
| Shared pool             | 1 vCPU / 2 GiB         | 5 vCPU / 10 GiB    | 10 vCPU / 20 GiB   |

<Note>
  **Workspaces are a shared pool.** `up to 10 total` is the *combined* ceiling for regular + IDE
  workspaces — IDE seats are a subset of the pool, not extra. A Pro org can run, say, 7 regular
  workspaces and 3 IDE workspaces, but not 10 + 3.
</Note>

## How the shared pool works

Each plan comes with a per-org compute pool (e.g. Pro = 5 vCPU / 10 GiB). Your
running workspaces draw from that pool. Because the base workspace is lean
(½ vCPU / 512 MiB), many can pack into the pool at once. When a task finishes,
its slot is freed for the next one.

**Pipelines reserve slots.** Starting a 5-agent pipeline allocates 5 workspaces
from the pool; while it runs, only the remaining capacity is available for new
tasks. When the pipeline completes, all its slots free up.

## Subscribing

<Steps>
  <Step title="Open Admin → Billing → Monthly">
    You'll see the three plan cards and your current plan.
  </Step>

  <Step title="Choose Pro or Team">
    A subscription cart opens with the plan and any optional add-ons.
  </Step>

  <Step title="Accept the Terms & Conditions">
    Tick the box acknowledging the base images (required on every checkout).
  </Step>

  <Step title="Pay">
    Checkout is on Stripe. Your subscription activates as soon as payment succeeds, and the exact
    amount is charged to your card.
  </Step>
</Steps>

## Extra pool capacity (add-on)

Need more concurrency than the plan's pool? On the Monthly tab you can buy
**extra shared-pool capacity** as a card-billed add-on:

* **+2 vCPU** — \$5.99/mo per block
* **+1 GiB RAM** — \$5.99/mo per block

This raises your org's shared pool so more (or larger) workspaces can run at once.
The add-on is billed on your card as a subscription line item — the checkout total
is your plan price **plus** the pool add-on, charged as one exact amount.

## Changing plans

Upgrading or downgrading happens **in place** on your existing subscription, with
proration: if you upgrade partway through a cycle, you're charged only the
prorated difference for the days remaining, and the full new price applies from
the next cycle.

<Info>
  The subscription bill is fully itemized so you can see exactly what you're paying for — plan,
  seats, add-ons, and pool capacity as separate lines. To cancel or switch away, use the Stripe
  billing portal; AgentBees never auto-cancels for you.
</Info>
