Storage for
developers & AI agents
The simplest way to add secure, scalable file storage to your app — scoped API keys, clean SDKs, a CLI, and a first-class MCP server so AI agents store and serve files natively.
One API. Every language.
Type-safe SDKs, a CLI, a REST API, and a native MCP server — so your apps and your agents store files the same simple way.
1import { VirtualDrive } from "@virtualdrive/cloud";23const vd = new VirtualDrive(process.env.VD_API_KEY);45const file = await vd.files.upload({6name: "report.pdf",7data: pdfBuffer,8contentType: "application/pdf",9});1011console.log(file.url); // signed, expiring URL
Create a key
Spin up a project and generate a scoped API key in the dashboard.
Store files
Upload from your app, SDK, CLI — or let an AI agent write them over MCP.
Serve anywhere
Hand out short-lived signed URLs. Nothing is public by default.
Scoped API keys
Per-project keys with read / write / delete scopes. Hashed at rest, revocable, shown once.
Built for AI agents
A first-class MCP server lets any agent read & write files in five lines. Storage for artifacts, RAG, and scratch space.
Clean SDKs & CLI
Type-safe JS/TS and Python SDKs, a CLI, great docs, and an llms.txt so an LLM can wire it up in one shot.
Usage-based pricing
Pay for what you store and serve. A generous free tier to start. No surprise egress bills.
Secure by default
AES-256 at rest, TLS in transit, signed expiring URLs, per-key rate limits, and tenant isolation.
One account
Sign in with your VirtualDrive account. Spin up projects, get keys, and ship — no new infra to babysit.
Plans that scale with you
Each plan includes storage + requests. Go past them and you only pay for what you use.
Free
Build and ship your first AI app.
$0
- · 20 GB storage
- · 100K requests / mo
- · All SDKs, CLI & MCP server
- · Signed URLs, scoped keys, webhooks
Pro
For production apps & agents.
$20/mo
- · 250 GB storage
- · 1M requests / mo
- · All SDKs, CLI & MCP server
- · Signed URLs, scoped keys, webhooks
Scale
High-volume, pay-as-you-grow.
$99/mo
- · 1 TB storage
- · 10M requests / mo
- · All SDKs, CLI & MCP server
- · Signed URLs, scoped keys, webhooks
Need more? Enterprise plans with custom limits + SLAs available. Final pricing confirmed at launch — waitlist members get early-access terms.
Be first to build on VirtualDrive Cloud
Early-access developers get their API keys first — and help shape the platform.