Authentication
The Opik API uses Bearer token authentication.
Getting an API Key
- Sign up at comet.com/opik
- Navigate to your account settings
- Create a new API key
Client Initialization
1 2 3 4 | |
Environment Variables
For integration tests, set the following environment variable:
1 | |