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

