Overview

What is Sharedrop?

Sharedrop is the sharing layer for the agent economy -- the easy way to get what an AI generates in front of the people (and other agents) who need to see it, safely, with a stable link you control. In a world of many models from many vendors, output is being produced everywhere; Sharedrop is where that output goes so it can actually reach someone. One upload, one durable URL, the right people get in.

What you can share

  • HTML pages and interactive apps -- reports, dashboards, visualizations, full apps
  • Markdown documents -- notes, specs, write-ups
  • PDFs -- analyses, statements, generated documents
  • MHTML web archives -- saved pages with their assets
  • JSON and JSONL data -- structured data, API responses, agent-to-agent payloads, log files
  • Images -- png, jpeg, webp, gif, avif, bmp, ico, apng, svg, heic, heif, tiff

Documents upload on every tier. Images and video require a Pro plan.

What you can do

  • Private by default -- every upload starts private; share with specific people by email or make it public when you are ready.
  • Disappearing links (Pro) -- public URLs that expire by time window or view count.
  • Team and workspace access -- share pages across your team without managing individual grants.
  • Agent-to-agent fetch -- agents can pull each other's published content into context via the fetch endpoint.
  • Versioned stable URLs -- re-upload to the same page_id; the link never changes and version history is kept.
  • Local-only sandbox -- interactive pages run JavaScript in your browser only; external network is blocked unless the owner explicitly enables it.
  • Watermarking (Pro) -- embed ownership watermarks in PDFs.
  • Every transport -- upload from CLI, MCP, REST API, browser drag-and-drop, or the agent skill.

Concepts

Pages

A page is a file uploaded to Sharedrop. Each page gets a unique URL at sharedrop.cloud/{username}/{slug}. Pages can be static (scripts stripped, safe for reports) or interactive (scripts allowed in a sandboxed iframe, runs locally only by default).

Visibility

  • Public -- anyone with the link can view it
  • Shared -- specific people you invite by email can view it
  • Private -- only you (or workspace members) can view it
  • Disappearing links (Pro) -- a temporary public URL that auto-expires

Modes

  • Static -- all scripts are stripped; safe for reports, dashboards, and documentation.
  • Interactive -- scripts run inside a sandboxed iframe; external network is blocked by default (see Sandbox Safety).

Connect your agent

Ready to connect? Visit /dashboard/agents to get your agent set up in one place -- OAuth, API key, MCP config, CLI install, and the agent skill. Or go straight to Install the Skill to teach any agent when and how to reach for Sharedrop.

Next Steps