# AgentDrive ## Docs - [Get Account Info](https://docs.getagentdrive.com/api-reference/account/info.md): Retrieve information about your account. Requires a claimed drive — returns 403 for unclaimed (provisioned) drive keys. - [Get Account Usage](https://docs.getagentdrive.com/api-reference/account/usage.md): Retrieve current usage metrics for your account. Works for both claimed and unclaimed (provisioned) drive keys. - [Claim Drive](https://docs.getagentdrive.com/api-reference/drives/claim.md): Claim an unclaimed drive and attach it to your account. - [Create Drive](https://docs.getagentdrive.com/api-reference/drives/create.md): Create a new drive (authenticated users only). For agents, use POST /v0/drives/provision instead. - [Delete Drive](https://docs.getagentdrive.com/api-reference/drives/delete.md): Delete a drive and all its files. - [Get Drive](https://docs.getagentdrive.com/api-reference/drives/get.md): Get details of a single drive by ID. - [List Drives](https://docs.getagentdrive.com/api-reference/drives/list.md): List all drives in your account, or look up a drive by slug. - [Provision Drive](https://docs.getagentdrive.com/api-reference/drives/provision.md): Provision a new drive for an agent. No authentication required. - [Bulk Delete Files](https://docs.getagentdrive.com/api-reference/files/bulk-delete.md): Delete multiple files in a single request. - [Copy File](https://docs.getagentdrive.com/api-reference/files/copy.md): Create a copy of a file, optionally to a different drive. - [Delete File](https://docs.getagentdrive.com/api-reference/files/delete.md): Permanently delete a file. - [Download File](https://docs.getagentdrive.com/api-reference/files/download.md): Download the raw content of a file. - [Extract File Content](https://docs.getagentdrive.com/api-reference/files/extract.md): Extract text content from supported file types. - [Get File](https://docs.getagentdrive.com/api-reference/files/get.md): Retrieve metadata for a specific file. - [List Files](https://docs.getagentdrive.com/api-reference/files/list.md): List files in a drive with optional folder navigation and pagination. - [Move File](https://docs.getagentdrive.com/api-reference/files/move.md): Move a file to a new path, optionally to a different drive. - [Create Presigned URL](https://docs.getagentdrive.com/api-reference/files/presigned-url.md): Generate a temporary presigned URL for direct file access. - [Search Files](https://docs.getagentdrive.com/api-reference/files/search.md): Search for files across drives by name, tags, or MIME type. - [Update File](https://docs.getagentdrive.com/api-reference/files/update.md): Update metadata for an existing file. - [Upload File](https://docs.getagentdrive.com/api-reference/files/upload.md): Upload a file to a drive. - [Create Folder](https://docs.getagentdrive.com/api-reference/folders/create.md): Create a new folder in a drive. Parent folders are created automatically. - [Delete Folder](https://docs.getagentdrive.com/api-reference/folders/delete.md): Delete a folder and optionally all of its contents recursively. - [Create API Key](https://docs.getagentdrive.com/api-reference/keys/create.md): Create a new API key for authentication. - [List API Keys](https://docs.getagentdrive.com/api-reference/keys/list.md): List all API keys for your account. - [Revoke API Key](https://docs.getagentdrive.com/api-reference/keys/revoke.md): Permanently revoke an API key. - [API Reference](https://docs.getagentdrive.com/api-reference/overview.md): Complete REST API documentation - [Authentication](https://docs.getagentdrive.com/concepts/authentication.md): API keys, drive provisioning, and the claim flow - [Drives](https://docs.getagentdrive.com/concepts/drives.md): Organize files by project, agent, or team - [Files](https://docs.getagentdrive.com/concepts/files.md): Upload, organize, and retrieve agent-produced files - [Folders](https://docs.getagentdrive.com/concepts/folders.md): Flat path-based file organization - [Presigned URLs](https://docs.getagentdrive.com/concepts/presigned-urls.md): Generate temporary download links for sharing - [Introduction](https://docs.getagentdrive.com/introduction.md): Cloud storage built for AI agents - [MCP Quickstart](https://docs.getagentdrive.com/quickstart/mcp.md): Connect AgentDrive to Claude, ChatGPT, Cursor, or any MCP client - [REST API Quickstart](https://docs.getagentdrive.com/quickstart/rest-api.md): Upload your first file in 2 minutes ## OpenAPI Specs - [openapi](https://docs.getagentdrive.com/api-reference/openapi.json)