Skip to main content

Overview

A workspace is a logical group of agents. Use workspaces to organize agents by project, team, environment, or any grouping that fits your organization.
In the database schema and API, workspaces are stored as agent_fleets. The dashboard and CLI use the term “workspace”.

Why workspaces?

  • Organization — group related agents (e.g., “Production”, “Staging”, “Research team”).
  • Access control — team members see only workspaces assigned to them.
  • Monitoring — view aggregated health, traces, and scores per workspace.
  • Billing — usage is tracked per workspace for cost attribution.

Workspace structure

Organization (your CelerFlow account)
├── Workspace: Production
│   ├── Agent: code-reviewer
│   ├── Agent: deploy-bot
│   └── Agent: monitoring-agent
├── Workspace: Staging
│   └── Agent: test-runner
└── Workspace: Research
    ├── Agent: data-analyst
    └── Agent: paper-reader
Each account has a default workspace created automatically on signup.

Creating a workspace

Click New workspace from the workspace switcher in the sidebar.

Workspace limits

PlanMax workspaces
Free1
Pro5
Team20
EnterpriseUnlimited

Workspace switcher

The sidebar includes a workspace switcher (top left) that shows:
  • CelerFlow logo + current workspace name
  • Your plan tier badge
  • A dropdown to search and switch between workspaces
  • Option to create a new workspace