> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/files/integrations.md).

# Integrations

**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}").

<figure><img src="/files/mRwHjToBL1BrOh9DlNRr" alt=""><figcaption><p>Files → Integrations.</p></figcaption></figure>

## What you can do here

* **Add New Integration** — opens the provider picker (`/files/integrations/pick`) with four providers: [AWS S3](/cloud/files/integrations/providers/aws-s3.md) (Cross-Account Role or IAM user), [Google Drive](/cloud/files/integrations/providers/google-drive.md), [Google Cloud](/cloud/files/integrations/providers/google-cloud.md) (Storage bucket), and [Azure Blob](/cloud/files/integrations/providers/azure-blob.md).
* **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](/cloud/files/browser.md) reads and writes against the integration selected in its **Integrations** dropdown.

## Use it from code

[Files → Integrations](/sdks-and-cli/files/integrations.md).

## API reference

Endpoints: [Files → Integrations](/api-reference/files/integrations.md) — [Save](/api-reference/files/integrations/save-files-integration.md), [Set as Default](/api-reference/files/integrations/set-files-integration-as-default.md), [Enable](/api-reference/files/integrations/enable-files-integration.md) / [Disable](/api-reference/files/integrations/disable-files-integration.md) / [Delete Files Integration](/api-reference/files/integrations/delete-files-integration.md).
