Whim is a cloud dev workspace that lets you run AI coding agents — like Claude Code and Codex — in isolated cloud containers. Instead of running agents locally on your laptop, Whim gives each task its own sandboxed Ubuntu environment with full shell access, git branch isolation, and real-time terminal streaming.Documentation Index
Fetch the complete documentation index at: https://docs.whim.run/llms.txt
Use this file to discover all available pages before exploring further.
Whim is designed for developers and teams who use AI coding agents as part of their daily workflow. If you’ve been running Claude Code or Codex locally, Whim lets you do the same thing in the cloud — with parallelism, collaboration, and zero local setup.
Why Whim?
Cloud-native
No local setup required. Connect your repo, write a prompt, and your AI agent starts working in a secure cloud container — accessible from any device.
Parallel tasks
Run multiple tasks simultaneously. Try different approaches, work on separate features, or let an orchestrator coordinate a squad of agents — all without them stepping on each other’s toes.
Multi-model support
Choose from Claude and GPT models via native CLI runtimes. Additional models via OpenRouter coming soon.
Real-time collaboration
Watch agent terminals live, share workspaces with your team, leave comments, and join voice chat — like Figma meets Discord for AI coding.
How it works
Every task in Whim runs in its own isolated Fly.io container with:- Its own git branch — no conflicts between parallel tasks
- Full shell access — run commands alongside the AI agent
- Live previews — shareable URLs for running web apps
- Multi-pane layouts — arrange terminals, previews, and file views side by side
How is this different from running agents locally?
| Local | Whim | |
|---|---|---|
| Setup | Install CLI, configure API keys, manage dependencies | Sign in with GitHub, connect repo, start building |
| Parallelism | One agent at a time (or complex local orchestration) | Unlimited parallel tasks, each in its own container |
| Branch isolation | Manual branch management | Automatic — every task gets its own branch |
| Collaboration | Screen share or pair locally | Live terminals, comments, and voice chat |
| Device | Tied to your laptop | Any browser, any device, including mobile |
| Environment | Your local machine | Clean, sandboxed Ubuntu container every time |
Pricing
Whim uses Compute Units (CUs) to measure usage — a combination of container runtime and AI token consumption. Plans include:- Trial — Free to start, no credit card required
- Pro — For individual developers who want more capacity
- Team — For teams with shared workspaces and collaboration features
Quickstart
Get your first task running in under 5 minutes.
How Agents Work
Understand what runs inside a Whim task container.

