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 sdk · clear

Changelog entries

Sep 1, 2026
Agent commercefeature

Agents authenticate with their own device-flow ceremony

The SDK ships startAgentCeremony, pollAgentCeremony, and refresh functions for the agent device-authorization flow (RFC 8628). Each agent identity binds its key material to its account, and rotating a key revokes the prior binding immediately.

Aug 27, 2026
SDKfeature

The WAVE CLI is now installable from npm

Run npx @wave-av/sdk or install it globally to get the wave command directly, with no build step required.

Aug 25, 2026
SDKfeature

WAVE SDK adds a tenant list read

List your organization's comms tenants and their pod and key IDs. Key values never appear on this or any read surface.

Aug 24, 2026
SDKfeature

WAVE SDK adds tenant onboarding and webhook registration

Create a tenant to get a scoped API key returned once. Register a webhook so tenant events fan out to your own endpoint.

Aug 19, 2026
SDKfeature

WAVE SDK adds a typed client for the runtime API

RuntimeClient wraps the runtime endpoint for listing models, completions, and streaming responses, authenticated with a bearer token.

Jun 14, 2026
Dispatchfeature

WAVE SDK adds offline verification for signed records

The JavaScript SDK can now verify a signed record without a network call or a pre-shared key, entirely offline. It also flags when a prompt was truncated.

Jun 3, 2026
Developer experiencefeature

Published the SDK suite

@wave-av/sdk and @wave-av/cli on npm, wave-sdk on PyPI, plus the ADK and a public MCP server.

Jun 1, 2026
SDKfix

Rust and Python SDKs move to available package names

The Rust crate is now wave-sdk and the Python package is wave-av-sdk. Existing imports and the Ruby and Node packages are unchanged.

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