Prerequisites
An OpenComputer API key and the SDK installed. See Introduction for install instructions.Run an Agent
What Just Happened
You created a cloud VM (Firecracker microVM), ran Claude inside it with bash and file tools, and Claude autonomously scaffolded a Next.js app, installed dependencies, and started the dev server. Events streamed back to your code in real-time over WebSocket. The preview URL exposes the running dev server to the internet.Next Steps
How It Works
Architecture and technical decisions
Agents
Events, tools, multi-turn conversations
Sandboxes
Lifecycle, running commands, files
Checkpoints
Snapshot and fork VMs