Give coding agents somewhere to build software.

Claude Code, Codex, OpenCode and other coding agents get their own persistent cloud development environments, where they build, run and test software independently.

brew install reachpad/tap/reachpad
Use Claude Code, Codex or OpenCode with Reachpad. Reachpad sets up a workspace and keeps it running. Review the finished branch in GitHub.Claude CodeClaude CodeCodexCodexOpenCodeOpenCodebring your agentready workspaceset up and kept runningfinished branchreview in GitHub

Start the work. Come back to a result.

Every one of these keeps running after you close the terminal. Nothing needs your attention until there is something to read.

A repository you have never built

setup would take your afternoon

A branch that builds, and the test run that proves it

A bug that will not reproduce

your machine does not have the database

The failing test, and the commit that makes it pass

A refactor that runs for hours

your terminal would have to stay open

Every call site changed, in one diff you can read

A backlog worked overnight

you are asleep

One branch per ticket, each with the test run behind it

Use the agents and workflows you already have.

Three ways into the same environment: a model calling tools, your own shell, or your own code.

MCPhttps://reachpad.dev/mcp

Claude and ChatGPT

Add one connector and the model creates and forks environments itself.

Connect a model
CLIbrew install reachpad

Your terminal

Create, run and fork environments from your own shell.

Install the CLI
RESTPOST /v1/environments

Your own agent

The same environments over HTTP, from code you write.

Read the API docs