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

# Plans and pricing

Sourcery has these plans. Pricing is per seat.

| Plan        | Price                      | For                                                  |
| ----------- | -------------------------- | ---------------------------------------------------- |
| Open Source | Free                       | Public repositories                                  |
| Pro         | $15 per month ($12 annual) | Individuals and small teams                          |
| Team        | $30 per month ($24 annual) | Teams that need security scanning and admin controls |

Paid plans start with a 14-day free trial, and no credit card is required. During the trial everyone in your organization has access. If you don't add a payment method by the end of the trial, the subscription pauses until you do.

## What each plan includes

| Capability                          | Open Source     | Pro             | Team |
| ----------------------------------- | --------------- | --------------- | ---- |
| Code review on pull requests        | Yes             | Yes             | Yes  |
| Reviewer's guide, summary, diagrams | Yes             | Yes             | Yes  |
| IDE reviews and recipes             | Yes             | Yes             | Yes  |
| Analytics                           | No              | No              | Yes  |
| Security scanning                   | Limited preview | Limited preview | Yes  |
| Private repositories                | No              | Yes             | Yes  |
| Review rules                        | Yes             | Yes             | Yes  |
| User-triggered security scans       | No              | No              | Yes  |
| Jira autocreate from findings       | No              | No              | Yes  |
| Security REST API and API keys      | No              | No              | Yes  |
| Bring your own LLM                  | No              | No              | Yes  |

Code review runs on every plan. Security scanning is a Team plan feature; Open Source and Pro include a limited preview, with scans on up to 3 (Open Source) or 10 (Pro) repositories, twice weekly, and up to 10 findings visible in the dashboard. The Team plan covers 200+ repositories, scans daily, shows unlimited findings, and adds on-demand scans.

Every plan can [manage members and seats](/admin/seats-and-team/); you're billed for each seat you assign.

## Rate limits

Sourcery measures usage in diff characters, the size of the changed code it reads. Two limits apply.

A per-pull-request cap stops Sourcery reviewing a single very large diff. A rolling seven-day budget caps total usage across all pull requests in the trailing week. The seven-day budget is multiplied by your seat count, so a larger team has a proportionally larger budget. Against the seven-day budget, a re-review costs a tenth of a normal review.

| Plan        | Per-pull-request cap | Rolling 7-day budget |
| ----------- | -------------------- | -------------------- |
| Open Source | 150,000              | 500,000              |
| Pro         | 300,000              | 1,500,000            |
| Team        | 500,000              | 2,500,000            |

When a limit is reached, Sourcery skips the review. A rate limit never blocks a merge. See [re-reviews](/reviews/anatomy-of-a-review/#re-reviews) for what a skipped review looks like on the pull request, and for the separate cap of five automatic re-reviews per pull request.

## Enterprise

Enterprise is the Team plan on sales-negotiated terms. It covers self-hosted Sourcery, priority support, a customer success manager, and invoice billing. To set it up, [contact sales](mailto:sales@sourcery.ai).

## Changing plans

You manage your plan on the [billing page](/admin/billing/).
