Installation & Setup
Get started with the Rhesis Python SDK - install the package, configure authentication, and learn the fundamental concepts including models, synthesizers, and metrics.
Installation
Getting Started
The SDK can be used standalone or integrated with our platform. To communicate with our platform and to use LLMs provided by us you need to obtain an API key.
Obtain an API key
- Visit Rhesis App
- Sign up for a Rhesis account
- Navigate to your account settings
- Generate a new API key
Your API key will be in the format rh-XXXXXXXXXXXXXXXXXXXX.
Keep this key secure and never share it publicly.
Configure the SDK
You can configure the SDK either through environment variables or direct configuration:
Environment Variables:
Direct Configuration:
Basic Usage
Once configured, you can start using the SDK to create and manage tests:
Next Steps - Explore the Platform Guide to understand how SDK integrates with the web interface
- Learn about Core Concepts to understand the overall workflow