-
Notifications
You must be signed in to change notification settings - Fork 169
Team plan docs #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Team plan docs #469
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c7e8931
Team plan docs
brunobergher 70da2dc
Update docs/roo-code-cloud/team-plan.mdx
brunobergher 4b4bcad
Update docs/roo-code-cloud/team-plan.mdx
brunobergher 82888e4
Update docs/roo-code-cloud/team-plan.mdx
brunobergher a6236ca
Clarifies centralized billing
brunobergher eb319d7
Merge remote-tracking branch 'origin/bb/team' into bb/team
brunobergher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,128 @@ | ||
| --- | ||
| description: Understand the functionality available in the Roo Code Cloud Team plan. | ||
| keywords: | ||
| - team | ||
| - corporate | ||
| - enterprise | ||
| - shared | ||
| - members | ||
| - invite | ||
| image: /img/social-share.jpg | ||
| --- | ||
|
|
||
| # Team Plan | ||
|
|
||
| The team plan is designed for teams to work together using the Roo Code suite, be it the Extension, Cloud or a combination of both. | ||
|
|
||
| It allows for: | ||
| - Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview)) | ||
| - Team-wide task history and token usage analytics | ||
| - Shared Cloud Agent team (with centralized billing) | ||
| - Centralized integration with Github and Slack (not one per user) | ||
| - Extension configuration enforcement (providers/models, MCP servers and more) | ||
|
|
||
| --- | ||
|
|
||
| ## Access | ||
|
|
||
| You can access Team functionality by starting a free 14-day trial. | ||
|
|
||
| If you already have a Roo Code Cloud account, you can [upgrade here](https://app.roocode.com/checkout/team). If you don't, sign up from our [pricing page](https://roocode.com/pricing). | ||
|
|
||
|
|
||
| ## Capabilities | ||
|
|
||
| Most of the team functionality can be accessed from your [Organization Settings](https://app.roocode.com/) page (from your user avatar menu) | ||
|
|
||
| <img src="/img/team-plan/org-settings-menu.png" alt="How to access your organization settings" width="280" /> | ||
|
|
||
| From there, you'll be able to access all of the available settings: | ||
|
|
||
| <table> | ||
| <thead> | ||
| <tr> | ||
| <th style={{ width: "33%"}}>Setting</th> | ||
| <th style={{ width: "66%"}}>Purpose</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td>**Team Members**</td> | ||
| <td> | ||
| Invite, remove and manage permissions for team members (Admin or regular member) | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Organization profile details**</td> | ||
| <td> | ||
| Logo, name, etc | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Integrations**</td> | ||
| <td> | ||
| [Github](./github-integration) and [Slack](./slack-integration), for now | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Cloud Model Providers**</td> | ||
| <td> | ||
| For use with [Cloud Agents](./cloud-agents) | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Extension Task Sync**</td> | ||
| <td> | ||
| Whether to require task syncing, and visibility controls for who can see each others' tasks | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Task Sharing**</td> | ||
| <td> | ||
| Whether per-task sharing is enabled, to whom and link expiration time | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Environment Variables**</td> | ||
| <td> | ||
| Optional values to make available to Cloud Agents during runs, such as connection strings, package manager server URLs, keys, secrets, etc. | ||
| Encrypted in our secure secret store. | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Marketplace MCPs**</td> | ||
| <td> | ||
| Allow/deny-list MCPs from the Roo Code marketplace to make available for team members. | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Custom MCPs**</td> | ||
| <td> | ||
| Custom, vetted MCP servers to make available to all team members. | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Extension Providers**</td> | ||
| <td> | ||
| Allow/deny-list inference Providers to be made available to team members. | ||
|
|
||
| Centralized API key management isn't currently supported, but let us know if you need it. | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td>**Organization Connection Policy**</td> | ||
| <td> | ||
| Mechanism to require Roo Code VS Code Extension users to be logged in, so policies can be enforced. | ||
|
|
||
| Works via a file to be distributed via our MDM tool. | ||
| </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
|
|
||
| Additional Team plan functionality is available in: | ||
| - [Usage Analytics](./analytics) (showing team-wide activity and per-user filters) | ||
| - Task lists (in the Home and Agent pages, showing team-wide tasks) | ||
|
|
||
|
|
||
| We're constantly expanding and tweaking team-oriented functionality, so if you need something else, don't hesitate to get in touch via [support@roocode.com](mailto:support@roocode.com). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.