CodeRabbit logoCodeRabbit logo
Issue plannerEnterpriseCustomersPricingBlog
Resources
  • Docs
  • Trust Center
  • Contact Us
  • FAQ
  • Whitepapers
Log InGet a free trial
CodeRabbit logoCodeRabbit logo

Products

Pull Request ReviewsIssue plannerIDE ReviewsCLI Reviews

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesWhitepapers

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and Privacy Policy

discord iconx iconlinkedin iconrss icon
footer-logo shape
Terms of Service Privacy Policy

CodeRabbit Inc © 2026

CodeRabbit logoCodeRabbit logo

Products

Pull Request ReviewsIssue plannerIDE ReviewsCLI Reviews

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesWhitepapers

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and Privacy Policy

discord iconx iconlinkedin iconrss icon

Introducing Usage-Based Add-On. Allow unrestricted access to CodeRabbit CLI through agentic coding loops.

by
Konrad Sopala

Konrad Sopala

March 11, 2026

|

3 min read

March 11, 2026

3 min read

  • What's New
  • Getting Started
  • Give it a try
Back to blog
Cover image

Share

https://victorious-bubble-f69a016683.media.strapiapp.com/Reddit_feecae8a6d.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/X_721afca608.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/Linked_In_a3d8c65f20.png

Cut code review time & bugs by 50%

Most installed AI app on GitHub and GitLab

Free 14-day trial

Get Started

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon
newsletter decoration

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon

Keep reading

Faster AI code reviews with NVIDIA Nemotron 3 Super

Faster AI code reviews with NVIDIA Nemotron 3 Super

TL;DR: NVIDIA Nemotron 3 Super delivers high accuracy and faster throughput in CodeRabbit's self-hosted AI code reviews. We are happy to share that CodeRabbit is expanding its support for the NVIDIA N

Introducing Usage-Based Add-On. Allow unrestricted access to CodeRabbit CLI through agentic coding loops.

Introducing Usage-Based Add-On. Allow unrestricted access to CodeRabbit CLI through agentic coding loops.

CodeRabbit now supports unlimited reviews using CLI, helping you to perfect code while running your agentic coding loops with Claude code, Codex and more! Buy credits, use them at your own pace, and g

Introducing one of the most requested CodeRabbit features: Multi-Repo Analysis.

Introducing one of the most requested CodeRabbit features: Multi-Repo Analysis.

If you've ever merged a pull request that passed every check, looked clean in review, and then broke a downstream service ten minutes later…you already know the problem. When your architecture spans m

Get
Started in
2 clicks.

No credit card needed

Your browser does not support the video.
Install in VS Code
Your browser does not support the video.

CodeRabbit now supports unlimited reviews using CLI, helping you to perfect code while running your agentic coding loops with Claude code, Codex and more!

Buy credits, use them at your own pace, and get full control over your CLI usage - right from the CodeRabbit web interface.

What's New

From now on, you can purchase credits to get unrestricted access to CodeRabbit CLI. There are two options available:

  • One-Time Purchase - Buy credits on demand and pay only for what you need and when you need it. Can turn on/off Auto-refill here.

  • Auto-refill (set it and forget it) - Configure a refill threshold and top-off amount, so your CI pipelines and CLI workflows never stall because of an empty balance.

  • Monthly Subscription - Set up a recurring credit top-up and never worry about running out of your credits. You can cancel your subscription any time.

Once you start using your credits, you’ll want to know where you stand. The Usage-Based Add-On tab gives you real-time visibility into your credit spend, showing your current balance alongside a spending chart.

Credits are simple: $1 gets you one credit, and each reviewed file costs $0.25.

Getting Started

Here’s a step-by-step setup guide:

  • Install CodeRabbit CLI

    • Follow the instructions here or simply run this command in your terminal and follow along.
curl -fsSL https://cli.coderabbit.ai/install.sh | sh
  • Choose your purchase method

    • Head to Account Settings in the CodeRabbit web interface and find Subscription and Billing. You’ll see the Usage-based add-on tab there, where you can choose between a monthly subscription, a one-time purchase or auto-refill.
  • Create an Agentic API Key

    • Once your purchase is complete, navigate to the API Keys section and generate your Agentic API key.
  • Run CodeRabbit via your AI Agent

    • Prompt your agent to run a CodeRabbit CLI code review using the following command:
coderabbit –plain --api-key cr-***********
  • To avoid passing the key on every command, you can persist it in your shell profile for future reference:

export CODERABBIT_AGENTIC_API_KEY="cr-***********"

cr --plain --api-key "$CODERABBIT_AGENTIC_API_KEY"

Give it a try

https://youtu.be/bMItn3G_upQ

Ready to have unlimited CLI reviews? Head to the CodeRabbit web interface and grab some credits. Whether you go with a one-time purchase or set up a monthly subscription, you'll be up and running in minutes.

And if you run into anything or have feedback, let us know. We're building this for you.