VirtualDriveVirtualDriveCloudGet early access
Coming soon · Early access

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.

No spam. One email when early access opens.

Read the docs →·Free tier at launch · No credit card
Integrate in minutes

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.

Node.js
1import { VirtualDrive } from "@virtualdrive/cloud";
2
3const vd = new VirtualDrive(process.env.VD_API_KEY);
4
5const file = await vd.files.upload({
6 name: "report.pdf",
7 data: pdfBuffer,
8 contentType: "application/pdf",
9});
10
11console.log(file.url); // signed, expiring URL
1

Create a key

Spin up a project and generate a scoped API key in the dashboard.

2

Store files

Upload from your app, SDK, CLI — or let an AI agent write them over MCP.

3

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.

Pricing

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
Most popular

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.

No spam. One email when early access opens.