Run OpenCode against your GitHub repo with a simple API call. No infrastructure to manage.
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
One-click GitHub app install. Select which repos to grant access to.
REST API, Linear assignment, or any automation tool you already use.
Review the diff, leave comments to iterate, then merge when ready.
Your code and credentials are protected at every step
API keys protected with AES-256-GCM encryption
GitHub access uses encrypted, temporary credentials
Each agent runs in its own secure, isolated environment
Repository contents deleted permanently after each run
Learn more in our Privacy Policy
Integrate however fits your workflow
Full control via HTTP. Start runs, poll status, receive webhooks. Add AI coding capabilities to any product or service.
View docsBuild no-code workflows that write code. Trigger agents from forms, emails, Slack messages, or any other event.
See n8n guideAssign issues to @codecloud. Watch the agent think in comments. Talk back to course-correct.
Trigger agents from your pipeline. Auto-fix failing tests, generate docs on merge, or run code review bots on every PR.
View docsSchedule agents to run daily, weekly, or on any cron cadence. They work while your team sleeps and open PRs for review in the morning.
Go beyond Renovate — update packages and fix the breaking changes automatically.
Remove dead code, fix linter warnings, migrate deprecated APIs — a few files at a time.
Run regular scans and let the agent patch known vulnerabilities before they become issues.
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
}Give agents custom tools, run them without a repo, or use plan mode to review before any code changes
Pass HTTP endpoints as tools so agents can call your internal APIs, query databases, or check feature flags while they work.
See tool use guideRun agents without a repo for non-code tasks — data transforms, report generation, or multi-system orchestration via tools.
Learn moreGenerate implementation plans grounded in your actual codebase before writing any code. Great for estimating and ticket validation.
See plan mode guideAgents keep working until tests pass, not just until they think they're done. Set success criteria and let them loop.
View docsCodecloud is just a fixed monthly price on top of your usual LLM API usage
No plans available. Please configure plans in your Clerk dashboard.
Everything you need to know about Codecloud
Have more questions? Contact support
Connect your repo and start running agents today.