{
  "name": "Agent",
  "description": "HTTP-callable agent surface on this origin.",
  "url": "https://sanctuaryhomesolutions-com-905.pages.dev/",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "transport": "http",
      "url": "https://sanctuaryhomesolutions-com-905.pages.dev/mcp/",
      "protocol": "mcp"
    },
    {
      "transport": "http",
      "url": "https://sanctuaryhomesolutions-com-905.pages.dev/api/",
      "protocol": "rest"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "extensions": [
    {
      "uri": "https://ap2.dev/extension/v1",
      "description": "AP2 (Agent Payments Protocol) — declares supported payment surfaces.",
      "required": false,
      "params": {
        "version": "0.1.0",
        "protocols": [
          "x402"
        ],
        "discovery": {
          "x402": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/x402"
        },
        "paid_routes": [
          {
            "url": "https://sanctuaryhomesolutions-com-905.pages.dev/api/x402-demo",
            "protocol": "x402",
            "network": "base-sepolia"
          }
        ]
      }
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "fetch_content",
      "name": "Fetch site content",
      "description": "Retrieve blog articles, llms.txt summary, or sitemap from this origin.",
      "tags": [
        "content",
        "discovery"
      ],
      "examples": [
        "List recent articles",
        "Fetch llms.txt"
      ]
    },
    {
      "id": "submit_inquiry",
      "name": "Submit a service request",
      "description": "Submit a service-request or quote inquiry via /api/leads or /api/request-service.",
      "tags": [
        "lead-capture",
        "commerce"
      ],
      "examples": [
        "Request a roof inspection",
        "Book an appointment"
      ]
    }
  ],
  "related": {
    "agent-skills": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/agent-skills/index.json",
    "mcp-server": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/mcp/server-card.json",
    "api-catalog": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/api-catalog",
    "oauth": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/oauth-protected-resource",
    "x402": "https://sanctuaryhomesolutions-com-905.pages.dev/.well-known/x402"
  }
}