Back to browse
No-install, end-to-end encrypted HTML artifact sharing for agents

No-install, end-to-end encrypted HTML artifact sharing for agents

by rvcdbn·Jun 19, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainNiche GemShip It

Agent-first encrypted sharing with curl workflow and client-side decryption keys.

Strengths
  • URL fragment key storage means server never sees decryption keys, genuine end-to-end encryption.
  • Curl-based upload workflow designed specifically for AI agents to follow without human intervention.
  • Bookmarklet captures DOM snapshots directly, skipping the save-and-upload manual step.
Weaknesses
  • Seven-day expiration limits use cases for archival or long-term reference sharing.
  • HTML-only support excludes other common artifact types like PDFs or raw data files.
Category
Target Audience

Developers working with AI agents, security-conscious teams sharing artifacts

Similar To

Magic Wormhole · OnionShare · PrivateBin

Post Description

Just built this, found it useful to share things like html plans. No install required, just ask your agent to "share the doc using curl -s askhuman.app" and it will receive the instructions. You'll get back a link with a key in the url fragment (server never sees this).

Similar Projects