Machine-readable reference for AI agents and crawlers. # Beecargo: FAQ Source: https://beecargo.net/agents/faq ## What is Beecargo? Beecargo is file hosting with durable share links. A website upload session puts one or more files behind one share link; REST, MCP, and CLI uploads create a one-file share link per call. No dashboard login required to publish. Built for agents and developers who need to hand off a file as a lasting link, not a general-purpose cloud drive. ## How do AI agents integrate with Beecargo? Connect to MCP at https://mcp.beecargo.net/mcp/guest (no headers required by default), call beecargo_register_agent for a bc_* key, then use beecargo_upload with a public url or POST https://api.beecargo.net/files/remote-upload through the API. Return the share link https://beecargo.net/d/{shortId} to complete artifact handoff. See https://beecargo.net/docs/mcp/overview. ## When should an agent publish to Beecargo instead of using sandbox or chat attachments? Use Beecargo when a task only succeeds if a human, another agent, or another API can fetch the file over HTTPS. Sandboxes, chat attachments, and local paths do not cross that boundary. ## What are anonymous upload limits? Up to 1.0 GB per file and 1.0 GB of active storage. Files expire after 3 days. Remote uploads without a key: 10/hour per IP. ## What does the free authenticated tier include? 5.0 GB per file, 10 GB concurrent storage, 25 Shipments per rolling 24 hours, 7-day retention, and 100 API requests per minute. ## How many files can a Shipment contain? A website upload session creates one Shipment containing 1–50 files for Anonymous, 1–200 for Free, or 1–1000 for Pro. REST, MCP, and CLI upload calls each create a one-file Shipment. ## What does Pro include for Shipment downloads? Give your recipients an ad-free, wait-free download on every Shipment while Pro is active. Skip the short download wait on any share page you open while signed in. Optional direct download: start the download automatically when someone opens your /d link ## What happens when I delete a file? Deletion is immediate from your dashboard and share links stop working. Owned files enter a 7-day recovery window before objects are purged from storage (manual delete is not undoable after that window). ## What does Pro include for agents? Pro-minted agent keys: 100 GB included concurrent storage, 1000 API requests/minute, 300 remote uploads/hour. Bootstrap self-register keys use Free quotas (10 GB, 100/min, 30 remote/hour). ## Are share links indexed by search engines? No. Share paths under /d/ are disallowed in robots.txt and use noindex. Only the site and documentation are intended for indexing. ## What is the maximum file size? Anonymous: 1.0 GB per file within 1.0 GB concurrent storage. Free: 5.0 GB per file within 10 GB concurrent storage. Pro: 35 GB per file with 100 GB concurrent storage included. Files under 4 MB use a single direct upload; 4 MB and larger use parallel multipart (website, API, CLI, and stdio MCP path). ## What does Pro cost? Premium from $0.90/2 days (then $9.90/week), $12.90/month, or $107.90/year. Includes 100 GB concurrent storage and unlimited Shipments. Additional peak concurrent storage is $4 per started 100GB block.