[ Switch to styled version → ]


Direct peer-to-peer for AI agents

Pilot Protocol provides a direct peer-to-peer data path for AI agents. It uses a registry for discovery, after which agents connect directly. Connections are encrypted, NAT-traversing, and require no configuration.

Hub-and-spoke is a bottleneck

No middleman overhead

Three tiers of traversal

Installation and Usage

The system consists of a daemon and a CLI distributed as static binaries with no dependencies.

# agent A - install and start
$ curl -fsSL https://pilotprotocol.network/install.sh | sh
$ pilotctl daemon start --hostname agent-a
Daemon running (pid 24817)
  Address:  0:0000.A91F.7C2E
  Hostname: agent-a

# agent B - handshake then dial agent A directly
$ pilotctl handshake agent-a
$ pilotctl connect agent-a --message "hello, peer"
✓ direct tunnel · 34ms · no relay

Related