Know what CodeRabbit Agent for Slack has been doing across your workspace. The Usage view answers the questions that matter after rollout: what ran, when, who triggered it, which handled it, how much runtime it used, and where to dig deeper.Documentation Index
Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Who can see usage
Usage visibility depends on role:| Viewer | What they can see |
|---|---|
| Global admin | All workspace activity |
| Scope admin | Activity for the scopes they manage, plus their own runs elsewhere |
| Member | Their own runs only |
What the table shows
| Column | What it shows | Example |
|---|---|---|
| Run At | When the CodeRabbit Agent run happened, shown in your browser’s timezone with UTC as a fallback | Apr 3, 2025 2:22 PM |
| Agent minutes | How long the run spent working, shown in minutes | 3.1 |
| Scope | The resolved scope name for that run | Base Scope or frontend-team |
| Triggered By | The Slack user who started it | @jane |
| Thread | Links to the original Slack conversation and the thread review UI | Slack link + review link |
What agent minutes mean
Agent minutes are the runtime unit CodeRabbit Agent uses for usage tracking and billing. For each run, CodeRabbit measures how long the run spent working in the sandbox, stores that time in seconds, and shows it in the UI as minutes. This is a runtime metric, not a token metric. It reflects the duration of the Agent run while work is in progress, so it is easier to understand and closer to how CodeRabbit Agent usage is governed in the product. In practice:- Short runs use fewer agent minutes than long runs.
- Automation runs and human-triggered runs are measured the same way.
- Values can be fractional because the underlying runtime is recorded in seconds and then converted to minutes for display.
Trial Agent Minutes
Some workspaces receive an included Agent Minutes grant during their Agent trial. The Usage view uses the same agent-minute metric for both trial and paid usage, so trial runs still appear with their measured runtime. When a trial grant is exhausted or expires, CodeRabbit Agent pauses new work for that workspace and asks an admin to activate the Agent plan before runs can continue.Human vs. automation runs
Usage shows both human-triggered and automation-triggered runs in the same view:- Human runs appear when someone mentions
@coderabbit, uses a slash command, or sends CodeRabbit Agent a direct message. - Automation runs appear either on their configured schedule or when a matching message triggers them. They show the automation name and the channel where they ran.
Common actions from Usage
From the Usage view, teams can:- Open the related thread review for full run detail
- Jump back to the original Slack conversation
- Confirm which scope handled a request
- Review recent workspace activity without searching Slack first
- Trace an unexpected result back to its scope, triggering user, and execution detail
Filtering and navigation
The Usage view supports text search across scope names and triggering users, scope-based filtering to focus on a specific team or channel, agent-minute filtering for minimum and maximum runtime, and sorting by time, agent minutes, scope, or user. Results are paginated so you can browse recent and historical runs without loading everything at once.What’s next
Thread reviews
Open a run in detail when you need to inspect context, diffs, and execution history.
Admin roles and security
Review how activity visibility changes for global admins, scope admins, and individual members.
Automations
Use activity history to understand how scheduled and message-triggered CodeRabbit Agent automations are behaving after rollout.