{
  "openapi": "3.1.0",
  "info": {
    "title": "AZ Pristine Painting Public Surface",
    "version": "1.0.0",
    "description": "Informational OpenAPI document for AZ Pristine Painting LLC. This is a public marketing site for a residential and commercial painting contractor. No programmatic API is offered to third-party agents; the operations below describe public, read-only discovery resources. Quote and contact requests are accepted through public web forms, not a JSON API.",
    "contact": { "url": "https://azpristinepainting.com/contact" },
    "license": { "name": "All rights reserved" }
  },
  "servers": [
    { "url": "https://azpristinepainting.com" }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI-readable site summary",
        "responses": { "200": { "description": "Plain-text summary for AI crawlers and agents" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/agent-readiness.md": {
      "get": {
        "summary": "Agent-readiness implementation notes",
        "responses": { "200": { "description": "Markdown describing implemented and unimplemented agent-readiness surfaces" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/auth.md": {
      "get": {
        "summary": "Agent authentication and access policy",
        "responses": { "200": { "description": "Markdown describing the auth policy for agents" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap of indexable URLs",
        "responses": { "200": { "description": "XML sitemap" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "summary": "RFC 9727 linkset advertising discovery resources",
        "responses": { "200": { "description": "application/linkset+json catalog" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/.well-known/mcp/server-card.json": {
      "get": {
        "summary": "MCP server card (discovery only)",
        "responses": { "200": { "description": "JSON MCP server card" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/.well-known/agent-card.json": {
      "get": {
        "summary": "A2A agent card",
        "responses": { "200": { "description": "JSON A2A agent card" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/.well-known/agent-skills/index.json": {
      "get": {
        "summary": "Agent skills index",
        "responses": { "200": { "description": "JSON index of available agent skills" } },
        "x-payment-info": { "intent": "none", "notes": "Free public discovery resource." }
      }
    },
    "/quote": {
      "get": {
        "summary": "Public quote request web form",
        "description": "Human-facing HTML form. There is no JSON API for quote submission; agents must guide a human user to complete this form with explicit consent.",
        "responses": { "200": { "description": "HTML form page" } },
        "x-payment-info": {
          "intent": "none",
          "method": "off_platform",
          "notes": "Quote requests are free. Painting work is priced after an on-site visit and invoiced off-platform (ACH, check, or card). No agent-payable charge is exposed here."
        }
      }
    },
    "/contact": {
      "get": {
        "summary": "Public contact web form",
        "description": "Human-facing HTML form. There is no JSON API for contact submission; agents must guide a human user to complete this form with explicit consent.",
        "responses": { "200": { "description": "HTML form page" } },
        "x-payment-info": { "intent": "none", "notes": "Free public contact form." }
      }
    }
  },
  "x-payment-info": {
    "intent": "not_applicable",
    "notes": "No paid API operations or online checkout are exposed. AZ Pristine Painting is a lead-generation service business; pricing requires an on-site visit."
  }
}
