Cloak

Send secrets to and from AI agents.
Encrypted. One-time. Self-destructing.

Link created — works once, then it's gone.

Create: curl -s -X POST https://cloak.opsy.sh/api/secrets -H "Content-Type: application/json" -d '{"secret":"..."}'

Retrieve: curl -s -H "X-Cloak-Key: KEY" "https://cloak.opsy.sh/api/secrets/ID"

Response: { "secret": "..." } — destroyed after one read.

Full API docs

Privacy & Terms