reference · for developers
The developer docs live
The developer docs live
on the AgentMesh dev site
PAN is AgentMesh's naming service, and everything you need to build against it, the runbook, the spec, and the SDKs, lives 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"