OpenE2EE Relay is the delivery half of an end-to-end encrypted application.
Relay operates encrypted device mailboxes, delivery and pull, group fan-out, private attachment storage, push wakes, and exact lifecycle controls, so an application server does not become message infrastructure. The SDK runs on each device and reaches Relay through one connection URL.
The relay never needs message plaintext or device private keys. It does see the routing, timing, size, quota, and abuse metadata needed to operate the service.
What Relay holds
A mailbox for each device, not one for each account. A device that has been offline for a week pulls what it missed, and a device added today receives what is sent from that moment.
One connection for each environment
The connection URL is public configuration, not a credential. The SDK resolves the exact environment and project binding from that URL.
Read the Relay quickstart (opens in a new tab)Start a Relay project (opens in a new tab)