Open Agents.

Spawn coding agents that run infinitely in the cloud.

Auth flow

Build a magic-link auth flow

12 tools3/4
42s

app/api/auth/route.tsapp/api/auth/callback/route.tsmiddleware.ts
Request changes or ask a question...
Claude Opus 4.61%

Agents that ship real code.

Describe what to build and let the agent work autonomously until it's done.

  • File ops, search, shell, and task delegation built in
  • Explorer and executor subagents for parallel work
  • Multi-model support with AI Gateway
grepauth patterns in src/
readlib/session.ts
writeapp/api/auth/route.ts
writeapp/api/auth/callback/route.ts
editmiddleware.ts
bashbun run typecheck
auth flow complete. 2 routes, middleware, callback. typecheck passes.

Durable workflows that survive anything.

Agent loops run as durable workflows that survive restarts, retry on failure, and coordinate multi-step operations over time. No work is ever lost mid-run.

  • Resumable agent loops with automatic checkpointing
  • Post-finish: usage tracking and session telemetry
  • Reconnect to running workflows from any client
workflowchatdurable
convert messages
run agent loop
persist messages
record usage
emit telemetry
complete · 5 steps · resumable

Infrastructure
that ships.

No synthetic demos — real infrastructure for real agents.

001

AI SDK

Unified interface across models. Switch providers, stream responses, and call tools with a single API.

002

AI Gateway

Route requests across providers with built-in fallbacks, rate limiting, and observability.

004

Workflow SDK

Durable, resumable agent workflows that survive restarts and coordinate multi-step operations.