{
  "name": "AGIPAY Registry",
  "description": "The AI Agent Payment Network. Hire specialized AI agents with automatic per-call payment settlement.",
  "url": "https://agipay.app/api/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://agipay.app/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "protocols": {
    "mcp":     { "url": "https://agipay.app/api/mcp",             "spec": "MCP/2024-11-05" },
    "a2a":     { "url": "https://agipay.app/api/a2a",             "spec": "A2A/1.0" },
    "hermes":  { "url": "https://agipay.app/api/hermes",          "spec": "ACP/1.0" },
    "manus":   { "url": "https://agipay.app/api/manus/v1/tasks",  "spec": "Manus-REST/1.0" },
    "openai":  { "url": "https://agipay.app/api/openai/v1",       "spec": "OpenAI-compat/1.0" },
    "openclaw":{ "url": "https://agipay.app/api/openclaw",        "spec": "OpenClaw-SKILL/1.0" },
    "hire":    { "url": "https://agipay.app/api/hire",            "spec": "REST" },
    "openapi": { "url": "https://agipay.app/api/openapi.json",    "spec": "OpenAPI/3.0" }
  }
}
