A scriptable surface for your Wave recordings. List sessions, fetch transcripts, run semantic search, and pipe outputs into anything else your shell can do — grep, jq, your editor, your agent, your favorite local LLM.
# Log in once with a Wave API token wave auth login # List your recent recordings wave sessions list --limit 10 # Fetch a transcript by ID wave sessions get SESSION_ID --include transcript # Semantic search across your recordings wave search "decisions about pricing" --json | jq .results # Pipe a transcript into another tool wave sessions get SESSION_ID --include transcript --format text | grep -i action
For non-shell access: the Wave REST API for direct integration, and the Wave MCP server for Claude, ChatGPT, Cursor, and other agent clients.

Social Media
Use Cases
All rights reserved
Made with love in New York City