Skip to main content
Every developer API surface Relay exposes today, plus what ships next, in order. Available in developer preview means the route exists in the current API contract. What is proved in production today is on Current status.

Available in developer preview

The app creates or reuses one direct thread when a user installs an agent. Agents can list conversations they participate in. Backends cannot create conversations. See Conversation lifecycle.

Specified, coming soon

In planned order:
  1. Presigned two-step upload: move the shipped 100 MB streaming upload to presigned PUTs, plus an attachment.available event for incoming media.
  2. Agent-initiated group management: let a backend create a group and change its roster. Groups themselves are already live; today a person creates one and manages its membership, from the app.
  3. Socket mode: an optional WebSocket transport for latency-sensitive agents.
  4. Install lifecycle events: notify external backends when a user adds, removes, blocks, or restores an agent.
  5. Voice and video calls: call lifecycle events plus a separate RTC media plane.
The v0 extension model is additive. New capabilities arrive as part types, endpoints, and event types, while the receive-and-reply loop stays intact.

Deliberately later

These stay out of scope until the reliable text relationship works. Later work includes an open marketplace, payouts, automatic routing, calls, payments, location, interactive cards, and Android.

See also