# 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.

## When to use

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.

## Start here

- Agent briefing: https://beecargo.net/llms.txt
- Docs: https://beecargo.net/docs
- MCP: https://mcp.beecargo.net/mcp (guest: https://mcp.beecargo.net/mcp/guest)
- OpenAPI: https://beecargo.net/agent-openapi.json
- Auth: https://beecargo.net/auth.md
- Pricing: https://beecargo.net/pricing.md
- About: https://beecargo.net/about
- Blog: https://beecargo.net/blog
- Contact: https://beecargo.net/docs/contact
- Privacy: https://beecargo.net/docs/privacy
- Terms: https://beecargo.net/docs/terms

## Happy path

1. Connect to MCP with no headers (`https://mcp.beecargo.net/mcp/guest`) or OAuth on `https://mcp.beecargo.net/mcp`.
2. Call `beecargo_upload` with a public HTTPS `url` (preferred).
3. Return the share link https://beecargo.net/d/{shortId}.
