Media infrastructure for the agentic internet, wired into Zoom.
Meeting signatures, OAuth install, webhooks, and recording capture for Zoom, rendered at the edge and federated through the WAVE gateway. One call shape, whether the caller is a person's app or an agent.
curl https://zoom.wave.online/v1/healthz
{"ok":true}What this spoke does
Sign meetings
Meeting SDK signatures generated at the edge — POST /v1/zoom/meeting-signature returns a signed join token without a round trip to your own backend.
Install once
OAuth install and webhook verification are handled here, so a Zoom app install is one flow, not a bespoke integration per customer.
One gateway
Auth, entitlement, and metering federate through api.wave.online — this spoke renders the front door and forwards the rest, the same pattern as every other WAVE product.