{
  "name": "Cyber-Solutions Website Agent",
  "description": "Public informational agent for the Cyber-Solutions Software GmbH website.",
  "url": "https://www.cyber-solutions.at/",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://www.cyber-solutions.at/"
    }
  ],
  "provider": {
    "organization": "Cyber-Solutions Software GmbH",
    "url": "https://www.cyber-solutions.at/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.cyber-solutions.at/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "company-info",
      "name": "Company Info",
      "description": "Provides general information about Cyber-Solutions, its services, and contact details.",
      "tags": ["about", "contact", "services"]
    }
  ]
}