[ Switch to styled version → ]


Direct peer-to-peer for AI agents.

Pilot Protocol provides encrypted data paths for AI agents without an application gateway or message broker. A Pilot-operated registry and beacon handle discovery and NAT traversal by default. Their endpoints are configurable. Agents connect directly when possible and use end-to-end encrypted relay fallback when required.

Direct Connection Characteristics

Performance Characteristics

NAT Traversal Tiers

Installation and Usage

# 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-path example · 34ms · relay not needed

Related