Skip to content

/code preview

/code is aptrouter’s autonomous cloud coding agent: it plans work as a kanban DAG (epics → stories → tasks), streams its board live while it works, takes steering at defined gates, and grounds every non-trivial decision in cited, current sources via the same engine that powers /search. It is deliberately narrow — coding and system architecture only — and BYOK: you bring your own model API keys.

/code is in preview behind a waitlist. Honestly, here is where it stands:

Working today:

  • The orchestrator engine — kanban DAG, agent loop, steering gates — with a live MCP client wired to aptrouter’s three Rust engines (research, code intelligence, design gates).
  • A real BYOK model loop: the server runs the agent over your own provider keys (Anthropic and any OpenAI-compatible endpoint), with the best model picked per phase (a stronger model plans, a fast one executes) and an opt-in autonomous mode that works the whole board end to end.
  • The verification stop-gate — a story can’t leave in-progress until the repo’s own tests pass; the model never grades its own homework.
  • Persistence — sessions, boards, and the event log survive restarts — and an HTTP/SSE server streaming the live kanban board to the browser, with steering and tool-run support.
  • The GitHub-native trigger — assign an issue to the agent and a webhook turns it into a board task; the autonomous loop is designed to deliver its work as a draft pull request and never self-merge.

Not built yet (needs our infrastructure, not more code):

  • The isolated sandbox for running untrusted repos at scale (today’s runs use an in-process, project-root-confined tool belt).
  • The live GitHub App that opens and updates the pull requests — the engine and the safety gates are built; this is the hosted connection.

We don’t publish timelines we can’t keep. Join the waitlist at aptrouter.com/code and we’ll email you when preview access opens.