Code while you sleep.
Delegate coding tasks to AI agents running in the cloud, and come back to pull requests ready to review.
DevBoxer is a developer platform that runs AI coding agents in isolated cloud sandboxes. Describe a task, pick your repo, and an agent clones it, does the work, and opens a PR β all while you focus on something else.
- π§ Multiple agents β Choose from Claude Code, OpenAI Codex, Gemini, Amp, and more
- β‘ Parallel tasks β Run several agents at once, each in its own isolated environment, so nothing conflicts
- π Works from anywhere β Browser, CLI, phone, VS Code, desktop app, or Slack
- π Automate recurring work β Schedule tasks or trigger them from GitHub events
- Describe your task β Select a GitHub repo and tell the agent what to do
- Agent works in the cloud β Your repo is cloned into a sandbox and the agent starts coding
- Review & merge β The agent opens a pull request for you to review
The DevBoxer CLI lets you create tasks, pull changes, and manage your workflow from the terminal.
npm install -g @devboxer/cli
devboxer authRequirements: Node.js 18+, macOS / Linux / WSL
# Create a task
devboxer create "Fix the login bug"
# Create a task with a specific model
devboxer create "Refactor auth module" --model opus
# Pull a task's branch to your local machine
devboxer pull
# Use as an MCP server with Claude Code
claude mcp add devboxer -- devboxer mcpSee the full CLI documentation for all commands and options.
Found a bug or have a feature request? Please open an issue β we read every one.
When filing a bug, including the following helps us fix it faster:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Browser / OS / CLI version if relevant
Ask questions, share feedback, and connect with other DevBoxer users.
- π Website
- π Documentation
- π¬ Discord