Terms
- Artifact — anything your agent or you make: an HTML page, report, tool, diagram, notebook.
- Zero-knowledge — encrypted so the server only stores ciphertext; it never sees content or password.
- MCP — Model Context Protocol; how agents call tools like
publish_html. - Edge proxy — the middleware that serves drops from Blob with the right headers.
- StatiCrypt — the open-source AES-256 client-side encryption drop uses for locking.
- Vercel Blob — the object storage that holds your drops.
FAQ
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.
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.