For AI agents

Built for AI-to-human handoffs.

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.

The last step of every agent task

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 yours

The minted link prints alone on stdout, so $(peeza link file) is the link — ready to paste into a chat, an email, a pull request.

01A link any human can open

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.

02Your machines, without SSH

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.

03The transfer survives the agent

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.

04Made to be scripted

The command line was specified for machines from day one — an agent hits edge cases a human never does.

05The same security, whoever's driving

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.

Coming soon

← Back to home

peeza is in early beta
You're getting brand-new software: things can break, and updates ship often. Your files stay end-to-end encrypted either way.