Python SDK
The official Python client for the WAVE API — open source at wave-av/sdk-python, generated from the same OpenAPI spec as the TypeScript SDK.
pip install wave-sdk
The Python SDK covers the gateway-fronted API surface at api.wave.online. It is generated from the shared OpenAPI spec, so it tracks the same contract as every other SDK.
Authenticate by passing your API key to the client, or via the WAVE_API_KEY environment variable. The SDK sends it as a Bearer token; the gateway enforces auth, scope, entitlement, and metering.
See the SDK reference for the full method list, or the source repository to read the code and file issues.