For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrations

Files → Integrations SDK methods.

An integration connects an external provider to this module. Configure the provider and its secrets in the dashboard; the API lets you list, create or update, enable, disable, set a default, and test integrations.

Method
Endpoint

DELETE /files/integrations/{Id}

PUT /files/integrations/{Id}/disable

PUT /files/integrations/{Id}/enable

GET /files/integrations/{id}

GET /files/integrations

POST /files/integrations

PUT /files/integrations/{Id}/default

Last updated