Approval-Gated Executions
Never let an agent push code blindly. Inspect the delegation plan, affected files, and planned terminal commands before granting execution approval.

Unlike tools that execute on a developer laptop, AI Intern delegates every task to an isolated Cloudflare Sandbox container. Each installation is single-tenant and account-owned.
Quick pathways to get started with AI Intern on your infrastructure.
Install dependencies, build the dashboard and docs, and review the prerequisites for a live run.
Understand how Durable Objects, Sandbox Containers, and Workers AI fit together in the current prototype.
Learn how isolation boundaries, secret redaction, and approval gates keep your code secure.
Review repository access, webhook verification, and the current limits around pull request publication.
Delegate real engineering workflows with full human control, safety, and auditability.
Approval-Gated Executions
Never let an agent push code blindly. Inspect the delegation plan, affected files, and planned terminal commands before granting execution approval.
Isolated Sandbox Containers
Every coding task runs in its own micro-container powered by Cloudflare Containers and OpenCode. Malicious packages or runaway processes cannot escape.
Account-Owned Deployment
Deploy directly to your own Cloudflare account. Your source code, API keys, repository secrets, and logs never touch third-party servers.
Automated Issue Triage & Bug Fixing
Receive GitHub webhook events on new issues. AI Intern reproduces the bug, writes a regression test, fixes the logic, and opens a ready-to-merge PR.
Interactive Diff Review
Review live syntax-highlighted diffs in the built-in React dashboard or directly inside Slack before approving pull request publication.
Autonomous Scheduled Sweeps
Fire runs from cron schedules, GitHub webhooks, Slack events, or per-automation webhook triggers. Approval gates, repo allowlists, and a daily run budget still apply to every trigger.
Engineered specifically for Cloudflare’s next-generation edge stack.
Request routing, orchestration, and signature-verified webhook handlers at the Worker boundary.
Isolated OpenCode runs with git and Linux tooling. Package registries are off the egress allowlist in v0.1. Cold start is unmeasured until T10.
Durable state for orchestrator, agent, and sandbox objects, with retained run metadata.
Blazing-fast plan synthesis with Gemini 3.5 Flash Lite and Llama 3.1 Instruct, managed via Cloudflare AI Gateway.
Prepare an account-owned installation with Wrangler, then complete the acceptance checklist before live use.