---
title: Storage
description: S3-compatible object storage, managed alongside compute. Coming soon.
order: 1
---

> **Note:** Managed storage is **coming soon**. This page describes the direction; details may change before launch.

Atlasflow is building **S3-compatible object storage** for uploads, generated assets, backups, and application data, with an API your tooling already understands.

## What to expect

- Drop-in compatibility with standard S3 SDKs, CLIs, and libraries.
- Object storage managed alongside the rest of your Atlasflow resources.
- A good fit for user uploads, build artifacts, exports, and media.

## What to do today

Use any S3-compatible provider and configure your app with [runtime environment variables](/docs/guides/environment-variables.md):

```
S3_ENDPOINT=...
S3_BUCKET=...
S3_ACCESS_KEY_ID=...
S3_SECRET_ACCESS_KEY=...
```

## Related

- [Environment variables](/docs/guides/environment-variables.md): connect to external storage now.
- [Products](/docs/products.md): other managed products.