reference · for developers

The developer docs live
on the AgentMesh dev site

PAN is AgentMesh's naming service. The specification lives here, at https://agentnaming.ai/spec.html. The runbook, the SDKs, and the rest of the developer documentation live at https://dev.agentmesh.ai.

resolution, for consumers

Resolving a handle is one GET

The registrar API lives at https://naming.agentmesh.ai. Resolution is exact-string lookup, no parsing, no auth. The card carries the binding method, presence where a source observes it, and the typed endpoints that are the address. A PAN handle is also a valid acct: URI, so WebFinger works out of the box.

# the card
curl "https://naming.agentmesh.ai/api/resolve?handle=PublicAgent.ann@gmail.com"

# the same handle via WebFinger (RFC 7033)
curl "https://naming.agentmesh.ai/.well-known/webfinger?resource=acct:PublicAgent.ann@gmail.com"