Skip to main content
The Python SDK is in early development. It currently provides a configured HTTP client with authentication, retries, and error handling — typed service methods are not yet available. For full API coverage today, use the TypeScript SDK.

Installation

PyPI Package

View the package on PyPI

Requirements

  • Python 3.8 or later
  • An API token from your account settings

Your First Request

Configuration

You can also build a client from the environment:
Or use the builder:

Next Steps

API Reference

Client, configuration, and errors

Examples

Sync and async usage