By Max Techera · Open-source (MIT) · Updated June 2026
Blog

How to share AI-generated reports with clients (privately, on your brand)

Stop emailing PDFs. Turn an AI-generated report into a private, branded link on your own domain in one command.

npxnpx drops-cli report.html --managed

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.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed