{
  "name": "Drinking Water Guide Agent",
  "description": "A2A-compatible agent that exposes water-filter product information, FAQs and emergency drinking-water guidance.",
  "version": "1.0.0",
  "url": "https://rententurbo.ch",
  "provider": {
    "organization": "go4Xmedia",
    "url": "https://rententurbo.ch"
  },
  "capabilities": {
    "streaming": false,
    "auth": ["none"]
  },
  "skills": [
    {
      "id": "product-info",
      "name": "Get product info",
      "description": "Returns name, specs, capacity and certifications of the recommended personal water filter."
    },
    {
      "id": "faq",
      "name": "Answer FAQ",
      "description": "Answers common questions about water filtration, capacity, cleaning and storage."
    },
    {
      "id": "lead-magnet",
      "name": "Request emergency report",
      "description": "Submits an email to receive the free Drinking Water Emergency PDF report."
    }
  ],
  "endpoint": "https://rententurbo.ch/api/agent"
}