
# Atlos Storage
```{admonition} Module type

<span style='color: #FFFF00'>[storage](/core_modules.md#storage-modules)</a></span>
```

Stores media files in a [Atlos](https://www.atlos.org/).

### Features
- Saves media files to Atlos, organizing them into folders based on the provided path structure.

### Notes
- Requires setup with Atlos credentials.
- Files are uploaded to the specified `root_folder_id` and organized by the `media.key` structure.


## Configuration Options

### YAML
```{code} yaml
atlos_storage:
  api_token:
  atlos_url: https://platform.atlos.org

```

### Command Line:
| Option | Description | Default | Type|
| --- | --- | --- | --- |
| `atlos_storage.api_token` | **Required**. An Atlos API token. For more information, see https://docs.atlos.org/technical/api/ | None | string |
| `atlos_storage.atlos_url` | Optional. The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash. | https://platform.atlos.org | string |

[API Reference](../../../autoapi/atlos_storage/index)
