GitHub - coder/agentapi: HTTP API for Claude Code, Goose, Aider, and Codex
AgentAPI
Control Claude Code, Goose, Aider, and Codex with an HTTP API.
You can use AgentAPI:
to build a unified chat interface for coding agents
as a backend in an MCP server that lets one agent control another coding agent
to create a tool that submits pull request reviews to an agent
and much more!
Quickstart
Install agentapi by either:
Downloading the latest release binary from the releases page
Or building from source:
go install github.com/coder/agentapi@latest
Verify the installation:
On ...
Read more at github.com