codecloud
DocsBlog
Powered by OpenCode

Run coding agents
with an API call

Run OpenCode against your GitHub repo with a simple API call. No infrastructure to manage.

terminal
curl -X POST https://codecloud.dev/api/v1/agents \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "repo": "your-org/your-repo",
    "prompt": "Fix the failing tests in src/utils",
    "model": "claude-sonnet-4-5",
    "webhook_url": "https://your-app.com/webhook"
  }'

How it works

Three steps to automated PRs

1

Connect your repo

One-click GitHub app install. Select which repos to grant access to.

2

Send a prompt

REST API, Linear assignment, or any automation tool you already use.

3

Get a PR

Review the diff, leave comments to iterate, then merge when ready.

Enterprise-grade security

Your code and credentials are protected at every step

Encrypted at rest

API keys protected with AES-256-GCM encryption

Short-lived tokens

GitHub access uses encrypted, temporary credentials

Isolated sandboxes

Each agent runs in its own secure, isolated environment

No data retention

Repository contents deleted permanently after each run

Learn more in our Privacy Policy

Built for automation

Integrate however fits your workflow

API

REST API

Full control via HTTP. Start runs, poll status, receive webhooks. Add AI coding capabilities to any product or service.

View docs

n8n / Zapier / Make

Build no-code workflows that write code. Trigger agents from forms, emails, Slack messages, or any other event.

See n8n guide

Linear

Native

Assign issues to @codecloud. Watch the agent think in comments. Talk back to course-correct.

Learn more

CI/CD & GitHub Actions

Trigger agents from your pipeline. Auto-fix failing tests, generate docs on merge, or run code review bots on every PR.

View docs
Any modelbring your own API keysZero infrastructurewe handle computeAuto PRsready to review and merge

Put maintenance on autopilot

Schedule agents to run daily, weekly, or on any cron cadence. They work while your team sleeps and open PRs for review in the morning.

Dependency updates

Go beyond Renovate — update packages and fix the breaking changes automatically.

Tech debt cleanup

Remove dead code, fix linter warnings, migrate deprecated APIs — a few files at a time.

Security audits

Run regular scans and let the agent patch known vulnerabilities before they become issues.

Every weekday at 4 AM
POST /api/v1/schedules
{
  "type": "recurring",
  "cron": "0 4 * * 1-5",
  "repo": "your-org/your-repo",
  "prompt": "Update npm dependencies and fix any breaking changes",
  "auto_create_pr": true
}

More than a coding agent

Give agents custom tools, run them without a repo, or use plan mode to review before any code changes

Custom tools

Pass HTTP endpoints as tools so agents can call your internal APIs, query databases, or check feature flags while they work.

See tool use guide

Blank workspace

Run agents without a repo for non-code tasks — data transforms, report generation, or multi-system orchestration via tools.

Learn more

Plan mode

Generate implementation plans grounded in your actual codebase before writing any code. Great for estimating and ticket validation.

See plan mode guide

Autonomous iteration

Agents keep working until tests pass, not just until they think they're done. Set success criteria and let them loop.

View docs
Any model — bring your own API keysZero infrastructure — we handle computeAuto PRs — ready to review and merge

Simple pricing

Codecloud is just a fixed monthly price on top of your usual LLM API usage

No plans available. Please configure plans in your Clerk dashboard.

Frequently asked questions

Everything you need to know about Codecloud

Have more questions? Contact support

Ready to get started?

Connect your repo and start running agents today.