Agent orchestration · now in GA

Ship agent workflows with confidence

Relay is the orchestration console for AI agents in production. Route, observe, and recover every run from one surface.

No credit card required · Deploy on your own infra

relay — session #4821
$relay run research.deep-dive --budget $2
plan · 4 steps · routed to deepseek-v4 @ $0.28
tool: web_search · 12 sources · cached hit
tool: write_report · 1,840 tokens · ok
recovered: retry ×1 on tool timeout (58ms)
done · 2m 14s · $0.61 · p95 latency 12ms
Why Relay

Everything your agents need,
nothing they don't

Four primitives cover the full lifecycle of a production agent run. Compose them, don't bolt them on.

Intelligent routing

Route every request by capability, cost, and latency. Cache hits skip the expensive path automatically.

Full observability

Every tool call, token, and decision is a first-class trace. Drill from a failed run to its root cause.

Self-healing runs

Timeouts retry with backoff, failed tools degrade to fallbacks, and sessions resume from checkpoint.

99.99%
Runs w/o intervention
−42%
Median token cost
12ms
p95 overhead
2.3M
Runs / 30 days
Drop-in config

One file. Zero loop changes.

Relay wraps your existing agent behind a thin config layer.

# relay.yaml — start with defaults, tune as you grow
session:
  budget: $5.00            # hard cap, enforced pre-request
  resume: true             # checkpoint on interrupt

routing:
  default: deepseek-v4
  fallback: [ deepseek-v3, gpt-oss ]
  cache: read             # reuse prior turns

tools:
  timeout: 30s
  retry: 2
  degrade: true

telemetry:
  traces: true
  export: ./relay-runs.jsonl
Pricing

Start free. Scale when you're ready.

Starter
$0
forever · 100 runs/mo
  • 1 project · 2 agents
  • Basic observability
  • Community support
Start free
Enterprise
Custom
annual · self-hosted
  • Self-hosted deployment
  • SSO & audit logs
  • Dedicated gateway
  • SLA & onboarding
Contact sales

Put your agents to work — with a leash.

Deploy in minutes, tune in days, trust from the first run.

Get started free