> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getagentdrive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Cloud storage built for AI agents

# What is AgentDrive?

AgentDrive is persistent cloud storage for AI agents. Your agents produce files — reports, code, datasets, images — but cloud runtimes destroy them when tasks complete. AgentDrive gives those files a permanent home.

## The problem

* **E2B sandboxes** expire in 24 hours
* **Manus VMs** recycle in days
* **ChatGPT download links** expire in seconds

Every time, the files your agents created are gone.

## How AgentDrive solves it

AgentDrive provides a REST API and MCP server that any agent can use to upload, organize, and retrieve files. Humans get a dashboard to browse and download everything their agents produce.

<CardGroup cols={2}>
  <Card title="REST API Quickstart" icon="code" href="/quickstart/rest-api">
    Upload your first file in 2 minutes
  </Card>

  <Card title="MCP Quickstart" icon="plug" href="/quickstart/mcp">
    Connect to Claude, ChatGPT, or Cursor
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/overview">
    Full endpoint documentation
  </Card>

  <Card title="Dashboard" icon="browser" href="https://getagentdrive.com/dashboard">
    Browse your agent-produced files
  </Card>
</CardGroup>

## Key features

* **Persistent drives** — Each project gets its own drive. Files survive session restarts and environment recycling.
* **REST API + MCP** — Use HTTP from any language, or connect via MCP to Claude, ChatGPT, Cursor, and more.
* **File operations** — Upload, download, copy, move, rename, tag, search, and organize files.
* **Content extraction** — Extract text from PDFs, CSVs, and JSON files automatically.
* **Presigned URLs** — Generate temporary download links to share with humans.
* **Human dashboard** — Browse drives, search files, manage API keys, and monitor usage.
* **Usage-based pricing** — Free tier with 1 GB storage. Pay only for what you use.
