Official SDKs aren’t available yet. Official client libraries for the Partner API aren’t published yet. Every operation in the API Reference includes ready-to-use cURL, JavaScript, and Python samples generated directly from the API’s OpenAPI spec in the meantime — for most integrations, that’s a complete starting point without needing a dedicated package.
Calling the API directly
The three languages shown throughout this documentation cover the common cases: cURL — for exploring an endpoint or debugging from a terminal.fetch) — no dependency needed in Node.js 18+ or any modern browser/edge runtime.
requests)
Generating a typed client from the OpenAPI spec
The full API surface is published as an OpenAPI 3.1 document at/openapi.yaml. You can point standard, widely-used open-source generators at it to get a typed client in your language without waiting on an official SDK:
Next steps
- Quickstart for a complete flow using the raw-HTTP approach.
- API Reference (sidebar) for every endpoint’s pre-built code samples.

