- Build and give agents access to petabyte-scale context, using our infinite, shared disks and 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.
Features
Archil’s storage primitives support a rich set data management features to make it simple to build complex, agentic 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 allows you to easily create databases on your file system, and serverlessly read and write to them from anywhere.
- Immutable log support simplifies how you build log-like abstractions on your disk.