Teams

8Vast works great for solo development. Everything runs locally — build, test, lint, search, AI agents. No account required.

When you need to collaborate, you create a team. A team is an organization that groups people and projects together. Members share project settings, tool definitions, and search indexes.

Sign In

8v auth login

This opens an interactive sign-in flow. Once authenticated, you can create and join teams.

Create a Team

8v team create mycompany

This creates a new organization. You're the owner.

Invite Members

8v team invite [email protected] --role member

The invited person receives an email with instructions to join. Roles:

RoleWhat They Can Do
ownerEverything, including billing and member management
adminManage projects and members
memberAccess shared projects

See Your Teams

8v team list

Lists every organization you belong to, your role in each, and the number of members.

Check Your Session

8v auth status

Shows your current email, active organization, and role. If you belong to multiple organizations, this tells you which one is active.

Link a Project

Once you have a team, link projects to share them:

8v project link --org mycompany

Linked projects sync their settings and tool definitions across the team. Every member gets the same tools, the same lint rules, and the same search index.

Early Features

Team features are functional but early. What works today:

  • Creating organizations
  • Inviting and managing members
  • Linking projects to an organization
  • Shared project settings

What's being built:

  • OAuth login (GitHub, Google)
  • Role-based permissions per project
  • Shared search indexes across team members
  • Audit logs

Next