Documentation Index
Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt
Use this file to discover all available pages before exploring further.
IntegrationsResource is reachable on every Kataven Node client as client.integrations. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below.
Third-party integrations bundle a set of tools + required credentials (encrypted via Secret Encryptor). Install once per account.
Methods at a glance
| Method | HTTP | Summary |
|---|---|---|
list | GET /api/integrations | List third-party integrations |
get | GET /api/integrations/{id} | Get a single integration |
install | POST /api/integrations/{id}/install | Install an integration |
uninstall | POST /api/integrations/{id}/uninstall | Uninstall an integration |
Reference
client.integrations.list(...)
List third-party integrations
HTTP — GET /api/integrations · API reference →
client.integrations.get(...)
Get a single integration
HTTP — GET /api/integrations/{id} · API reference →
client.integrations.install(...)
Install an integration
HTTP — POST /api/integrations/{id}/install · API reference →
client.integrations.uninstall(...)
Uninstall an integration
HTTP — POST /api/integrations/{id}/uninstall · API reference →

