# Overview

Claid API Storages provide a convenient and secure mechanism to work with images directly in your object storage without having to expose Image URLs publicly, or using uploads.

Currently, Claid supports [AWS S3](https://docs.claid.ai/storage-connectors/aws-s3) and [Google Cloud Storage](https://docs.claid.ai/storage-connectors/google-cloud-storage). [Web Folder](https://docs.claid.ai/storage-connectors/web-folder) is a convenience mechanism to register a URL prefix of a publicly accessible image location, e.g. images hosted on CDN.

The default way to add a storage is via the [Storage page](https://claid.ai/account/storage) of Claid.ai user dashboard. We also expose the [Storage API](https://docs.claid.ai/storage-connectors/api-reference) in case you will need to add storages programmatically.

You can find details on how to reference images in Storages in [Image I/O](https://docs.claid.ai/image-editing-api/image-i-o) section.
