{
  "version": "2026-06-05",
  "owner": "FamilyCase.AI Platform",
  "website_ownership_rule": "Website surfaces Platform-owned data but does not own claims, pricing, ROI, compliance, attribution, or approval logic.",
  "base_url_env": "VITE_PLATFORM_API_BASE_URL",
  "endpoints": [
    {
      "name": "Claims",
      "method": "GET",
      "path": "/api/platform/claims",
      "source_of_truth": "Platform claim library",
      "required_response_fields": [
        "claim_id",
        "claim_text",
        "approved",
        "expiration_date",
        "legal_review_status"
      ]
    },
    {
      "name": "Pricing",
      "method": "GET",
      "path": "/api/platform/pricing",
      "source_of_truth": "Platform pricing service",
      "required_response_fields": [
        "monthly_price",
        "annual_price",
        "promotion_active"
      ]
    },
    {
      "name": "ROI",
      "method": "POST",
      "path": "/api/platform/roi",
      "source_of_truth": "Platform ROI service",
      "required_response_fields": [
        "monthly_savings",
        "annual_savings",
        "roi"
      ]
    },
    {
      "name": "Attribution",
      "method": "POST",
      "path": "/api/platform/events",
      "source_of_truth": "Platform attribution service",
      "required_payload_fields": [
        "event_name",
        "timestamp",
        "session_id",
        "visitor_id",
        "campaign_id",
        "persona",
        "page",
        "source",
        "medium"
      ]
    }
  ],
  "required_events": [
    "Hero CTA Click",
    "Watch Demo",
    "Try Sample Case",
    "Upload Evidence",
    "ROI Started",
    "ROI Completed",
    "Trial Started",
    "Demo Booked",
    "Pricing Viewed",
    "Migration Viewed",
    "Competitor Viewed",
    "Resource Downloaded",
    "Video Completed"
  ],
  "privacy_requirements": [
    "Do not submit case materials to public consumer LLM interfaces.",
    "Do not use customer case materials to train public AI models.",
    "Do not add customer data to public datasets.",
    "Do not expose documents, evidence, communications, or work product to the public domain.",
    "Do not reuse customer data across unrelated customers or matters.",
    "Do not use customer data for model training unless expressly authorized in writing."
  ]
}
