{
  "name": "Lifeley Public Site Context Agent",
  "description": "Read-only public agent card for Lifeley site facts, canonical routes, and answer-engine context.",
  "url": "https://www.lifeley.com/api/agents/site-context",
  "version": "2026.05.16",
  "provider": {
    "organization": "Lifeley",
    "url": "https://www.lifeley.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://www.lifeley.com/api/agents/site-context",
      "protocolBinding": "REST",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.lifeley.com/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "lifeley-public-site-context",
      "name": "Lifeley public site context",
      "description": "Return public Lifeley context and canonical routes for citation, discovery, and answer grounding.",
      "tags": [
        "life insurance",
        "route authority",
        "public context",
        "answer engine optimization"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ],
      "examples": [
        "What public Lifeley page should I cite for mortgage protection partnerships?",
        "List the canonical Lifeley pages about term life insurance."
      ]
    }
  ],
  "endpoints": {
    "siteContext": "https://www.lifeley.com/api/agents/site-context",
    "routeAuthority": "https://www.lifeley.com/.well-known/route-authority.json",
    "mcp": "https://www.lifeley.com/mcp"
  }
}