
Epho runs claude code, codex, or opencode in the cloud. POST a message, stream back the work. no sdk, no daemon, no infra on your side. Epho manages the underlying sandboxes, fallbacks, event streaming, and agent configuration for you. With a single API call, you can easily launch a Claude Code session that is already connected to your repo, understands your context, and runs in a serverless sandbox.
Loading comments…
Project Info
Product Keywords
Epho is a cloud-based API service that runs AI coding agents like Claude Code, Codex, or OpenCode on your behalf. Instead of installing and managing these agents locally, you send a simple HTTP POST request with a prompt, and Epho handles everything else — booting a sandbox, cloning your repositories, connecting your tools, and streaming the agent's work back to you in real time. There's no SDK to integrate, no daemon to run, and no infrastructure to maintain on your side.
The entire API surface is a single POST /api/v1/chat endpoint. You write JSON with your prompt, choose a harness and model, pass your provider key, and optionally attach repos, files, or MCP servers. Everything else — sandbox creation, cloning, streaming — is handled automatically.
A chat is a persistent session with a sandbox attached. When a turn ends, the box stops; when you send the next prompt with the same chat_id, it resumes with the same filesystem, checkout, and agent session. If the sandbox is gone, a replacement boots and restores the agent's snapshot — the conversation outlives the machine.
You can attach up to 32 repositories (with branch and token support), up to 20 input files (via URL or base64), MCP servers, environment variables, a custom system prompt, and an effort level. All of this context rides along with the prompt, so the agent starts with everything it needs.
Your provider API key travels with each request. You pay your provider directly, and Epho never sits between you and the model. For quick experiments, the OpenCode models ending in -free run without any key at all.
"You talk HTTP. The agent talks to your repo."
That's the entire product philosophy in one line. Epho collapses the complexity of running AI coding agents — sandboxes, session management, context wiring, event streaming — into a single HTTP call. The design is deliberately minimal: one endpoint, good defaults, and everything else falls out of that. It's the kind of tool that feels obvious once you see it, but only because someone actually built it.
You're building automation around AI coding agents and want to skip the plumbing. If you've ever wrestled with installing Claude Code locally, managing sandboxes, or wiring MCP servers by hand, Epho removes that entire layer. It's especially useful if you need agent runs to be scriptable, resumable, and connected to real repositories — without committing to a specific vendor's agent. And if you value clean APIs and minimal moving parts, this is about as close to "just POST a prompt" as it gets.
Other tools you might consider
Clears is an agentic execution platform for autonomous software delivery, helping R&D organizations move beyond individual AI tools to agentic execution across the entire SDLC.
You're running more coding agents than ever, but you can't keep up with them. That's where AgentPeek comes in. It pulls every session up into your Mac notch, live. Glance up, approve a prompt, watch token usage and manage the entire flow without pausing your YouTube video. All local, all yours.
GitHits gives coding agents access to the open-source code your app depends on. Get real implementation examples, dependency source navigation, package inspection and documentation. Agents can grep and read your codebase. They can't grep and read the open-source code your app depends on. That's where they start guessing, retrying, and looping. GitHits builds a version-aware index on demand. Agents can search, navigate, and inspect the code behind their dependencies. CLI: npx githits@latest init
The moment an agent needs to deploy something, it slams face-first into a wall built for humans. Today we're rolling out Temporary Accounts on Cloudflare Workers. Any agent can now run wrangler deploy — temporary and get a live Worker in seconds.
Maker
calm_kit
Alternatives
Loading comments…