SDK Authentication
The SDK manages API tokens for you. Provide credentials once during initialization; the SDK requests and attaches the bearer token to all calls. It also refreshes the token when needed.Configure
- Node (JS/TS)
- Python
Under the hood, the SDK calls the same
/auth endpoint documented in API Authentication and caches the token until it expires.