Configuration¶
Configure the Unique Python SDK with your credentials.
Prerequisites¶
Before you begin, you'll need:
- Python 3.11 or higher
- Unique App ID and API Key (contact your Unique customer success manager)
- User ID and Company ID for API requests
Basic Setup¶
Configure the SDK with your credentials:
Environment Variables (Recommended)¶
For better security, use environment variables:
Then load them in your code:
Using python-dotenv¶
Alternatively, use a .env file with python-dotenv:
Create a .env file:
Load in your code:
Next Steps¶
Now that you've configured the SDK:
- Try the Quickstart guide - Make your first API call
- Explore API Resources - Browse available APIs
- Read the Architecture guide - Understand SDK structure
- Check out Tutorials - See step-by-step tutorials