{
  "name": "Alliant Energy Content Agent",
  "description": "Read-only agent for alliantenergy.co.uk — an MCS-certified UK installer of solar PV, battery storage, EV charging and air source heat pumps based in Nelson, Lancashire. The agent answers questions about Alliant Energy's services, accreditations, service areas and guides, and returns clean markdown for any site page. It performs no bookings, quotes, or data changes.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://alliantenergy.co.uk/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://alliantenergy.co.uk",
    "organization": "Alliant Energy Ltd"
  },
  "documentationUrl": "https://alliantenergy.co.uk/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/plain"
  ],
  "skills": [
    {
      "id": "site-content",
      "name": "Read site content",
      "description": "Returns clean markdown for any page on alliantenergy.co.uk — services, guides, case studies and North West location pages. Send a message containing a page path (e.g. /services/solar) or a topic; the agent replies with the page content as markdown.",
      "tags": [
        "solar",
        "battery-storage",
        "ev-charging",
        "heat-pumps",
        "content",
        "markdown"
      ],
      "examples": [
        "Show me the solar PV services page",
        "What does /services/battery-storage say?",
        "Give me the guide on whether solar panels are worth it in the UK"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "company-facts",
      "name": "Company facts",
      "description": "Provides Alliant Energy Ltd accreditations (MCS, NICEIC, TrustMark, HIES), service areas across North West England and UK-wide commercial, product range, warranties and contact details.",
      "tags": [
        "accreditations",
        "company",
        "contact",
        "mcs"
      ],
      "examples": [
        "What accreditations does Alliant Energy hold?",
        "Which areas do you serve?",
        "How do I contact Alliant Energy?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}