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

Integrations

Where your file bytes are stored.

Where: Files β†’ Integrations Β· /projects/<project>/files/integrations

A files integration is the storage backend for your project's files. The Files Integrations list shows each one with its Integration Name, Provider, Enabled state, and a Default badge β€” defaults are set per environment ("Default for {environment}").

Files β†’ Integrations.

What you can do here

  • Add New Integration β€” opens the provider picker (/files/integrations/pick) with four providers: AWS S3 (Cross-Account Role or IAM user), Google Drive, Google Cloud (Storage bucket), and Azure Blob.

  • Edit β€” click an integration's name to open its form, test the connection, enable or disable it, or change credentials.

  • Default β€” the default integration is where new uploads go; existing files stay where they are. If several integrations are enabled but none is the default, the list shows a "No Default Set For Active Integrations" warning.

The Browser reads and writes against the integration selected in its Integrations dropdown.

Use it from code

Files β†’ Integrations.

API reference

Endpoints: Files β†’ Integrations β€” Save, Set as Default, Enable / Disable / Delete Files Integration.

Last updated