Key Features
- Multiple Servers - Connect to several MCP servers within a single project
- Save Your Setup - Store all your server configurations in one place
- Share Instantly - Invite team members via email to access the same project
- Real-Time Sync - Changes update automatically for all project members
- Switch Contexts - Jump between different project setups with one click
Getting Started
The combined org and project switcher sits at the top of the sidebar. It shows your active project name and, below it, the organization it belongs to.- Click the switcher at the top of the sidebar to open the context menu
- Create a project - Click the + icon next to the Projects heading and give it a name
- Add your servers - Configure your MCP servers in the Servers tab
- Enable auto-connect - Use the Auto-connect toggle in the Servers tab header to automatically connect all project servers whenever a host opens
- Share with your team - Click the share button and invite collaborators
When you switch projects, all servers disconnect automatically to give you a clean slate.
Switching Organizations
The context menu leads with the Projects list. At the bottom of the menu, a footer row shows your active organization name and its shared credit usage.- Switch organization — appears only when you belong to two or more organizations. Click it to expand an inline list of all your organizations and select a different one. Switching reloads the sidebar with that organization’s projects — no page reload required.
- New organization — appears at the bottom of the switch list (or directly in the footer when you have only one org and can create another).
- The gear icon next to an organization name navigates to that organization’s settings.
After completing an OAuth flow, you are returned to the organization you were in when the flow started, so you never land on the wrong organization after authenticating.
Leaving an organization
If you are a member (not an owner or admin) of an organization, you will see an Access restricted screen when you open the organization settings. From that screen you can leave the organization:- Click Leave organization below the “Go to Servers” button.
- Confirm in the dialog that appears.
Owners cannot leave an organization — transfer ownership or delete the organization instead.
Sharing Projects
Project sharing lets your entire team work with the same servers. Set up your project once, invite your team by email, and everyone gets access to the same servers with the same configurations instantly.What Gets Shared
Members get access to every server in the project with the same configuration. Project admins can also configure which servers auto-connect and set per-server overrides (headers, timeout) from the Servers tab — these settings apply across every host in the project.For security, authorization headers and OAuth tokens are never shared. Each team member authenticates with their own credentials when connecting to servers that require authentication.
Secret storage for env vars and headers
When you save a server that has environment variables (stdio) or custom HTTP headers, those values are stored as encrypted secrets. The next time you open the server’s edit form, those fields show “Hidden — Reveal to view” instead of the raw values.Revealing saved secrets
Click Reveal next to the hidden section to fetch and display the stored values. You can then view or edit them as normal.How updates work
- Env vars: Any edit to the env vars section (add, remove, or change a value) replaces the stored secret with the new set of values on save.
- Custom headers: Any edit to headers or the authentication type replaces the stored headers secret on save.
- If you save without revealing or editing a secret section, the existing stored secret is left unchanged.
Real-Time Sync
Changes sync instantly between all project members. New servers and configuration changes update automatically for everyone.How to Share a Project
- Sign in - Sharing requires authentication
- Click the member avatars in the header (or the share button)
- Enter an email address of the person you want to invite
- Click “Invite” to send the invitation
Managing Members
If you created the project, you can remove any member by clicking the X next to their name. If you’re not the creator, you can leave the project at any time. The creator can also remove you from the project.Project Settings
Open Project Settings (gear icon in the header) to manage project-level configuration.Default host config
The Default Host Config section sets the seed configuration applied to new chatboxes, eval suites, and direct chat tabs when they are created. It controls the default model, system prompt, temperature, tool approval, connection settings, capabilities, and host context for anything new in the project. Editing the default host config does not change existing chatboxes or eval suites — each owns its own config once created. The editor is only visible when you are signed in and have a saved project. Members without manage permissions see the editor in read-only mode.Personal computer
When your deployment exposes computer-backed tools (such as Bash), a Personal computer toggle appears in the built-in tools section of the host config editor. Turning it on attaches a per-member cloud workstation — a persistent Linux sandbox — to the host.- Computer-backed tools are disabled until a computer is attached. The checkbox for tools like Bash is greyed out with a hint (“Requires a personal computer”) until you turn the toggle on.
- Detaching the computer also removes computer-backed tool ids from the config, so the saved config is always consistent.
- The toggle is hidden until the deployment enables at least one computer-backed tool, so it won’t appear as a dead control before launch.
What’s Next
- Servers - Configure MCP servers to add to your projects
- Playground - Chat with the servers in your project across frontier models

