{
  "name": "PolicyA2A",
  "description": "Florida home and flood insurance eligibility reference and indicative quote intake, published by Parish Insurance Agency, a licensed Florida insurance agency.",
  "version": "0.1.0",
  "status": "preview",
  "url": "https://policya2a.com",
  "provider": {
    "organization": "Parish Insurance Agency",
    "type": "InsuranceAgency",
    "jurisdiction": "US-FL",
    "licenseAuthority": "Florida Department of Financial Services",
    "address": "4590 Ulmerton Rd, Ste 107, Clearwater, FL 33762",
    "telephone": "+1-727-290-4747",
    "email": "info@parishinsuranceagency.com"
  },
  "coverage": {
    "state": "FL",
    "counties": "all",
    "lines": ["homeowners", "flood"],
    "floodMarkets": ["NFIP", "private"]
  },
  "disclosures": {
    "indicativeOnly": true,
    "statement": "All information and responses are indicative only and do not constitute a quote, binder, or offer of coverage. Only a carrier can confirm eligibility and rate.",
    "humanEscalation": {
      "telephone": "+1-727-290-4747",
      "email": "info@parishinsuranceagency.com",
      "note": "A licensed Florida agent is reachable on every surface, including machine-facing responses."
    }
  },
  "capabilities": {
    "read": {
      "auth": "none",
      "note": "Free and unauthenticated. Read access is how agents discover and cite us; only quote intake is gated.",
      "planned": [
        "explain_flood_zone",
        "list_carriers",
        "get_premium_benchmark",
        "check_eligibility"
      ]
    },
    "write": {
      "auth": "api-key",
      "planned": ["request_quote"],
      "consentAttestation": {
        "required": true,
        "note": "A calling agent must assert it holds the consumer's authorization to request insurance information on their behalf. The assertion is logged."
      }
    }
  },
  "datasets": {
    "base": "https://policya2a.com/data/",
    "format": "application/json",
    "note": "Datasets backing published pages. Each carries a retrieval date and stated methodology."
  },
  "documentation": "https://policya2a.com/agents",
  "contentPolicy": {
    "crawling": "welcome",
    "citation": "welcome, attribution appreciated",
    "llmsTxt": "https://policya2a.com/llms.txt"
  }
}
