Options for Programatic Connection to Kolena
Option | When To Use |
---|---|
HTTP API | Use this option if you want to connect to Kolena from any programming language or framework. This API exposes basic methods for adding new runs and polling the results for an agent. |
Python client | Use this option if you need to connect to Kolena from Python only. |
Webhook | Use this option if you want to receive real-time results from Kolena about your agents and runs. Webhooks allow you to build custom integrations that respond to events in Kolena. |
Option | How To Use API Key |
---|---|
HTTP API | Set API Key as Authorization bearer token in requests |
Python client | Set API Key to RESTRUCTURED_API_KEY environment variable |