Skip to main content
No. ByteRover works fully locally without any team or space. Teams and spaces are cloud-only features for team collaboration and multi-machine sync.You only need them when you want to use /push and /pull to sync context between machines or share it with teammates.See the Local vs Cloud page for details on what works locally vs what requires cloud.
A space is a shared context container that can include multiple related projects. It is intentionally not limited to a single project, which is why we use the term space instead of project.For example, if you have:
  • byterover-ui
  • byterover-backend
  • byterover-agent
You can place all three under one space to share and reuse context across them.
Spaces are a cloud-only feature that requires authentication. Local usage does not require spaces.
Yes. A single space can contain multiple projects, and this is a supported workflow. You can already use this setup today without issues.
A team is functionally equivalent to an organization. Teams are used to manage members, spaces, and access control.
Teams are a cloud-only feature. Local usage — curate, query, providers, connectors — works without being in a team.
You can list and switch spaces from the CLI:In the REPL:
/space list         # list all spaces for your teams
/space switch       # switch to a different space
From the CLI:
brv space list
brv space switch --team <team-name> --name <space-name>
Creating, renaming, and deleting teams and spaces is done via the web app.
To access team settings, click on your team name in the top left corner of the web app and select “Manage Team”.From the Settings page, you can:Manage Spaces — Create, rename, or delete spaces from the Spaces tab.
Manage Spaces
Manage Members — Add or remove team members from the Members tab.
Manage Team Members
Navigate to Manage Team → Billing & Usage to view your team’s current plan, seat allocation, and credit consumption.
Billing & Usage
Here you can see:
  • Plan — Your current subscription tier
  • Seats — How many team members are using seats
  • Plan Credits — Usage against your monthly credit allocation