Media

Money

Dispatch

Company

Changelog

Changelog

What's new across WAVE, at the platform, workstream, and product level. Shipping in the open.

Filtered by tag gateway · clear

Changelog entries

Aug 31, 2026
Gatewayfix

Fixes a sign-in loop after OAuth sign-in

WAVE fixes two bugs that caused some users to loop back to the sign-in screen after completing OAuth sign-in. Sign-in now completes on the first try.

Aug 29, 2026
Gatewayfix

Fixes a checkout error that blocked trial signups

WAVE fixes a parameter error that caused some trial checkouts to fail. Trials now start correctly every time.

Aug 28, 2026
Gatewayimprovement

API errors now guide agents to the right auth flow

When a request fails authentication, WAVE's response now points to the document describing how to authenticate. Agents no longer need prior knowledge of our auth flow.

Aug 25, 2026
Gatewayfeature

Read your organization's own record through the API

WAVE adds an endpoint that returns your organization's own record. Cross-organization reads are not possible by design.

Aug 24, 2026
Gatewayfeature

Send outgoing webhooks for incident events

WAVE can now send webhooks. Create a subscription and we deliver incident events with a signed payload and automatic retries.

Aug 22, 2026
Gatewayfeature

WAVE opens an organizations API and self-serve billing surface

Customers can now create and list organizations through the API. A new billing surface adds checkout, a billing portal, and an invoice list, with a signed webhook confirming payment.

Aug 20, 2026
Gatewayfeature

WAVE arms its capability custody route

Granting, revoking, inspecting, and exercising a capability grant now works end to end through the custody API.

Aug 19, 2026
Gatewayfeature

WAVE opens a review product with code-host triggered runs

The review product is now fronted by the gateway with authenticated, pay-per-use access. It also fires on pull requests from a connected code-hosting platform, not just its original source.

Aug 18, 2026
Gatewayfeature

WAVE adds search rate limits, query analytics, and function calling

Search now enforces a per-organization rate limit before any compute runs, and a new analytics endpoint surfaces top, zero-result, and trending queries. The dispatch API adds function-calling support.

Aug 17, 2026
Gatewayfix

WAVE fixes truncated streaming responses and a broken model route

Tool-heavy streaming requests no longer cut off mid-response on a slow start. A model route pointing at a removed backend now falls through to a working provider.

Aug 16, 2026
Gatewayfeature

WAVE adds four models and launches its routing classifier

Four top frontier models join the customer-selectable catalog. WAVE's own routing classifier is now live, automatically tiering each request.

Aug 15, 2026
Gatewayimprovement

WAVE dispatch adds more provider fallbacks for reliability

The routing ladder now includes additional model providers, including a priority path for review-heavy tasks. A request that fails on one provider now has more places left to try.

Aug 14, 2026
Gatewayimprovement

WAVE removes cold starts for three routed models

Three catalog models now run at the edge instead of on serverless compute, removing a roughly 100-second cold start on first use.

Aug 13, 2026
Gatewayfix

WAVE fixes console-minted API keys returning unauthorized

A key minted through the console can now authenticate on every route. Previously every request with a freshly minted key returned an authorization error.

Jul 23, 2026
Gatewayfeature

WAVE opens live audio/video remux and demux

POST /v1/av/remux and /v1/av/demux now transform audio/video synchronously through the gateway, no external hop required.

Jul 19, 2026
Gatewayfeature

WAVE adds a video-conferencing route with per-minute billing

The gateway now fronts our video-conferencing service end to end, with sessions billed per minute.

Jul 08, 2026
Gatewayfeature

WAVE opens an authenticated relay route for device and bridge traffic

Publishing through the low-latency relay now requires gateway authentication and organization scoping before it reaches the relay.

Jul 05, 2026
Gatewayimprovement

WAVE error responses now include a machine-readable next step

Every gateway error now carries a structured next_action alongside the human message, so an integrating agent can act on a failure without parsing prose.

Jul 04, 2026
Gatewayfeature

WAVE opens embeddings and public payment settlement

POST /v1/embeddings now returns vector embeddings in a standard shape, selectable across multiple backends. Signed micropayments can now settle on the public payment network instead of test networks only.

Jul 03, 2026
Gatewayimprovement

WAVE checkout now handles tax and invoicing automatically

WAVE's payment processor becomes the merchant of record on every charge, so tax collection, tax ID capture, and invoicing are handled automatically.

Jun 25, 2026
Gatewayfeature

WAVE opens self-serve checkout, billing portal, and identity verification

Customers can now start checkout with a plan plus metered add-ons and manage billing from a self-serve portal. Identity verification now accepts a custom return path.

Jun 20, 2026
Gatewaysecurity

WAVE closes a real-time room anonymity gap

Rooms that require verified participants now correctly reject anonymous joiners, closing a control that was silently disabled.

Jun 19, 2026
Gatewayfeature

WAVE fronts multi-party real-time rooms end to end

Joining, publishing, subscribing, renegotiating, and leaving a real-time room now works through one authenticated path from app to media edge.

Jun 16, 2026
Gatewayfeature

WAVE adds a clip-muxing route

Recordings can now be packaged into a clip-ready video file through one API route.

Jun 15, 2026
Gatewayfeature

WAVE opens a protected real-time join API

Callers can now join a real-time session and fetch connection credentials through one authenticated or pay-per-use endpoint. Nothing reaches the media edge directly.

Jun 11, 2026
Gatewayimprovement

Errors that explain themselves

Every API error returns a plain-language reason, a suggested fix, and a “did you mean” hint — so people and agents can self-correct without digging through the docs.

Jun 10, 2026
Gatewayfeature

Signed receipts for every payment

Each agent payment now returns a signed receipt, and a new receipts API lets you verify any charge after the fact — proof without trust.

Jun 9, 2026
Gatewayfeature

Automatic credit when sync slips

If audio and video drift past the sync SLA, WAVE credits the affected usage back on its own — no ticket, no ask.

Gatewayimprovement

Pay per stream-minute

Usage is metered per stream-minute and per audio-minute at the edge and attributed to your key — transparent, per-use billing.

Gatewayimprovement

Standards-based sign-in

OIDC and OAuth discovery now resolve to a real identity provider, so you can wire WAVE into your own auth with standard tooling.

Jun 3, 2026
Gatewayimprovement

Crawlable discovery + sitemap

Added a sitemap and robots pointer to the API gateway surface.

Dated, versioned changes to the API and SDKs live at changelog.wave.online.