Skip to main content

Installation

Requires Python 3.10+. Dependencies: httpx (HTTP client) and pydantic (type validation).

Initialize

The async client is recommended for production. The sync client wraps the async client for scripts, notebooks, and frameworks without native async support.

Configuration

RetryConfig

Override retry behavior:

Resources

Idempotency Keys

Pagination

All list methods return PaginatedResponse[T] with convenience properties: