Skip to content

eden-relay

Self-hosted relay for encrypted multi-device sync. Lightweight, no memory subcommands, opaque to the operator.

eden-relay is the sync relay component of the Agentic Team Protocol. It is a lightweight, dedicated server that lets eden-memory devices discover each other and exchange encrypted delta envelopes across separate networks.

The relay never sees memory contents. It only routes opaque envelopes between paired devices that share the same fleet root key.

Use eden-relay when you want continuous sync between eden-memory devices on different networks — for example, a laptop and a desktop, or a CI runner and a workstation.

For one-shot sync between two databases on the same machine, use eden-memory sync directly. See Sync two databases locally.

  1. Devices pair via PAKE and share an account root key.
  2. Each device registers with the relay using the same account-id.
  3. Devices exchange signed delta logs through the relay.
  4. Conflicts are resolved locally with logical clocks.