CodeRabbit logoCodeRabbit logo
AgentEnterpriseCustomersPricingBlog
  • Docs
  • Trust Center
  • Contact Us
  • FAQ
  • Reports & Guides
Log InGet a free trial

Products

AgentDiscordPull Request ReviewsIDE ReviewsCLI ReviewsPlanOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesReports & Guides

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

footer-logo shape
Terms of Service Privacy Policy

CodeRabbit, Inc. © 2026

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

Share on RedditShare on XShare on LinkedIn

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 to your feed.RSS feed icon
newsletter decoration

Catch the latest, right in your inbox.

Add us to your feed.RSS feed icon

Keep reading

Opus 5 for code review: Cleaner actionable comments, noisier overall

Opus 5 for code review: Cleaner actionable comments, noisier overall

Opus 5 produced a cleaner actionable-comment stream, but caught fewer known issues and generated roughly four times the baseline's nitpicks. Here is where the model may fit — and where it does not.

Code is no longer the bottleneck. Understanding is.

Code is no longer the bottleneck. Understanding is.

Coding agents can expand change volume faster than teams can understand it. Review needs a shared path from intent to system behavior to code so people can keep shaping the system.

Close the loop after every merge: the agent that reviewed your PR can now follow through

Close the loop after every merge: the agent that reviewed your PR can now follow through

Post-Merge Actions use pull request context to handle changelogs, documentation, tickets, and other work that should happen after merge.

GetStarted in2 clicks.

Try it for free

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.

Introducing Usage-Based Add-On. Allow unrestricted access to CodeRabbit

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.

Introducing Usage-Based Add-On. Allow unrestricted access to CodeRabbit

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, prompt your agent to authenticate once with your CodeRabbit API key using the following command:
coderabbit auth login --api-key cr-************

After logging in, prompt your agent to run a CodeRabbit CLI review without passing the API key again:

coderabbit review --plain

Give it a try

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.