Skip to main content
eve agents are built around the concept of filesystems as a core primitive. Archil now automatically provides the layer connecting them to your data by exposing tools for eve agents to read, write, and execute commands against data, as if it was a local filesystem.
1

Create an Archil disk

Go to the Archil console and create a new disk. Also, create an API key in the same region as your disk. Create a .env.local file in the root of your project with:
2

Install the SDK

3

Create tools

Give your agent tools to read/write from an existing Archil disk. Create agent/tools/disk.ts:
Optionally, you can add Archil as the compute and persistent storage provider for eve agent sessions. Create agent/sandbox/sandbox.ts: