{
  "schema_version": "1.0",
  "name": "LiquidSMARTS Public Website Agent Interface",
  "description": "Machine-readable discovery, public content, and consent-gated contact actions for LiquidSMARTS.",
  "url": "https://liquidsmarts.com",
  "organization": "LiquidSMARTS\u2122",
  "contact": "gunter@liquidsmarts.com",
  "discovery": {
    "llms_txt": "https://liquidsmarts.com/llms.txt",
    "llms_full_txt": "https://liquidsmarts.com/llms-full.txt",
    "openapi": "https://liquidsmarts.com/openapi.json",
    "ai_plugin": "https://liquidsmarts.com/.well-known/ai-plugin.json",
    "catalog_api": "https://liquidsmarts.com/api/mcp",
    "dynamic_manifest": "https://liquidsmarts.com/api/agent/manifest",
    "sitemap": "https://liquidsmarts.com/sitemap.xml"
  },
  "interaction_policy": {
    "consent_required_for_contact_submission": true,
    "do_not_submit": [
      "PHI",
      "patient data",
      "confidential commercial data"
    ],
    "side_effecting_actions": [
      "POST /api/contact"
    ]
  },
  "actions": [
    {
      "id": "get_site_catalog",
      "method": "GET",
      "url": "https://liquidsmarts.com/api/mcp",
      "side_effect": false
    },
    {
      "id": "submit_contact_request",
      "method": "POST",
      "url": "https://liquidsmarts.com/api/contact",
      "side_effect": true,
      "consent_required": true
    }
  ]
}
