For platforms

Add an AI coding agent to your product.

Your users describe a change. We open the PR on their repo. White-label, per-task pricing, BYOK per request, so you never see their tokens and we never see yours.

E2B gives you a sandbox. We give you the sandbox plus the agent loop, the git push, and the streaming event protocol. Ship a "describe-it-and-implement-it" feature in an afternoon instead of a quarter.
typescriptPOST a task → get a PR
// Your product → OrchestraCode → user's repo
//
// 1. User describes a change in your UI.
// 2. You forward to our API with the user's own GitHub token.
// 3. We run the agent. We never see your platform key.
// 4. PR opens on their repo. You get a webhook.

await fetch('https://api.orchestracode.dev/v1/tasks', {
  method: 'POST',
  headers: {
    'authorization':  `Bearer ${process.env.ORCH_KEY}`,
    'x-github-token': req.user.githubToken,    // ← per-request, never stored
    'x-model-key':    req.user.anthropicKey,   // ← BYOK per end-user
  },
  body: JSON.stringify({
    repo:   req.body.repo,
    branch: req.body.branch,
    task:   req.body.description,
    webhook: 'https://your-app.com/webhooks/orchestra',
  }),
});
What you save

The bottom of the stack, already built.

  • • Ephemeral per-task sandboxes (the E2B / Modal layer)
  • • Git clone, branch policy, commit-then-push, PR open
  • • Multi-provider model routing with retry + 429 backoff
  • • Streaming protocol for live UIs (tool calls, edits, commits)
  • • Per-request credential isolation. Your end-users' tokens never leave the request.
  • • Per-task token + dollar accounting for pass-through billing
Who builds with this

Vertical SaaS, dev tools, internal platforms.

  • • A CMS that ships content-driven code changes for its tenants
  • • A QA platform that auto-fixes the bugs it discovers
  • • An internal devtool team that wants "describe-the-migration" PRs
  • • A no-code product that needs an escape-hatch into real code
  • • A coding-tutor app that runs the student's assignment for them
Pricing

Pay per task. Bring your own key.

Every plan is BYOK. Your Anthropic, OpenAI, or open-weights key. We charge for the agent loop, the sandbox, and the git push. Model tokens are billed by your provider, never marked up.

Hobby

$0/month

For trying it out on a side project.

  • 20 tasks per month
  • Bring your own model key
  • 1 user
  • GitHub and Bitbucket
  • Community support
Request access
Most popular

Solo

$39/month

For one developer shipping serious work.

  • 500 tasks per month
  • BYOK or pooled model credits
  • 1 user
  • Webhook and streaming events
  • Per-task receipts (token and dollar cost)
  • Email support
Request access

Team

$149/month

For small teams building with the API in production.

  • 5,000 tasks per month
  • Up to 10 users
  • White-label per-request creds
  • Org-level usage dashboards
  • Priority support
Request access

Scale

Custom

For high-volume API embeds and enterprise contracts.

  • Unlimited tasks
  • Dedicated infra option
  • Self-host option (EU or US)
  • SSO and audit logs
  • SLA and named contact
Talk to us
Request access

Tell us what you'd build.

Tell us what product you'd embed this in. We'll set up a sandbox account with white-label-ready keys and walk you through the integration.

No autoresponder. A human replies.