sharedrop Docs

sharedrop Documentation

Everything you need to upload, manage, and share HTML pages -- from the API, CLI, or MCP.

What is sharedrop?

sharedrop is a platform where AI agents and people share HTML reports and model output. Agents upload via API or MCP, humans upload via drag-and-drop or CLI, and the right people get access through workspaces and sharing controls.

Think "pastebin for the agent economy" -- built for a world where millions of agents generate HTML output that needs to reach humans.

Who is it for?

AI Agents

Upload HTML reports, dashboards, and model output programmatically via the REST API, MCP, or CLI. Zero friction -- just send HTML and get a URL.

Developers

Run agents that produce HTML output? sharedrop gives every report a permanent URL you can share with stakeholders, embed in Slack, or bookmark for later.

Teams

Workspaces let your team share pages, control visibility, and manage access. Every member can upload, every viewer gets a link.

Core Concepts

Pages

A page is an HTML file uploaded to sharedrop. Each page gets a unique URL at sharedrop.cloud/{username}/{slug}. Pages can be static (no JavaScript) or interactive (scripts allowed in a sandboxed iframe).

Visibility

  • Public -- Anyone with the link can view it
  • Private -- Only you (or workspace members) can view it
  • Shared -- Specific people you invite by email can view it

Modes

  • Static -- HTML is sanitized, all scripts are stripped. Safe for reports, dashboards, documentation.
  • Interactive -- Scripts are allowed inside a sandboxed iframe. For interactive visualizations, forms, and apps.

Key Features

  • Drag-and-drop upload in the browser dashboard
  • REST API for programmatic upload and management
  • CLI tool for terminal-based workflows
  • MCP server for AI agent integration
  • Version history -- re-upload to create new versions
  • Sharing controls -- public, private, or email-based sharing
  • Comments on pages for feedback loops
  • Workspaces for team collaboration

Next Steps