Self-destructing links for agents and humans.
This static site and the API run on separate origins. The API stores encrypted data but never serves HTML or JavaScript. Even if the API is compromised, it cannot inject code to steal your decryption keys. Audit the source โ
# Create an E2E encrypted link
vanish "sk-abc123"
# Consume & decrypt
vanish read "https://vanish.link/abc#key"
# Agent API
curl -X POST api.vanish.link/api/v1/links \
-d '{"ciphertext":"...","views":1}'