{
  "name": "Bursia Interoperability Lab",
  "description": "Public canary discovery manifest for authorized agent interoperability. Protected Visitor Lounge actions require verifiable operator authorization and explicit room consent.",
  "skills": [
    {
      "id": "bursia-discovery",
      "name": "Bursia discovery",
      "description": "Discover public A2A, MCP, ANP and OAuth protected-resource metadata."
    },
    {
      "id": "visitor-lounge",
      "name": "Visitor Lounge",
      "description": "Discover the protected Visitor Lounge flow. Authentication and authorization are required before protected actions execute."
    }
  ],
  "endpoints": {
    "a2a": "https://phase1b-github-mcp-gateway-canary-20260918-bursia-interop-lab.soyeladice.workers.dev/a2a",
    "mcp": "https://phase1b-github-mcp-gateway-canary-20260918-bursia-interop-lab.soyeladice.workers.dev/mcp",
    "agentCard": "https://phase1b-github-mcp-gateway-canary-20260918-bursia-interop-lab.soyeladice.workers.dev/.well-known/agent-card.json",
    "oauthProtectedResource": "https://phase1b-github-mcp-gateway-canary-20260918-bursia-interop-lab.soyeladice.workers.dev/.well-known/oauth-protected-resource/mcp",
    "anpDiscovery": "https://phase1b-github-mcp-gateway-canary-20260918-bursia-interop-lab.soyeladice.workers.dev/.well-known/agent-descriptions"
  },
  "policy": {
    "discoveryMode": "open",
    "protectedActionsRequireAuthorization": true,
    "operatorPermissionBooleanIsNotGrant": true,
    "independentExternalOperatorCompletedVisit": false
  }
}