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
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/analytics.mdx
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,13 @@ redirect_from:
16
16
17
17
# Analytics
18
18
19
-
Analytics lets you track tokens, tasks, estimated cost, and Cloud Agent credits at a glance.
19
+
Analytics lets you track tokens, tasks, inference cost, and Cloud Agent credits usage in aggregate or according to arange of filters, defined by you. It's all free.
20
20
21
21
## Access
22
22
23
-
-Open the Analytics tab in the web app, or go directly to https://app.roocode.com/usage
23
+
-Just go to the [Analytics](https://app.roocode.com/usage) tab
- Views: stacked bar chart with tabs for Tokens, Inference (cost), and Tasks; tables grouped by Creators, Models, and Repositories with totals and last‑activity timestamps.
25
+
## What's tracked
31
26
27
+
- For Cloud Agents, all tasks are tracked and considered for analytics
28
+
- For the extension, only taks you run while logged in get reported for analytics. You can turn off [task sync](/roo-code-cloud/task-sync) so the contents of tasks aren't sent to Cloud, but usage numbers are always reported while you'r elogged into the extension. That allows you to keep certain tasks away from Cloud while still benefiting from usage analytics.
<li>Access to <ahref="/roo-code-cloud/cloud-agents">Cloud Agents</a> ($5/hour for Cloud tasks)</li>
51
-
</ul>
52
-
</PlanBox>
53
-
54
-
55
-
<PlanBox
56
-
title="Team Plan"
57
-
subtitle="14 day free trial"
58
-
id="teams-plan"
59
-
icon="Users"
60
-
price="$99/mo"
61
-
checklist
62
-
>
63
-
<ul>
64
-
<li>$99/mo flat rate for unlimited team members (each member gets everything in Pro)</li>
65
-
<li>Admin‑managed billing and organization settings</li>
66
-
<li>Team‑wide <ahref="/roo-code-cloud/analytics">Analytics</a> and <ahref="/roo-code-cloud/cloud-agents">Cloud Agents</a></li>
67
-
<li><ahref="/roo-code-cloud/slack-integration">Slack Integration</a> for Cloud tasks (Coming soon)</li>
68
-
<li>
69
-
<ahref="/basic-usage/mcp-marketplace">MCP Marketplace</a> curation for your teams
70
-
<ul>
71
-
<li>Hide all marketplace MCPs or selectively hide specific ones</li>
72
-
<li>Add your own MCPs to the marketplace</li>
73
-
</ul>
74
-
</li>
75
-
<li>
76
-
Centralized teams <ahref="/basic-usage/api-configuration-profiles">API Provider</a> controls
77
-
<ul>
78
-
<li>Enable/disable providers</li>
79
-
<li>Limit to specific models</li>
80
-
<li>Create named <ahref="/basic-usage/api-configuration-profiles">provider configurations</a></li>
81
-
</ul>
82
-
</li>
83
-
</ul>
84
-
</PlanBox>
85
-
86
-
## Getting Started
87
-
88
-
1. Open Billing: [app.roocode.com/billing](https://app.roocode.com/billing)
89
-
2. Choose Pro or Team and select Start trial.
90
-
3. Complete checkout in Stripe; you’ll return to the app.
91
-
4. Verify your plan shows Active. [Roomote Control](/roo-code-cloud/roomote-control) unlocks immediately for eligible plans.
92
-
5. Team only: if prompted, create an organization, then invite teammates from Billing or the navbar.
25
+
1. Once logged in, go to Billing: [app.roocode.com/billing](https://app.roocode.com/billing)
26
+
2. Choose your plan and start a trial.
27
+
4. Team only: if prompted, create your organization.
28
+
5. Complete checkout process; you’ll be redirected back to the app.
29
+
6. You'll be invited to create your first Cloud Agent. You can follow the process or go to the home page.
30
+
7. In the home page. [Roomote Control](/roo-code-cloud/roomote-control) unlocks immediately (look under "Connected Workspaces").
31
+
8. Team only: from here on you'll be able to invite your team maters.
93
32
94
33
## Managing Your Subscription
95
34
96
35
- Select Manage Subscription to open Stripe’s portal for payment methods, invoices, and billing details.
97
-
- To cancel:
36
+
- To cancel (sorry to see you go!):
98
37
1) Open your Billing page
99
38
2) Click Manage Subscription
100
39
3) Choose Cancel plan in the Stripe portal and confirm
101
40
- During a trial, cancel before it ends to avoid the first charge. After billing, features remain active until the end of your current period. You can resubscribe anytime.
102
41
103
42
## Cloud Agents & Credits
104
43
105
-
-Requires an active Pro or Team plan to create and run Cloud Agents.
106
-
- Cloud Agents run in Roo Code Cloud and consume credits by runtime hour.
107
-
- Model inference uses your own provider keys (no model markups).
108
-
-Track usage and costs in [Analytics](/roo-code-cloud/analytics).
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/cloud-agents.mdx
+26-47Lines changed: 26 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,75 +13,54 @@ image: /img/social-share.jpg
13
13
14
14
# Cloud Agents
15
15
16
-
Roo Code Cloud Agents run Roo Code in the cloud so work continues when your IDE isn’t open. You can start tasks from the web, monitor progress on any device, and share links safely—while keeping model choice and pricing with your own API keys.
16
+
Roo Code Cloud Agents can run entire tasks on their own in the cloud, often automatically, so you're not limited to typing instructions in your IDE.
17
17
18
18
## What Roo Code Cloud Agents are
19
19
20
-
Hosted, headless Roo instances that:
21
-
- Run tasks in cloud containers independent of your local IDE
20
+
Hosted, headless Roo-backed agents who:
21
+
- Run tasks in cloud containers independent of your local IDE (you don't even need to use the Roo Code VS Code extension in order to use Cloud agents)
22
+
- Have focused, optimized prompts for specific needs
22
23
- Stream task history in the [web app](https://app.roocode.com)
23
-
- Support shareable links for review and handoff; see [Task Sharing](/roo-code-cloud/task-sharing)
24
-
- Respect organization and user settings (Task Sync, Roomote Control, sharing)
24
+
- Fit into your broader workflow, outside of the editor
25
25
26
-
## How billing works
27
-
28
-
- Requires an active Pro or Team plan to create and run Cloud Agents; manage plans in [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions).
29
-
- Cloud runtime is billed in credits per agent‑hour.
30
-
- Model inference is billed by your provider (bring your own API keys). No model markups.
31
-
- Track usage and credits in [Analytics](/roo-code-cloud/analytics); switch the metric to credits.
32
-
33
-
## Getting started
34
-
35
-
1. Sign in and connect your account: [Login/Signup](/roo-code-cloud/login).
36
-
2. Ensure your organization allows Task Sync and Roomote Control if you need remote actions; see [Roomote Control](/roo-code-cloud/roomote-control).
37
-
3. Purchase credits by clicking the $ balance at the top of the web app.
38
-
4. Create or start a Cloud Agent and watch progress in real time in the [web app](https://app.roocode.com).
39
-
40
-
## Agents
26
+
## Agents Types
41
27
42
28
Cloud Agents come in different types optimized for specific workflows. Each uses your chosen model and API key, running in the cloud so work continues without your IDE.
43
29
44
-
<details>
45
-
<summary><strong>Generalist</strong></summary>
46
-
47
-
:::warning Not Yet Available
48
-
This agent type is not yet available. Check back soon for updates.
49
-
:::
50
-
51
-
Runs versatile, on‑demand cloud coding tasks using your chosen model; streams progress and tracks costs.
30
+
### **PR Rooviewer**
31
+
32
+
Automatically reviews GitHub pull requests using your model, posts feedback, and tracks costs—triggered by webhooks or run on demand.
52
33
53
-
**What you can do**:
54
-
- Launch manual tasks from the app with a natural‑language brief
55
-
- Tackle broad work: refactors, feature scaffolding, code analysis, documentation, and more
56
-
- Choose provider and model per agent; add custom guidance for desired style/constraints
57
-
- Monitor progress live in the app's streaming view and review outputs afterward
34
+
### Coming soon
58
35
59
-
**Automation**: Manual-only. No webhook triggers; jobs start when you click Run or submit a task from the app.
60
-
</details>
36
+
We have more agents in the works, such as:
37
+
- PR Fixer
38
+
- String Translator
39
+
- Security Auditr
40
+
- Generalist
61
41
62
-
<details>
63
-
<summary><strong>PR Rooviewer</strong></summary>
42
+
## How billing works
64
43
65
-
Automatically reviews GitHub pull requests using your model, posts feedback, and tracks costs—triggered by webhooks or run on demand.
44
+
- Cloud Agents require an active paid plan.
45
+
- Cloud runtime is billed in credits per agent‑hour (we charge you while the agents are working, that's it)
46
+
- Model inference is billed by your provider (bring your own API keys). We don't mark inference costs up and are provider-agnostic
47
+
- You can track usage and credits in [Analytics](/roo-code-cloud/analytics); switch the metric to credits.
66
48
67
-
**What you can do**:
68
-
- Automatic reviews when PRs open, become ready for review, or receive new commits
69
-
- Manual reviews from the app on any open PR in your scope
70
-
- Scope by repository and author; control whether to review draft PRs
71
-
- Add custom guidance for model-specific instructions
72
-
- Track progress via "Follow Along" links
49
+
## Getting started
73
50
74
-
**Automation**: Agent responds to GitHub webhook events (PR opened, ready for review, new commits). Eligibility depends on repo selection, author filter, and draft settings.
51
+
1.[Sign up](http://app.roocode.com/sign-up) for a Roo Code Cloud account
52
+
2. Upgrade to a paid plan.
53
+
3. You'll get free credits to get started
54
+
4.[Create your first ](https://app.roocode.com/cloud-agents/create).
75
55
76
-
</details>
77
56
78
57
## FAQ
79
58
80
59
- Can I run multiple agents?
81
60
- Yes. Each agent incurs its own runtime credit usage while running.
82
61
83
62
- Do I need to use a specific model?
84
-
- No. Use your preferred provider and models with your own API keys; inference is billed by that provider.
63
+
- No. We recommend a few models we've tested and found to work well, but you're free to use absolutely any model your provider offers.
85
64
86
65
- Where do I see costs?
87
66
- Track runtime credits and usage in [Analytics](/roo-code-cloud/analytics); see [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions) for plans and credits.
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/task-sharing.mdx
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,15 @@ import Codicon from '@site/src/components/Codicon';
13
13
14
14
# Task Sharing
15
15
16
-
Share Roo Code tasks with secure links: share with your organization (members only) or publicly (anyone with the link). Links are created by Roo Code Cloud and copied to your clipboard.
16
+
This allows you to share Roo Code tasks (in the extension or from Cloud Agents) with secure linkswith whoever you choose. This allwos you to hlep others understand how you're using Roo, debug a problem or help ypour teammates learn.
17
17
18
-
:::note Login Required
19
-
You must be logged in to Roo Code Cloud to share tasks. If you haven't connected your account yet, follow the [login instructions](/roo-code-cloud/login) first.
20
-
:::
18
+
You can choose whether to share with your organization (Team plan only) or publicly (anyone with the link).
21
19
22
20
:::note Organization Policy
23
21
If your organization disables task sharing, the Share button is disabled and shows a tooltip indicating sharing is disabled. On the web dashboard, the Share action may also be unavailable if you don’t have permission to share that task.
24
22
:::
25
23
26
-
## Sharing from within Roo Code
24
+
## Sharing from the Roo Code Extension
27
25
28
26
1. Open the Share menu
29
27
- In an active task, click the Share icon in the task header (right side).
@@ -40,13 +38,11 @@ If your organization disables task sharing, the Share button is disabled and sho
40
38
- Roo generates the link and copies it to your clipboard. A brief success message appears in the UI.
41
39
<imgsrc="/img/task-sharing/task-sharing-12.png"alt="Share link created and copied confirmation"width="400" />
42
40
43
-
## Sharing from Web UI
41
+
## Sharing from Roo Code Cloud
44
42
45
-
1. Open the web app
46
-
- Go to https://app.roocode.com and open the task you want to share.
43
+
1. Go to [Roo Code Cloud](https://app.roocode.com) and open the task you want to share.
47
44
48
-
2. Open the Share dialog
49
-
- Click the Share button to open sharing options.
45
+
2. Click the Share button to open sharing options.
50
46
51
47
3. Create and manage links
52
48
- Choose Organization or Public, then click Create Share Link.
@@ -72,10 +68,8 @@ If your organization disables task sharing, the Share button is disabled and sho
72
68
73
69
#### Data control
74
70
- Delete share links anytime from the dashboard.
75
-
- View recent links in the dialog (last 3 with a “+N more” summary).
76
-
77
-
## What you can’t do (and why)
71
+
- View recent links in the dialog
78
72
79
-
- Track who viewed a link — viewer auditing isn’t supported.
80
-
-Change personal account expiry — personal links always expire after 30 days.
81
-
-Access org-only links without org membership — org links require sign-in to the same organization.
73
+
## Caveats
74
+
-There's no link tracking at the moment
75
+
-Personal account links always expire after 30 days.
0 commit comments