Skip to main content

Overview

A space is an isolated project environment. Each space contains:
  • Sandbox — A persistent cloud VM (microVM) where the AI runs commands and edits files
  • Browser profile — A dedicated browser session for web automation
  • Drive — A unified filesystem with apps, files, repos, and mounts
  • Rules — Custom instructions that shape AI behavior in this space
  • Threads — All conversations scoped to this project

One sandbox per space

Every space gets exactly one sandbox — a persistent virtual machine that survives suspend and resume. Files and state are preserved between sessions. The sandbox is where the AI executes commands, installs dependencies, and builds your projects.

Creating a space

Create a space from the sidebar. Give it a name that describes the project. The sandbox is provisioned automatically when the AI first needs it.

Space settings

Each space has its own configuration:
SettingDescription
NameDisplay name for the space
RulesAI behavior instructions specific to this space
BrowserDedicated browser profile for web automation
SandboxCloud VM configuration and status

Switching spaces

Use the sidebar or command palette to switch between spaces. Each space maintains its own state independently.