> 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/api-reference/files/integrations/save-files-integration.md).

# Save Files Integration

save Files Integration.

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.

This endpoint creates the files integration and returns its id.

{% openapi src="/files/sSNsrg46S1BBoQLfucLf" path="/{version}/files/integrations" method="post" %}
[norbix-hub-swagger.json](https://760328771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LwSkuCpTNI_AerL8J2a%2Fuploads%2Fgit-blob-1c88e0eff2a2e768b59c83c5f279cafc05fb5e77%2Fnorbix-hub-swagger.json?alt=media)
{% endopenapi %}

## Providers this endpoint accepts

The body carries one shape per provider (`provider` plus that provider's own fields). Not every value of the `FileProvider` enum is accepted:

| Provider                                                                    | Accepted                                                                                                                                                                                              |
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AwsS3`, `AzureBlobStorage`, `GoogleCloudStorage`, `GoogleDrive`, `DropBox` | Yes                                                                                                                                                                                                   |
| `Local`                                                                     | Only on a self-hosted server whose operator set a files root — see [Local](/cloud/files/integrations/providers/local.md)                                                                              |
| `Ftp`, `AppleICloud`                                                        | **No.** Since September 2026 the endpoint answers `CM-ERRORS-FILES-023`, "The FTP provider is not available in this version." The enum values stay so that integrations saved earlier still read back |

`GET /{version}/files/integrations` answers `availableProviders`: the list this deployment will accept right now. Read it rather than hard-coding the enum.

## In the dashboard

Manage this visually in Norbix Cloud — see [Files](/cloud/files/integrations.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Save Files Integration](/sdks-and-cli/files/integrations/save-files-integration.md) in the SDK reference, with examples in every language.
