Skip to main content
Use these SDKs when you want typed request helpers, consistent authentication handling, and a faster path from proof of concept to production integration.

Available SDKs

JavaScript SDK

Browser and server-side helpers for authentication, capability calls, and embedded runtime bootstrapping.

Python SDK

Backend-friendly client for authentication, token exchange, and platform capability workflows.

Installation

npm
pnpm
yarn

Quick examples

What the SDKs cover

When to use SDKs vs direct integration

The SDKs reduce boilerplate around auth, base URL configuration, and capability organisation.
If your environment already has a standardized HTTP abstraction, you can still integrate using your own client patterns.
Many teams use the hosted loader for embedded UI and use SDKs mainly for backend or service-to-service workflows.

Next steps