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

# Self-serve plans

> Compare Devin's self-serve plans and understand usage quota and on-demand credits

Devin has four self-serve plans you can sign up for directly at [app.devin.ai](https://app.devin.ai). For authoritative pricing, see the [Devin pricing page](https://devin.ai/pricing). This page explains how the plans relate to each other and how billing mechanics work.

## Plan overview

| Plan      | For                               | Price              | Members   |
| --------- | --------------------------------- | ------------------ | --------- |
| **Free**  | Individuals trying Devin          | Free               | 1         |
| **Pro**   | Individual users                  | \$20/month         | 1         |
| **Max**   | Power users who need more quota   | \$200/month        | 1         |
| **Teams** | Teams working with Devin together | \$80/month minimum | Unlimited |

<Note>
  The **Pro** and **Max** plans are individual plans. They cannot be shared across multiple users. If you want multiple people to use Devin under a single subscription, you need the **Teams** plan.
</Note>

## Free

The Free plan lets you try Devin with limited usage. It includes:

* Limited Devin usage
* Access to [Devin Review](/work-with-devin/devin-review)
* Access to [DeepWiki](/work-with-devin/deepwiki)

Free users can upgrade to any paid plan at any time from [Settings > Billing](https://app.devin.ai/settings/billing).

## Pro

Pro is Devin's entry-level individual plan. It's designed for a single developer who uses Devin regularly. Pro includes:

* A daily and weekly usage quota that covers Devin sessions, [Devin for Terminal](https://cli.devin.ai/docs), and the [Windsurf](https://windsurf.com) IDE
* Pay-as-you-go [on-demand credits](#on-demand-credits) for usage past your quota
* Slack, Linear, and [MCP](/work-with-devin/mcp) integrations

Pro is a single-user plan. Pro subscribers cannot invite additional members to their organization. To work with teammates on a shared subscription, use the [Teams](#teams) plan.

## Max

Max is for individual users who consistently exceed the Pro quota. It includes everything in Pro, plus a significantly larger weekly usage quota (with no daily cap), also shared between Devin sessions, [Devin for Terminal](https://cli.devin.ai/docs), and the Windsurf IDE.

Like Pro, Max is a single-user plan and does not support multiple members.

## Teams

The Teams plan is Devin's self-serve plan for teams of any size. Key properties:

* **Unlimited members**: invite as many teammates as you want.
* **\$80/month minimum**: every Teams account pays at least \$80/month.
* Each member gets either a **full seat** or a **flex seat**.
* **On-demand credits** are shared across the whole team.

### Full seats vs. flex seats

Every member of a Teams account holds one of two seat types:

<CardGroup cols={2}>
  <Card title="Full seat" icon="user-tie">
    **\$40/month per seat**, billed as a fixed recurring line item.

    Best for members who use Devin regularly. Each full seat includes:

    * A daily and weekly usage quota equivalent to the Pro plan
    * Access to Windsurf
  </Card>

  <Card title="Flex seat" icon="user-clock">
    **Free**. Teams can have unlimited flex seats.

    Best for occasional users. Flex seats:

    * Draw entirely from the team's shared pool of on-demand credits
    * Do **not** include Windsurf IDE access
    * Have no fixed monthly charge per seat
  </Card>
</CardGroup>

Admins choose the seat type when [inviting a member](/product-guides/invite-team), and can convert a member between seat types later from **Settings > Members**.

### The \$80 Teams minimum

Every Teams subscription costs **at least \$80/month**. You can hit this minimum in any combination of full seats (\$40 each) and on-demand credits:

| Full seats | On-demand credits included | Monthly total |
| ---------: | -------------------------: | ------------: |
|          0 |                       \$80 |          \$80 |
|          1 |                       \$40 |          \$80 |
|          2 |                        \$0 |          \$80 |
|          3 |                        \$0 |         \$120 |
|    *N* ≥ 2 |                        \$0 |    *N* × \$40 |

When you have fewer than two full seats, the remainder of the \$80 minimum is automatically charged as prepaid on-demand credits that the whole team can draw from. Once you have two or more full seats, you've cleared the minimum and no additional on-demand credits are included, but you can still [top up on-demand credits](#on-demand-credits) at any time.

<Tip>
  Give a full seat to anyone who uses Devin regularly. Full seats include their own Pro-equivalent quota and Windsurf access at a predictable fixed cost, making them the best fit for power users. Reserve flex seats for occasional or trial users who only need ad-hoc access through shared on-demand credits.
</Tip>

## How quotas work

Each paid plan and full seat includes a usage allowance that refreshes automatically on a calendar basis:

* **Pro** and **Teams full seats** have a **daily and weekly** allowance. The daily allowance is more than 1/7 of the weekly, so you can keep working through weekends without giving up overall capacity for the week.
* **Max** has a **weekly** allowance only, with no daily cap.

When you've used up your allowance, [on-demand credits](#on-demand-credits) keep you working without interruption.

## On-demand credits

On-demand credits are prepaid usage credit that fund any work past your plan's included quota:

* **Roll over** month-to-month. Purchased credits never expire.
* Can be topped up at any time from [Settings > Billing](https://app.devin.ai/settings/billing), and optionally refilled automatically via auto-reload.
* Admins can set auto-reload thresholds and default session spending limits from **Settings > Usage**.
* On the **Teams** plan, credits are **shared across all members**, with no per-member balance. Any teammate can draw from the shared pool.
* On the **Teams** plan, credits fund all usage on **flex seats** and any **full seat** usage past its included quota, and cover any portion of the [\$80/month minimum](#the-80-teams-minimum) not already covered by full seats.

## Devin Review pricing

[Devin Review](/work-with-devin/devin-review) is included on every self-serve plan but billed separately from your plan's quota:

* **Reviews consume on-demand credits.** Devin Review draws from your [on-demand credit](#on-demand-credits) balance and does not count against your plan's daily or weekly quota — those allowances are reserved for Devin sessions, [Devin for Terminal](https://cli.devin.ai/docs), and Windsurf.
* **What happens when you run out of credits.** If your on-demand credit balance is empty, AI-powered review pauses and Devin Review falls back to the smart diff viewer only. The bug catcher, codebase-aware chat, copy/move detection, and code changes from chat resume as soon as you top up [on-demand credits](#on-demand-credits).
* **Public PRs are free.** Anyone can review a public GitHub PR at [devinreview.com](https://devinreview.com) — or by replacing `github.com` with `devinreview.com` in any PR URL — without a Devin account, and no on-demand credits are consumed.

<Tip>
  Admins can keep usage predictable by tuning how often auto-review runs. Configure the trigger mode (every commit, only when a PR is first opened, or manual only) per repository or per user from [Settings > Review](https://app.devin.ai/settings/review). See [Trigger Modes](/work-with-devin/devin-review#trigger-modes) in the Devin Review docs for details.
</Tip>

## Migrating from legacy ACU-based plans

<Note>
  If you were previously on a legacy ACU-based plan, here's what you need to know:

  * On-demand credits are the same dollar value as the ACUs you're used to.
  * **Legacy Core plan users** have been migrated to the Free plan and can continue using any remaining on-demand credits. To purchase additional credits, upgrade to the [Teams](#teams) plan.
</Note>

## Managing your plan

Admins can view and change the account's plan from [Settings > Billing](https://app.devin.ai/settings/billing). From there you can:

* Upgrade or downgrade between Free, Pro, Max, and Teams
* Add or cancel Teams full seats
* Purchase on-demand credits or configure auto-reload to replenish them automatically
* Download past invoices

For tips on keeping consumption under control across all plans, see [Usage](/admin/billing/usage).
