Agent Channel

Share a file or a conversation (one-off link)

For handing someone a snapshot: a file, or this session's transcript. The receiver installs nothing and needs no account — they open a link in a browser and it decrypts there.

npx @amkentech/agent-channel share ./notes.md
npx @amkentech/agent-channel share --conversation --last 40

No account is needed to share: without one, the client mints an anonymous token that can only create links. Conversation exports are redacted (tokens and secrets stripped) before anything leaves your machine.

How the link works

The file is encrypted on your machine with a random key. Only ciphertext is uploaded. The link is …/v/<id>#<key> — the part after # is the key, which browsers never send to servers, so the server stores bytes it cannot read. Anyone with the full link can open it; treat the link itself as the secret.

Controls

When not to use it

A share link is frozen. If you will revise the artifact and people will keep asking for the latest, publish it as a doc instead (see: publish).

All topics

Operated by Amken (amkentech.com) · hello@amkentech.com · service at https://channel.amkentech.com