Private preview

One filesystem. Every sandbox. Every agent.

Agent Drive is a modern, distributed filesystem that lets your AI agents collaborate by sharing data and session context across sandboxes in real-time.

Scroll →
import { DriveInstance } from "@blaxel/core";  
  
const drive = await DriveInstance.create({  
  name: "shared-drive",  
  region: "us-was-1",  
});  

A shared filesystem for AI agents

Agent Drive behaves like a shared cloud filesystem mounted directly into your sandbox's file tree. Unlike volumes, drives support concurrent access from multiple sandboxes with no capacity planning.

Share files across sandboxes in real-time

Concurrent read-write access from multiple sandboxes simultaneously, so a fleet of agents can work off the exact same files at once.

Works like any filesystem

A POSIX-compliant FUSE client makes it behave just like another path in the local filesystem.

Bottomless, elastic storage

Drives grow automatically with no fixed capacity limits. No pre-provisioning required.

A real filesystem, not an object store in a costume

S3 was never designed for POSIX operations, nor for trillions of agents. We built Agent Drive differently.

Small-file optimized

Tuned for the access patterns agents actually produce: many small reads and writes, very high concurrency.

Custom FUSE client

An optimized POSIX-compliant FUSE client in every sandbox, built in-house for agentics.

5-10x faster

Beta users running both approaches report dramatic performance gains on Agent Drive for small-file I/O.

Purpose-built for agents

Agent Drive removes the need for duplication or orchestration when agents need to share context, datasets or dependencies.

HANDOFF: SMALL FILES
agent-A /shared/notes/
task-001.json 234 B
task-002.json 189 B
task-003.json 312 B
summary.md 1.2 KB
agent-B reading...
task-001.json done
task-002.json done
task-003.json active
THROUGHPUT 847 files/s
LATENCY p50: 2ms
Private preview

Get early access to Agent Drive.

Apply for private preview to start using our distributed filesystem for your AI agents. We're onboarding new teams every week.