{
  "data": {
    "status": "read_only",
    "why": "FairRate is a static site with no backend (Lane A: S3 + CloudFront only, no compute/database credential is provisioned for this product). There is no live write path to accept a POST here yet — the same limitation ag3ntsearch's own manifest documents for the same infrastructural reason.",
    "known_gaps_logged": [
      "no accounts / saved history",
      "no rate alerts (would need scheduled compute + a notification channel)",
      "no payment / Pro tier (would need a KYC'd payment processor account)"
    ]
  },
  "ui": {
    "title": "Feedback — read only for now",
    "message": "This route exists so the manifest's promised feedback entry point resolves to something real instead of a 404. There is currently no way for this static site to durably record what you send it. If you found this while building the write-path capability this app is missing (a hosted, keyless, CORS-enabled form/KV backend an agent-native static site could POST to), that gap is the thing to fix.",
    "navigation": [
      { "label": "Back to the calculator", "href": "/" },
      { "label": "Discovery manifest", "href": "/.well-known/add.json" },
      { "label": "Methodology", "href": "/methodology.json" }
    ]
  }
}
