What problem does it solve?
Hosted agents solve the limits of local agent execution by moving coding workloads into remote, sandboxed environments that provide consistent setups, unlimited concurrency, and fast session startup so users get immediate, reproducible workspaces for coding, testing, and PR creation.
Core Features & Use Cases
- Prebuilt Image Registry: Regularly built environment images that include cloned code, installed dependencies, and warmed caches to minimize time-to-first-token.
- Snapshot & Restore: Filesystem snapshots taken at key points to enable instant follow-up sessions and quick rollback.
- Warm Pool Strategy: Maintain pre-warmed sandboxes to serve sessions with near-zero startup latency.
- Per-Session Isolation & Authorship: Isolated session state (per-session databases) and git commit attribution using the prompting user's identity for PRs.
- Real-Time API Layer: WebSocket/streaming APIs to broadcast token streams, tool execution updates, and file change notifications to multiple clients.
- Use Cases: Background coding agents that run independently of user devices, multiplayer debugging or PR review sessions, Slack/chat-triggered repo edits, and multi-client workflows (web, VS Code, Chrome extension).
Quick Start
Start a warm sandbox for repository myorg/frontend, restore the latest prebuilt image snapshot, and run the user's prompt with commits attributed to Alice Developer.