Skip to main content
The sarj-platform-sdk package is generated from the same OpenAPI contract as this reference and supports Python 3.10 or newer.

Install

Create a client

Keep API keys in environment variables or a secret manager; never embed them in source code.

Create and inspect a call

The SDK also exposes async variants for every operation:

Errors, timeouts, and retries

Non-success responses raise typed SDK errors when the API documents their response shape. Read exception.data.error.type and retain exception.data.meta.request_id for support. Pass timeout_ms to a generated method for an application-specific deadline. Retries are disabled unless you explicitly pass a retry configuration to the method or SDK; take extra care before enabling them for write operations.

Resources

Last modified on September 16, 2026