Kolena Agents can be connected to your data using app-level integrations such as Sharepoint, Cloud Storage, and other means. If you require fine-grained control of your data or want to build a custom integration, you can connect to Kolena programmatically using any of the following options:Documentation Index
Fetch the complete documentation index at: https://docs.agents.kolena.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
