General
What is Whim?
What is Whim?
Whim is a cloud dev workspace for running AI coding agents. Each task runs in its own isolated container with a full development environment, terminal sharing, and git branch isolation. You write a prompt, pick an AI model, and watch it code in real time.
How is Whim different from running Claude Code locally?
How is Whim different from running Claude Code locally?
Whim handles all the infrastructure for you — cloud containers, git branch management, environment setup, and multi-agent orchestration. You can run multiple tasks in parallel without using your local machine resources, collaborate with teammates in real time, and switch between AI providers and models seamlessly.
Which browsers are supported?
Which browsers are supported?
Whim works in all modern browsers including Chrome, Firefox, Safari, and Edge. For the best experience, use a Chromium-based browser.
Tasks
How many tasks can I run in parallel?
How many tasks can I run in parallel?
It depends on your plan. Free and Pro plans support up to 20 active tasks per team. The Max plan supports 40+ active tasks, scaling with your capacity multiplier.
What happens when a task fails?
What happens when a task fails?
If a task container stops unexpectedly, Whim detects it automatically (typically within 30 seconds) and marks the task as stopped. You can review the terminal output to diagnose the issue, then fork or re-run the task with an updated prompt.
Can I interact with a running task?
Can I interact with a running task?
Yes. You can type in the live terminal to respond to AI agent prompts, run commands, or guide the agent. You can also send follow-up prompts to adjust the task’s direction.
What's the difference between a task and a todo?
What's the difference between a task and a todo?
A task launches immediately in its own container with an AI agent. A todo is planned work — it sits in your backlog until you’re ready to launch it. You can convert any todo into a running task.
Billing
How are CUs calculated?
How are CUs calculated?
CUs (compute units) combine container runtime and AI token usage. One CU equals roughly 30 minutes of container time or ~14,000 input tokens. See Compute Units for full details.
Is there a free tier?
Is there a free tier?
Yes. The Free plan gives you 50 CU per week at no cost. This is enough to run several tasks and explore the platform. Upgrade to Pro or Max when you need more capacity.
What happens when I run out of CUs?
What happens when I run out of CUs?
A grace period begins that lets running tasks finish briefly. You won’t be able to start new tasks until your weekly period resets or you upgrade your plan.
Can I get more CUs without upgrading?
Can I get more CUs without upgrading?
On the Max plan, you can increase your capacity multiplier (up to 500x) to scale your weekly CU allocation. You can also switch to annual billing to save 17%.
Security
Is my code safe?
Is my code safe?
Yes. Each task runs in its own isolated container with a separate filesystem and network stack. Your code is not accessible to other users. Workspace data is protected by row-level security at the database layer. See Data & Privacy for details.
Who can see my workspace?
Who can see my workspace?
Only members you’ve explicitly invited to your workspace can see its tasks, files, and settings. Whim enforces strict workspace-level access control.
Does Whim store my code?
Does Whim store my code?
Your code lives in your GitHub repository. Whim clones it into an ephemeral container for each task and destroys the container when the task ends. File attachments are stored securely in Supabase Storage, scoped to your workspace.
AI providers
Which models are supported?
Which models are supported?
Whim supports models from Anthropic (Claude), OpenAI (Codex), and a range of models via OpenRouter. You can select your provider and model when creating each task. See Supported Providers for the full list.
Can I use my own API keys?
Can I use my own API keys?
Whim provides built-in API access through its CU system, so you don’t need your own keys. AI costs are included in your CU consumption.
Can I switch models mid-task?
Can I switch models mid-task?
You select a model when you create a task. To try a different model, fork the task or create a new one with a different provider/model selection.
Collaboration
How do I invite teammates?
How do I invite teammates?
Go to Settings → Members and send an invite. Invited users will receive access to your workspace once they accept. See Invitations for details.
Can I share tasks?
Can I share tasks?
Can multiple people watch a task at the same time?
Can multiple people watch a task at the same time?
Yes. The live terminal supports multiple viewers. All workspace members can watch a task’s terminal output in real time and interact with it.

