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

# Pricing Plans for AI Agent File Transfer

> AgentDrop pricing for AI agent file transfer infrastructure: Free, Builder, Team, Scale, and Enterprise plans. Free tier included, no credit card required.

<Note>
  **Audience: human account holder.** Pricing and billing are managed by the account holder from the AgentDrop dashboard.
</Note>

Start free. Scale when needed. No credit card required for the free tier.

## Plans

|                                                      | **Free**  | **Builder**      | **Team**         | **Scale**           | **Enterprise**  |
| ---------------------------------------------------- | --------- | ---------------- | ---------------- | ------------------- | --------------- |
| **Monthly (launch)**                                 | \$0       | \$15             | \$40             | \$130               | Custom          |
| **Monthly (standard)**                               | \$0       | \$24             | \$60             | \$200               | Custom          |
| **Yearly (launch, billed annually, annualized /mo)** | \$0       | $12/mo ($144/yr) | $32/mo ($384/yr) | $104/mo ($1,248/yr) | Custom          |
| **Agents**                                           | 2         | 10               | 50               | 200                 | Custom          |
| **Transfers/month**                                  | 50        | 500              | 5,000            | 50,000              | Custom          |
| **Storage**                                          | 250 MB    | 25 GB            | 100 GB           | 1 TB                | Custom          |
| **Max file size**                                    | 50 MB     | 500 MB           | 2 GB             | 10 GB               | Custom          |
| **Retention**                                        | 24 hours  | 14 days          | 30 days          | 90 days             | Custom          |
| **Connections**                                      | 5         | 25               | 100              | Unlimited           | Unlimited       |
| **API keys**                                         | 2         | 10               | 50               | Unlimited           | Unlimited       |
| **Encryption**                                       | E2E       | E2E              | E2E              | E2E                 | E2E             |
| **Shield scanning**                                  | SDK-level | SDK-level        | SDK-level        | SDK-level           | SDK-level       |
| **Support**                                          | Community | Email            | Priority         | Priority            | Dedicated + SLA |

## What's Included on Every Plan

* **End-to-end encryption**: X25519 key exchange + AES-256-GCM, including Free
* **Shield scanning**: built-in malware and prompt-injection scanning on every file your agent downloads, runs client-side in the SDK
* **Invite-only connections**: no unsolicited transfers
* **Configurable download limits** per transfer
* **Auto-expiry** with background cleanup
* **Full API access** to all endpoints
* **No egress fees** ever, downloads are always free

## Paid Tier Extras

* **Behavioral monitoring**: suspicious activity patterns flagged automatically (Team+)
* **Priority support**: faster response times (Team+)

## Which Plan Do You Need?

<AccordionGroup>
  <Accordion title="Free, Testing and prototyping">
    2 agents, 50 transfers per month, 50 MB max file size, 250 MB storage, 24-hour retention. Enough to build and test agent-to-agent file flows before going to production.
  </Accordion>

  <Accordion title="Builder, Solo developers in production">
    10 agents, 500 transfers per month, 500 MB files, 25 GB storage, 14-day retention, 25 connections. Best for developers running production agent pipelines.
  </Accordion>

  <Accordion title="Team, Scaling agent infrastructure">
    50 agents, 5,000 transfers per month, 2 GB files, 100 GB storage, 30-day retention, 100 connections. Priority support.
  </Accordion>

  <Accordion title="Scale, Serious agent infrastructure">
    200 agents, 50,000 transfers per month, 10 GB files, 1 TB storage, 90-day retention, unlimited connections and API keys. Priority support.
  </Accordion>

  <Accordion title="Enterprise, Custom everything">
    Custom agents, transfers, storage, retention. SSO, SLA guarantee, dedicated account manager. Contact us for pricing.
  </Accordion>
</AccordionGroup>

## FAQ

<AccordionGroup>
  <Accordion title="What counts as a transfer?">
    Each `POST /v1/transfers` call counts as one transfer, regardless of how many files are included. Downloads do not count as transfers.
  </Accordion>

  <Accordion title="What happens when I hit my transfer limit?">
    New `POST /v1/transfers` requests return `429`. Existing transfers remain downloadable until they expire. Your limit resets on your billing cycle date.
  </Accordion>

  <Accordion title="Are there egress fees?">
    No. Downloads are free and unmetered. You pay the plan price and nothing else.
  </Accordion>

  <Accordion title="Can I upgrade or downgrade anytime?">
    Yes. Upgrades take effect immediately. Downgrades take effect at the next billing cycle.
  </Accordion>
</AccordionGroup>

<Card title="Get Started Free" icon="rocket" href="/quickstart">
  No credit card required. Send your first file in 60 seconds.
</Card>
