You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
This guide covers how to manage your subscription, including accessing billing information, changing plans, and adjusting your seat count.
11
+
12
+
## Accessing Billing Information
13
+
14
+
### Invoices and Payment History
15
+
16
+
You can access your billing history and download invoices by:
17
+
18
+
<ListItems
19
+
orderedList={true}
20
+
items={[
21
+
<>Going to <ahref="https://app.coderabbit.ai/settings/subscription"><strong>Subscription</strong></a> on the sidebar > <strong>Manage Subscription</strong></>,
22
+
<>Once in the customer portal select <strong>Billing History</strong></>,
23
+
<>Click to download an invoice from any specific month of billing</>

30
+
31
+

32
+
33
+
## Managing Your Subscription Plan
34
+
35
+
### Changing Plans
36
+
37
+
<ListItems
38
+
orderedList={true}
39
+
items={[
40
+
<>To upgrade or change your subscription plan:</>,
41
+
<>Going to <ahref="https://app.coderabbit.ai/settings/subscription"><strong>Subscription</strong></a> on the sidebar > <strong>Manage Subscription</strong></>,
42
+
<>Once in the customer portal click the box with your plan highlighted at the top of the page</>,
43
+
<>Click <strong>Update number of seats or change your plan</strong></>,
44
+
<>Click <strong>Change</strong> on the section at the top mentioning your current plan</>,
45
+
<>Select the new plan you'd like to change to</>,
46
+
<>Click <strong>Update</strong></>
47
+
]}
48
+
/>
49
+
50
+

51
+
52
+

53
+
54
+

55
+
56
+

57
+
58
+
### Adjusting Seat Count
59
+
60
+
To modify the number of seats in your subscription:
61
+
62
+
<ListItems
63
+
orderedList={true}
64
+
items={[
65
+
<>Going to <ahref="https://app.coderabbit.ai/settings/subscription"><strong>Subscription</strong></a> on the sidebar > <strong>Manage Subscription</strong></>,
66
+
<>Once in the customer portal click the box with your plan highlighted at the top of the page</>,
67
+
<>Click <strong>Update number of seats or change your plan</strong></>,
68
+
<>Enter the new number of seats needed</>,
69
+
<>Click <strong>Update Subscription</strong></>
70
+
]}
71
+
/>
72
+
73
+

74
+
75
+

76
+
77
+

administrative features are available to your organization's user accounts by
8
12
assigning and updating account roles.
9
13
10
-
## Overview of CodeRabbit roles {#overview}
14
+
## Overview of CodeRabbit roles
11
15
12
16
Every CodeRabbit account has exactly one role for each organization
13
17
that account is associated with.
@@ -19,11 +23,13 @@ CodeRabbit roles determine your ability to read or change various
19
23
billing, account management, and other administrative functions related to
20
24
an organization. The roles are as follows:
21
25
22
-
-**Admin**: allows full read/write access to all CodeRabbit administrative features.
23
-
-**Member**: allows read-only access to a limited set of administrative settings. This role
24
-
is appropriate for most developers in an organization.
25
-
-**Billing Admin**: allows read/write access to features specific
26
-
to a subscription and billing management, and limited access to other administrative features.
26
+
<ListItems
27
+
items={[
28
+
<><strong>Admin</strong>: allows full read/write access to all CodeRabbit administrative features.</>,
29
+
<><strong>Member</strong>: allows read-only access to a limited set of administrative settings. This role is appropriate for most developers in an organization.</>,
30
+
<><strong>Billing Admin</strong>: allows read/write access to features specific to a subscription and billing management, and limited access to other administrative features.</>
31
+
]}
32
+
/>
27
33
28
34
CodeRabbit users with the **Admin** role can modify the roles of other users in the
29
35
organization.
@@ -55,10 +61,12 @@ For more information on seat and subscription management, see [Manage your subsc
55
61
CodeRabbit assigns every user account in your organization a default role,
56
62
using the following metrics:
57
63
58
-
- If a user has an ownership-level role with the Git platform organization—for example,
59
-
**Admin** on GitHub, or **Owner** on Bitbucket—then that user receives the default
60
-
CodeRabbit role of **Admin**.
61
-
- Otherwise, the user receives the **Member** role by default.
64
+
<ListItems
65
+
items={[
66
+
<>If a user has an ownership-level role with the Git platform organization—for example, <strong>Admin</strong> on GitHub, or <strong>Owner</strong> on Bitbucket—then that user receives the default CodeRabbit role of <strong>Admin</strong>.</>,
67
+
<>Otherwise, the user receives the <strong>Member</strong> role by default.</>
68
+
]}
69
+
/>
62
70
63
71
You can update a user's role from its default setting by following the steps detailed in the next section. This requires that your own account
64
72
has an **Admin** role with the organization.
@@ -76,9 +84,14 @@ following sections.
76
84
77
85
To view a list of your organization's role assignments, follow these steps:
78
86
79
-
1. Go to the [CodeRabbit dashboard](https://app.coderabbit.ai/settings/repositories).
80
-
1. At the top of the sidebar, select the organization whose user roles you want to view.
81
-
1. On the sidebar, click **Subscription**.
87
+
<ListItems
88
+
orderedList={true}
89
+
items={[
90
+
<>Go to the <ahref="https://app.coderabbit.ai/settings/repositories">CodeRabbit dashboard</a>.</>,
91
+
<>At the top of the sidebar, select the organization whose user roles you want to view.</>,
92
+
<>On the sidebar, click <strong>Subscription</strong>.</>
93
+
]}
94
+
/>
82
95
83
96
This displays a table of all of the CodeRabbit **Admin** and **Member** accounts associated with the selected
84
97
organization. In this table, the **Role** column displays the CodeRabbit role for
@@ -88,31 +101,39 @@ To view a list of accounts with the **Billing Admin** role, click the **Billing
88
101
89
102
### Set roles {#set-roles}
90
103
91
-
:::note
104
+
<Note>
92
105
To modify users' CodeRabbit accounts, your own account must have the **Admin** role within your organization.
93
-
:::
106
+
</Note>
94
107
95
108
To change a user account's CodeRabbit role, follow these steps:
96
109
97
-
1. Go to your organization's list of user accounts, as detailed in the previous section.
98
-
If you have the **Admin** role within this organization, then the **Role** column in the user accounts table contains selectable menus.
99
-
1. Click the menu in the user's **Role** column, and select the appropriate role from
100
-
the list.
110
+
<ListItems
111
+
orderedList={true}
112
+
items={[
113
+
<>Go to your organization's list of user accounts, as detailed in the previous section. If you have the <strong>Admin</strong> role within this organization, then the <strong>Role</strong> column in the user accounts table contains selectable menus.</>,
114
+
<>Click the menu in the user's <strong>Role</strong> column, and select the appropriate role from the list.</>
115
+
]}
116
+
/>
101
117
102
118
The only roles you can assign through this method are **Admin** and **Member**.
103
119
You can't grant the **Billing Admin** role to an existing user account. To add an account with the **Billing Admin** role, see the next section.
104
120
105
121
### Add billing admin accounts {#billing}
106
122
107
-
:::note
123
+
<Note>
108
124
Billing Admin users don't require CodeRabbit seat licenses. You can add Billing Admin users regardless of how many seat licenses you have available.
109
-
:::
125
+
</Note>
110
126
111
127
To add a CodeRabbit user account with the **Billing Admin** role, follow these steps:
112
128
113
-
1. Go to your organization's list of user accounts, as detailed in [View roles](#view-roles).
114
-
1. Click **Invite Billing Admin**.
115
-
1. Enter the name and email address of the billing administrator who you want to invite to the organization.
129
+
<ListItems
130
+
orderedList={true}
131
+
items={[
132
+
<>Go to your organization's list of user accounts, as detailed in <ahref="#view-roles">View roles</a>.</>,
<>Enter the name and email address of the billing administrator who you want to invite to the organization.</>
135
+
]}
136
+
/>
116
137
117
138
This sends an email to the address that you specified. After the recipient completes the process of joining your organization in CodeRabbit, then their record appears in the user accounts list, under the **Billing Admins** tab.
118
139
@@ -121,18 +142,76 @@ This sends an email to the address that you specified. After the recipient compl
121
142
The following table lists the CodeRabbit administrative functionality
0 commit comments