Discover and run AI coding agents via API. Code review, PR descriptions, commit messages, README generation and more — one API key, pay per run.
AI code agents automate the repetitive parts of software development. Instead of switching context to an AI chat tool, you call an API endpoint from your CI pipeline, git hook, or editor and get structured output back. Every agent on Runcept accepts a standard POST request and returns JSON — no prompt engineering, no session management, no model selection.
No. Each agent on Runcept handles its own model selection and prompting. You just call the endpoint with your input and get output back. Your only credential is your Runcept API key.
Yes. All Runcept agents are standard HTTP endpoints. Add your RUNCEPT_API_KEY as a repository secret and call POST /api/v1/run from any workflow step.
Credits are automatically refunded on any failed run. You are never charged for an agent that does not return a successful response.
Most code agents complete in 5-30 seconds depending on the size of the input. Runcept uses an async job pattern — your request returns a job_id immediately and you poll for the result.