Working examples for the WAVE developer platform. Each directory is a standalone project you can clone and run.
| Example | Package | Description |
|---|---|---|
sdk-quickstart |
@wave-av/sdk |
Create a stream, start it, and fetch viewer analytics |
mcp-server-setup |
@wave-av/mcp-server |
Configure WAVE tools in Claude, Cursor, or any MCP client |
adk-hello-agent |
@wave-av/adk |
Build an AI agent that monitors stream quality |
- Node.js 18+
- A WAVE API key (get one here)
# Clone this repo
git clone https://github.com/wave-av/examples.git
cd examples
# Pick an example
cd sdk-quickstart
pnpm install
pnpm start