Team Commands

Team Commands

Last updated:

Use camber team commands to see the workspaces available to you and choose which one is active.

Before you begin, install the Camber CLI and log in.

List your workspaces

Run:

camber team list

The output includes your personal workspace and every team you can select. The * in the Selected column marks the active workspace.

Type       Name                Unique Name      Selected
Personal   Personal Workspace  camberuser       
Team       Research Team       research-team    *

Use the value in the Unique Name column when selecting a team.

For machine-readable output, add --output json:

camber team list --output json

Select a team

Pass the team’s unique name:

camber team select research-team

Camber confirms the selected workspace:

Selected team: Research Team (research-team)

You can select only an active team that you belong to.

Select your personal workspace

Use --personal without a team name:

camber team select --personal

Do not pass both a team name and --personal; the command requires exactly one target.

⚠️
Changing the active workspace may stop a running Jupyter server in the previously selected workspace.

Run camber team list again to verify the selection. Commands that use the active workspace now run in the selected team or personal workspace.

For machine-readable confirmation, add --output json to either selection command.

Related: Team Management | Camber MCP team tools