tunnel_share
Share files securely with teammates via end-to-end encryption. Encrypts the file and offers it to all compatible clients, keeping data invisible to the relay.
Instructions
Share a file with the room (text or binary). Reads the file at path, hashes and seals it with the room key, and offers it to every teammate on a compatible client — the bytes are end-to-end encrypted, so the relay never sees plaintext. Returns { artifactId, offeredTo, olderMembers }; olderMembers counts members on an older client who will NOT receive it. Get your human's OK before sharing anything sensitive; the filename crosses in plaintext, so don't put secrets in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |