Team Commands
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 listThe 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 jsonSelect a team
Pass the team’s unique name:
camber team select research-teamCamber 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 --personalDo not pass both a team name and --personal; the command requires exactly one target.
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