This quickstart creates an Archil disk backed by an S3 bucket and runs a bash command against it from your terminal β no server, no mount, no install beyondDocumentation Index
Fetch the complete documentation index at: https://docs.archil.com/llms.txt
Use this file to discover all available pages before exploring further.
npx.
If you already have a server that you want to attach Archil to, see Mount on Linux (FUSE) (or macOS / in a container).
Get an API key
Sign in to console.archil.com, create an API key from the API keys page, and export it:Pick the region closest to your S3 bucket.
Create a disk
Point a disk at an S3 bucket you own. Archil reads and writes directly to the bucket β nothing is moved or copied.The output includes the diskβs ID (
dsk-...) and a one-time disk token. The disk token is for mounting the disk later β you can ignore it for this quickstart, but save it if you plan to come back and mount.If you already have an S3 or GCS bucket that you want to synchronize Archil data from, see how to create a file system in S3 Object Storage.
Run a commands like an agent
disk exec runs a bash command in a container with the file system already mounted, and returns stdout, stderr, and the exit code:grep across every file in the bucket, or pipe a result into wc -l:disk CLI reference for every command and flag.Or do it from code
Next steps
Mount to Linux Server
Run on Lambda or a Worker
Use
disk.exec from AWS Lambda or Cloudflare Workers without provisioning compute.Build a bash tool for an agent
Wire
disk.exec into an AI agent loop β about 30 lines.Pricing
View Archil pricing and plan details.