peeza is the perfect AI-to-humans file sharing solution: an agent runs peeza link or peeza send, a human just receives — end-to-end encrypted, any size, nothing stored in the cloud.
Agent work ends in a file — a build, a report, a render, a dataset. Then comes the step that actually matters: getting that file to the person who asked for it, or to the machine where it's needed. scp wants a key and a reachable port. Cloud drives park your file on someone else's server. peeza makes delivery one command.
$ peeza link render-final.mp4
https://g.peeza.app/7XK4M2QD#k=…
$ peeza send build.zip --to <device> # peeza devices lists yoursThe minted link prints alone on stdout, so $(peeza link file) is the link — ready to paste into a chat, an email, a pull request.
peeza link mints a single-use, end-to-end-encrypted download link. The person on the other end needs no account and no app — any browser will do.
# fragment, which browsers never send — the mechanics are on the tech page.peeza send --to reaches the machines on your account wherever they are. No key on the far machine, no open port, no VPN, no shared network.
peeza send --nearby moves files over the local network — no internet, no relay, no account.Transfers belong to a background engine, not to the process that started them.
An agent that exits — or a session that ends, or a laptop that reboots — doesn't kill the delivery. Transfer state is persisted before anything else happens, and an interrupted transfer resumes from the last byte written, not from zero.
The command line was specified for machines from day one — an agent hits edge cases a human never does.
--json turns every answer into machine-readable output; peeza ls and peeza watch report live transfer state.peezad mcp) exposes the same operations to agent frameworks — wiring it in is a deliberate opt-in, never a default.A transfer started by an agent is encrypted exactly like one started by a person: end to end, on every path, always.
Files stream directly between devices; when a relay has to step in, it forwards only ciphertext it cannot read and stores nothing. The full mechanics — keys, pairing, what the relay keeps — are on the tech page and in the privacy policy.