Skip to main content
Archil provides the infrastructure that makes it simple to connect real-world AI applications to their data. Out of the box, Archil provides everything that you need to build production-scale stateful agents or agent platforms for your organization. You can use Archil to:
  • Build and give agents access to petabyte-scale context, using our infinite, shared disks optionally synchronizing that data from sources like Amazon S3 object storage.
  • Run untrusted AI-generated code against context using serverless sandboxes.
  • Share artifacts between agents and humans with a strongly consistent REST API that allows you to easily embed file watching and uploading into any website.
If you’re building agents, the easiest way to get started with Archil is with one of our integrations with popular agent frameworks like AI SDK, eve, Mastra, or LangChain. For more control, use our TypeScript SDK or Python SDK directly.

Features

Archil’s storage primitives support a rich set data management features to make it simple to build common workflows.
  • Branches and checkpointing make it possible to have simultaneous agents run on the same data set, and pick the best output.
  • Native SQLite support allow you to create an unlimited number of databases per file system, and serverless read and write to them from anywhere.
  • AppendObject support simplify how you can build log-based abstractions.
Archil also integrates directly with most sandbox providers (such as Daytona, e2b, and Superserve), and can be mounted from Kubernetes clusters or provisioned with Terraform.

Pricing

Archil’s storage and sandboxes are fully elastic, and you only pay for the resources that you’re actively using. For example, if you’re using an Archil disk that synchronizes to an S3 bucket that you own, you only pay Archil for the data that is being accessed (either recently read or written to). When your data isn’t being accessed, it only lives in your S3 bucket, and you pay Archil nothing. Archil’s storage also comes with free sandbox usage. For every 1 TB in Active Data, you receive 1,000 minutes of free sandbox compute. This means that most agentic workloads using Archil no longer have a compute bill.