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

# Plans and Limits

> Every Brew plan with its monthly AI credits, email sends, sending domains, and brand workspaces, so you or your agent can pick a tier without opening the app.

Every plan includes every feature. Plans differ only in volume: AI credits, email sends, sending domains, and brand workspaces. Prices are monthly in USD.

|                          | Free  | Starter | Growth | Pro     | Enterprise |
| ------------------------ | ----- | ------- | ------ | ------- | ---------- |
| Price / month            | \$0   | \$49    | \$99   | \$249   | Custom     |
| AI credits / month       | 500   | 5,000   | 10,000 | 25,000  | Custom     |
| Email sends / month      | 1,000 | 10,000  | 50,000 | 200,000 | Custom     |
| Sending domains          | 1     | 3       | 5      | 10      | Custom     |
| Brand workspaces         | 3     | 5       | 10     | 50      | Unlimited  |
| Brew watermark on emails | Yes   | No      | No     | No      | No         |

There is no contact-based pricing on any plan. Your list growing does not change your bill; only sending and creating more does.

## What the Volumes Mean

**AI credits** meter AI generation and media work, at \$0.01 of underlying spend per credit, charged only on success. Generation charges actual usage, so a typical email generation on the Free plan's 500 credits lands around 50 emails. The full contract, including which operations cost credits and which are free, lives in [Credits](/api-reference/api/credits).

**Email sends** count delivered email across Emails, Automations, and transactional sends. Check both balances anytime with [`GET /v1/usage`](/api-reference/api/credits#check-your-balance-get-v1usage); both reset at the period boundary.

**Sending domains** are the domains you send from. Each needs [DNS verification](/get-started/verify-your-sending-domain) before it can send.

**Brand workspaces** are separate brands with their own design system, audiences, and content. Agencies and multi-brand teams size on this axis; see [brand scoping](/api-reference/api/authentication) for how keys scope to brands.

## Moving Between Plans

Change plans any time in the app under **Settings → Billing**. Upgrades and downgrades apply from your next billing period. Enterprise adds custom volumes, migration support, and a dedicated account manager; it starts with a conversation at [founders@brew.new](mailto:founders@brew.new).

Running out mid-period does not break your flows. An empty balance rejects credit-metered calls up front, as a retryable [`INSUFFICIENT_CREDITS`](/api-reference/api/errors#insufficient-credits) on the API. Nothing is charged for work that did not happen.

<Note>
  Prices and volumes last verified on 2026-08-17.
</Note>

## Need Help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

<Tabs>
  <Tab title="Self-Service Tools">
    <CardGroup cols="2">
      <Card title="Search Documentation" icon="magnifying-glass" color="#c44925">
        Type in the "Ask any question" search bar at the top left to instantly find relevant documentation pages.
      </Card>

      <Card title="ChatGPT/Claude Integration" icon="robot" color="#c44925">
        Click "Open in ChatGPT" at the top right of any page to explore it further with ChatGPT or Claude.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Talk to Our Team">
    <CardGroup cols="2">
      <Card title="Schedule a Call" icon="calendar" color="#c44925" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1iYoRUG1J792XQpbuQLjSRRDupr7MwraFK-HQRCtTYdBmrQi8nZu2qXfzKQigb8gbKJK3KN3-R">
        Book time with our founders for personalized guidance on strategy, best practices, or complex implementation questions.
      </Card>

      <Card title="Call Us Directly" icon="phone" color="#c44925">
        Need immediate assistance? Reach us at **+1-(332)-203-2145** for urgent issues or time-sensitive questions.
      </Card>

      <Card title="Slack Channel" icon="slack" color="#c44925">
        Our preferred support channel. You'll receive an invite after signup for direct founder support and fast responses.
      </Card>

      <Card title="Email Support" icon="envelope" color="#c44925" href="mailto:support@brew.new">
        Contact us at **[support@brew.new](mailto:support@brew.new)** for detailed inquiries or if you prefer not to use Slack.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
