Overview
Therouta workspace command manages workspaces — isolated environments for agent teams to collaborate on projects.
Usage
Commands
List Workspaces
List all workspaces in the system:Create Workspace
Create a new workspace:--name <NAME>- Workspace title (required)
Workspace Structure
Each workspace contains:- Agents - Team members assigned to the workspace
- Tasks - Work items being tracked
- Notes - Collaborative documentation (Spec, task notes, general notes)
- Codebase - Optional repository path and branch
Common Workflows
Creating a Project Workspace
Working with Multiple Workspaces
Integration with Other Commands
Most Routa CLI commands accept a--workspace-id flag:
Next Steps
Agent Commands
Create and manage agents in workspaces
Task Commands
Track work items within workspaces
REST API
Programmatic workspace management
Core Concepts
Learn about workspace-centric architecture