{
  "agent": {
    "name": "The Morgano Agency Assistant",
    "endpoint": "https://morgano-machine-agent.pages.dev/a2a",
    "transport": "JSONRPC",
    "protocolVersion": "0.3.0"
  },
  "skills": [
    {
      "id": "find-right-insurance-service",
      "name": "Find Right Insurance Service",
      "description": "Routes a Greenville-area insurance need to the most relevant Morgano service page and next action. Does not provide legal, coverage, or pricing advice."
    },
    {
      "id": "start-insurance-quote-request",
      "name": "Start Insurance Quote Request",
      "description": "Routes a user to the correct Morgano quote request path for personal or business insurance. Does not quote premiums or bind coverage."
    },
    {
      "id": "request-certificate-of-insurance",
      "name": "Request Certificate Of Insurance",
      "description": "Routes existing clients to Morgano's COI request path and lists the details typically needed. Does not issue certificates."
    },
    {
      "id": "get-agency-contact",
      "name": "Get Agency Contact",
      "description": "Returns canonical Morgano NAP, business hours, and contact paths."
    }
  ],
  "safety": [
    "The endpoint is routing-only.",
    "It does not quote premiums.",
    "It does not bind coverage.",
    "It does not confirm policy status.",
    "It does not issue certificates of insurance.",
    "A Morgano team member must review any quote, policy, or certificate request."
  ]
}