When your agent generates a client report as HTML, you want to hand over a polished, private link — not a file attachment or a vendor URL. drop makes that one step.
The workflow
drop client-report.html -p their-secret
The client opens your branded gate, enters the password, and reads the report rendered in their browser — on your domain. Nothing sensitive sits on a third party's server.
From your agent, automatically
Wire the drops MCP and your agent calls publish_html at the end of the report job — the link is ready before you've switched tabs.
FAQ
Does it work with any AI agent?
Yes. It's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI — anything that runs a shell or speaks MCP — can use it.
Is it zero-knowledge?
Locked drops are AES-256 encrypted in the browser via StatiCrypt before upload. The server stores only ciphertext — never your content or password.