Skip to content

Billing

Fresh

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

Pricing

UnitPrice
Active developer / month$30/seat (includes 50 reviews)
Additional reviews$1/review

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.

Flex reviews

Each active developer gets 50 included reviews per billing period. Reviews beyond that are flex reviews.

Flex reviews are billed per completed review. If your account has a discount or credit balance, Greptile applies it in the billing dashboard and projected spend.

How Reviews Are Counted

Billing is based on completed reviews, not PRs. Each time Greptile finishes a review, it counts as one billable review for the PR author. Skipped reviews don't count.

Reviews can be triggered by opening a PR, commenting @greptileai, or automatically on each new commit if triggerOnUpdates is enabled.

Flex usage limits

Set a flex usage limit to cap spend on reviews beyond the included 50 reviews per active developer.

Set the cap in Settings > Billing > Code Review.

When projected flex review spend reaches the limit, Greptile skips new flex reviews until the next billing period or until you raise the cap. Included reviews still run.

Excluding Bots

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

Dashboard

Go to **Code Review Settings** > **What should Greptile comment on?** > **Fine-tuning**. Set the filter to **Authors** / **Exclude** and add:

* `dependabot[bot]`
* `renovate[bot]`
* Any service accounts

greptile.json

```json theme={}
{
  "excludeAuthors": ["dependabot[bot]", "renovate[bot]"]
}
```

Viewing Usage and Managing Billing

  • View current usage: Settings > Billing > Code Review
  • Manage your billing and subscription: Settings > Billing

Note

For billing questions or enterprise pricing, contact hello@greptile.com.

Source

Mirrored from the official Greptile documentation. Self-contained reference copy.