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

Products

Pull Request ReviewsIDE ReviewsCLI Reviews

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand Guidelines

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 ReviewsIDE ReviewsCLI Reviews

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand Guidelines

Contact

SupportSalesPricingPartnerships

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

discord iconx iconlinkedin iconrss icon

Role-Based Access Control (RBAC) for granular permission sets

by
Sahil Mohan Bansal

Sahil Mohan Bansal

Rbac
Product
English

June 16, 2025

6 min read

Cover image

Share

https://incredible-friend-95c316f890.media.strapiapp.com/Reddit_feecae8a6d.pnghttps://incredible-friend-95c316f890.media.strapiapp.com/X_721afca608.pnghttps://incredible-friend-95c316f890.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

Article Card ImageArticle Card ImageArticle Card ImageArticle Card Image

Why users shouldn’t choose their own LLM models: Choice is not always good

Giving users a dropdown of LLMs to choose from often seems like the right product choice. After all, users might have a favorite model or they might want to try the latest release the moment it drops. One problem: unless they’re an ML engineer runnin...

Article Card ImageArticle Card ImageArticle Card ImageArticle Card Image

An (actually useful) framework for evaluating AI code review tools

Benchmarks have always promised objectivity. Reduce a complex system to a score, compare competitors on equal footing, and let the numbers speak for themselves. But, in practice, benchmarks rarely measure “quality” in the abstract. They measure whate...

Article Card ImageArticle Card ImageArticle Card ImageArticle Card Image

CodeRabbit's AI Code Reviews now support NVIDIA Nemotron

TL;DR: Blend of frontier & open models is more cost efficient and reviews faster. NVIDIA Nemotron is supported for CodeRabbit self-hosted customers. We are delighted to share that CodeRabbit now supports the NVIDIA Nemotron family of open models amon...

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.

Hey folks - we’re excited to share that Role-Based Access Control (RBAC) is now available for all CodeRabbit customers. This gives your Org Admins the ability to assign granular permission sets that control the actions that users can take. You can find these settings under the Subscriptions menu in the CodeRabbit app.

We have defined three main roles, each with different permissions as they pertain to CodeRabbit settings and configurations:

  1. Admins: Full access with the ability to run code reviews and configure everything in CodeRabbit — review settings, manage integrations, assign roles, edit learnings, view dashboards, generate reports, subscription and billing management.

  2. Members: Limited access with the ability to run code reviews, with read-only permissions to access org or repo level settings, integrations, learnings, dashboards, reports, and subscription details.

  3. Billing Admins: optional role that is only responsible for subscription and billing management. This role has no ability to configure settings or have code reviewed, and it is not a paid seat.

The roles are assigned separately for each Org. If you have multiple Orgs, then roles in one Org do not apply to other Orgs. Only “Admin” users can change these roles and add other users as “Admins”, “Members” or “Billing Admins.”

New roles can be found under Subscription menu

Note that bot users are automatically assigned a “Member” role and this cannot be changed. Only users that have a CodeRabbit seat assigned to them can have their role changed by an admin.

CodeRabbit role permissions

We recommend assigning the “Billing Admin” role to users who will only be responsible for managing the financial aspects of your CodeRabbit subscription, such as adding new users, increasing the number of seats, changing plans, etc. If you do not have a dedicated person that will act as a “Billing Admin” then any other “Admin” in your Org can also perform all billing and subscription tasks.

You’ll need to assign the “Admin” role to users who must have write access to every feature and config setting in CodeRabbit. Other users who are primarily concerned with running AI code reviews only may be limited to the “Member” role.

Here is a detailed matrix that explains the different permission sets for each of the three roles.

ResourceAdminMemberBilling Admin
Org SettingsWriteRead-onlyNo access
Repo SettingsWriteRead-onlyNo access
IntegrationsWriteRead-onlyNo access
LearningsWriteRead-onlyNo access
DashboardsWriteRead-onlyNo access
ReportsWriteRead-onlyNo access
User ManagementWriteRead-onlyRead-only
Subscription ManagementWriteRead-onlyWrite
Billing ManagementWriteNo accessWrite

Note that “Admins” also have the same level access that “Billing Admins” do but the reverse is not true. Every “Admin” can perform the same tasks that a “Billing Admin” can. Any user that must only be a “Billing Admin” needs to be invited manually by an “Admin.” The screenshot below shows how an “Admin” can invite another “Billing Admin” using their email, if that user does not exist in your Git platform. Also, for users with “Member” role, the metrics in the dashboards will only be visible for the Team that they are a part of in their Git platform.

Invite Billing Admins using their email

Users that are added as Billing Admins, and those that do not exist in your Git platforms, must login using the Login with Email option instead of the Git platform credentials.

Role mapping from Git platform to CodeRabbit

Some roles are assigned by default for all users that exist in your Git organization. You can review these under the “users” menu. The default roles are mapped to the permissions that user has in your Git platform organization and are automatically inherited by CodeRabbit. You will have to manually assign roles to users if you want to change CodeRabbit’s default assignment that is based on the mapping rules below.

GithubGitlabAzure DevOpsBitbucketDefault Mapping to CodeRabbit Role
Admin / Billing ManagerOwnerAdminOwnerAdmin
MemberMaintainerMemberMember
DeveloperMember
ReporterMember
PlannerMember
GuestMember
Minimal AccessMember
Added ManuallyAdded ManuallyAdded ManuallyAdded ManuallyBilling Admin

Note that Azure DevOps only reports “Admin” users. If a user exists in Azure DevOps organization and is not an “Admin” then we assign the “Member” role to them by default.

TL;DR

The TL;DR for the RBAC roll-out:

  1. You can now assign three different roles to CodeRabbit users:

    • Admins - run code reviews with write access to configure everything

    • Member - run code reviews with read-only access for various configs

    • Billing Admins - special role, only if a dedicated user must be the one to manage billing and subscription

  2. CodeRabbit roles for new and existing users are automatically mapped to equivalent roles in your Git platforms. Only CodeRabbit “Admins” can change these roles.

  3. All roles are mapped to a specific Org. Users in multiple orgs can have different roles in each Org.

  4. Users with “Admin” equivalent roles in their Git platform must be the ones to initiate a CodeRabbit trial.

Have questions or feedback? Reach out to our team via our community Discord server (for free users). Paying CodeRabbit customers and those in an active free trial period, can reach out via this support page to reach our technical team for a faster response. Please provide your Org name when you reach out.

What’s next?

We continue to listen to our customers and incorporate their feedback. The following features are on our near to medium term roadmap:

  1. Expanding RBAC to our self-hosted customers. v1 of RBAC release is limited to SaaS customers only

  2. Ability for “Member” level users to start a CodeRabbit trial

  3. Custom role definitions where admins can pick and choose a custom set of permissions and create new roles

  4. Consistent role availability across all organizations configured with CodeRabbit

  5. SSO integration (SAML / OIDC)

Next steps for you: Login to CodeRabbit, navigate to Subscriptions menu and review or change the CodeRabbit roles for users in your organization. You can also refer the documentation for more details.