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

# Billing

> Understand Greptile's per-developer billing model, usage limits, review counts, and subscription management.

## Pricing

| Unit                     | Price                               |
| ------------------------ | ----------------------------------- |
| Active developer / month | **\$30/seat** (includes 50 credits) |
| Additional credits       | **\$1/credit**                      |

<Info>
  **1 credit = 1 standard review.**
</Info>

An **active developer** is any PR author with at least one completed review in the billing period. Overages are per-author, not pooled across the team.

## Additional credits

Each active developer gets 50 included credits per billing period. Reviews beyond that are billed at **\$1/credit**. Discounts and promotional credits are shown in the billing dashboard.

## How reviews are counted

Billing counts **completed reviews**, not PRs. Each finished review consumes one credit, charged to the PR author. Skipped reviews don't count.

Reviews run when you open a PR, comment [`@greptileai`](/code-review-bot/trigger-code-review), or push commits with [`triggerOnUpdates`](/code-review-bot/trigger-code-review#auto-review-on-every-commit) enabled.

## Usage limits

Cap additional spend in [Settings → Billing](https://app.greptile.com/-/settings/billing). When projected spend hits the cap, Greptile skips new reviews until the next billing period or until you raise the cap. Set the limit to \$0 to disable additional reviews.

## Excluding bots

Excluded authors are not reviewed and don't count as active developers.

<Tabs>
  <Tab title="Dashboard">
    In [Code Review → Greptile Comments](https://app.greptile.com/review#greptile-comments), set **Authors** / **Exclude** and add:

    * `dependabot[bot]`
    * `renovate[bot]`
    * Any service accounts
  </Tab>

  <Tab title="greptile.json">
    ```json theme={}
    {
      "excludeAuthors": ["dependabot[bot]", "renovate[bot]"]
    }
    ```
  </Tab>
</Tabs>

## Dashboard

* [Settings → Usage](https://app.greptile.com/-/settings/usage) — review counts and active developers
* [Settings → Billing](https://app.greptile.com/-/settings/billing) — usage limits, payment methods, **Billing Portal** (plan status, invoices, cancellation)

<Note>
  For billing questions or enterprise pricing, contact [hello@greptile.com](mailto:hello@greptile.com).
</Note>
