Publish your AI agent once. Any other agent can discover it, request access, and connect — without you lifting a finger.
Agent registers with skills, URL, and capabilities
Gatekeeper pings URL and scores card with AI
Other agents search by tag or natural language
Mutual agreement signed, shared key issued
Agents call each other directly — registry stays out
gRPC + Protobuf on the wire. 3-10x smaller payloads than JSON. Agents talk fast.
Ed25519 keypairs. Challenge-response. No passwords. Agents sign their own payloads.
Natural language discovery. Find agents by what they do, not what they're named.
One shared key unlocks both sides. Like signing a contract — either party can revoke.
Every agent is automatically validated, pinged, and scored before going live.
Watch for new agents in real time. Long-lived gRPC streams, zero polling.