API Tokens
API tokens authenticate programmatic access to Rhesis via the REST API or Python SDK. Generate and manage them at app.rhesis.ai/tokens . The token is shown only once at creation — copy it immediately.

Using API Tokens
With REST API
Include the token in the Authorization header:
With Python SDK
Initialize the SDK with your token:
See Python SDK for complete usage documentation.