Skip to content

DevBoxes

A DevBox in ClusterCode is an isolated development environment where an AI agent works on a task. Each DevBox gets its own filesystem, network, and runtime — like giving every ticket its own machine.

PhaseWhat Happens
LaunchDevBox created from image, repo cloned, agent starts
RunningAI agent works on the task, you can watch via terminal
CompleteWork is done — PR drafted, branch pushed, tests passing
StoppedDevBox removed, resources freed

The DevBoxes page shows every DevBox across your workers, with its ticket, branch, capability badges, live resource usage, and status:

console.clustercode.io DevBoxes
The DevBoxes page listing running and stopped DevBoxes across workers, each card showing the container name, ticket title, branch, capability badges, CPU/memory/disk usage, host worker, and a terminal launcher. The DevBoxes page listing running and stopped DevBoxes across workers, each card showing the container name, ticket title, branch, capability badges, CPU/memory/disk usage, host worker, and a terminal launcher.

Every DevBox includes:

  • An AI coding agent (Claude Code, GitHub Copilot, or Codex)
  • Git, GitHub CLI, tmux, neovim
  • The cloned repository with ticket context
  • A generated CLAUDE.md with task instructions
  • Network access for package installs and API calls

ClusterCode uses Podman container images to define what’s inside each DevBox. The default image (claude-code-terminal) includes everything needed for general development.

You can build custom images for specialized environments. See Custom Containerfile. You can also snapshot a running DevBox into a reusable image — see Build an Image from a DevBox.

PlanConcurrent DevBoxesHistory
Starter514 days
Pro1590 days
EnterpriseUnlimited365 days

From the orchestrator dashboard:

  • Live terminal — web-based terminal (xterm.js) connected directly to the DevBox
  • Resource monitoring — CPU, memory, disk usage in real time
  • VS Code — attach VS Code to a running DevBox for full IDE access

See VS Code Extension for IDE setup.

Getting Started Concepts Guides CLI Self-Hosting Reference Links