Skip to main content
Archil Hero Light Archil is cloud storage that feels local — built for AI agents, training pipelines, and model serving. Spin up a disk in milliseconds, mount it from any sandbox or server, and get instant access to the same data everywhere your code runs. No capacity provisioning, no egress fees, and you only pay for active data. Unlike S3 FUSE mounts, Archil runs a managed NVMe cache layer in front of your bucket — so reads are fast, writes are durable, and you get full POSIX semantics without the latency or consistency tradeoffs of talking directly to object storage.
Create a disk
import { Archil } from "@archildata/client/api";

const archil = new Archil();
await archil.disks.create({ name: "my-agent-disk" });
Mount it
sudo archil mount my-agent-disk /mnt/data --region aws-us-east-1
Use it like a normal file system
echo "hello world" > /mnt/data/hello.txt
cat /mnt/data/hello.txt

Quickstart

Get started with Archil in under 5 minutes

CLI Reference

Learn about Archil’s command line interface

Architecture

Learn about how Archil disks are built for resiliency and performance

Built for AI workloads

Also great for