Workspaces
Workspaces are isolated environments for agent execution. Each workspace has its own file storage, browser sessions, and memory context.Creating a Workspace
Workspace Contents
Each workspace contains:- Files — Code, documents, data files created by agents
- Deliverables — Final outputs ready for download or deploy
- Browser Sessions — Persistent cookies/localStorage for web automation
- Memory — Session-level context that persists across tasks in this workspace
File Management
List Files
Upload / Download
Delete
Deliverables
Agent outputs that are marked as “ready” become deliverables:Multi-Workspace
You can have multiple workspaces for different projects. Switch between them in the War Room workspace selector. Agents inherit the workspace context when assigned to a task within that workspace.Storage
Files are stored in S3/R2 with per-user encryption. Storage limits depend on your plan tier:| Tier | Storage |
|---|---|
| Free | 100 MB |
| Pro | 5 GB |
| Power | 25 GB |
| Business | 100 GB |
| Enterprise | Unlimited |

