{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-federation/manifest.json#catalog",
  "name": "ThaiNotary Cross-Agent Federation",
  "description": "Federated agent registry: peers, discovery, mutual TLS, cross-domain capability resolution.",
  "dateModified": "2026-05-31",
  "protocol": {
    "name": "agent-federation",
    "version": "1.0.0",
    "spec": "https://thainotary.ai/spec/agent-federation/v1",
    "transport": [
      "https",
      "mcp-streamable-http"
    ],
    "auth": [
      "oauth2.1+pkce",
      "mtls",
      "private_key_jwt"
    ],
    "discovery": "https://xn--82czbx2bczd4fl8a.online/.well-known/agent.json"
  },
  "endpoints": {
    "listPeers": "https://xn--82czbx2bczd4fl8a.online/agent-federation/peers.json",
    "resolveCapability": "https://xn--82czbx2bczd4fl8a.online/agent-federation/resolve?capability={name}",
    "handshake": "https://xn--82czbx2bczd4fl8a.online/agent-federation/handshake"
  },
  "trustAnchors": [
    {
      "name": "ThaiNotary Trust Council",
      "jwks": "https://xn--82czbx2bczd4fl8a.online/.well-known/jwks.json"
    }
  ]
}