{
  "ok": true,
  "allowed": true,
  "enabled": true,
  "module": "AIG — AI Gatekeeper",
  "protocol": "a2a",
  "endpoint": "/a2a/v1/handshake",
  "methodRequired": "POST",
  "note": "This endpoint is active. Use POST with JSON to create a short public-knowledge A2A session. GET returns discovery only so browser-style AI visitors do not mistake the endpoint as disabled.",
  "acceptedBody": {
    "agentName": "ExampleAgent",
    "agentProvider": "ExampleProvider",
    "purpose": "A2A public knowledge session test",
    "requestedScopes": [
      "read_profile",
      "read_policy",
      "read_pricing",
      "read_routes",
      "ask_public_questions",
      "request_safe_handoff",
      "request_support_route"
    ]
  },
  "nextEndpoints": {
    "message": "/a2a/v1/message",
    "messageSend": "/a2a/v1/message:send",
    "actionRequest": "/a2a/v1/action-request",
    "ask": "/ai-room/ask"
  },
  "sessionTtlSeconds": 900,
  "traceId": "e3264655-3061-4566-a7fd-69333b7a60d7"
}