Lifecycle
Workspaces move through three states:| State | Description |
|---|---|
| Booting | VM starting, cloning repo, installing dependencies |
| Active | Ready for messages, agent working |
| Sleeping | Paused, no credits consumed |
What Runs Inside
Each workspace runs the Replicas Engine on port 3737, which:- Manages Claude Code and Codex agent sessions
- Queues messages when agents are busy
- Handles git operations (branch creation, commits)
- Refreshes authentication tokens automatically
- Supports Docker for running containerized development services inside the workspace
Collaboration and Review
- Create multiple chats per workspace to split workstreams and keep context organized.
- Use the built-in Diff Viewer to inspect pending code changes without leaving the dashboard.
- Use the Files view to browse workspace files directly in the dashboard.
Repository Targeting
Workspaces can run against one repository or multiple repositories.- Select individual repositories during workspace creation.
- Use Repository Sets to save common multi-repository combinations and reuse them quickly.
Environment Configuration
Configure workspace environment variables and files in dashboard settings:- Global (all workspaces)
- Per repository
- Per repository set
Sleep and Wake
Auto-sleep: Workspaces sleep after 1 hour of inactivity. Auto-delete: Sleeping workspaces are permanently deleted after:- 24 hours (Hobby plan)
- 72 hours (Developer plan)