{
  "name": "Bad.Technology",
  "description": "Read-only AI agent for querying the Bad.Technology archive of real-world tech failures, outages, security breaches, and startup collapses — with root cause analysis and lessons learned.",
  "url": "https://bad.technology",
  "version": "1.0.0",
  "documentationUrl": "https://bad.technology/api/openapi.json",
  "provider": {
    "organization": "Gerber.Media",
    "url": "https://gerber.media",
    "contact": "hello@gerber.media"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list-incidents",
      "name": "List all incidents",
      "description": "Returns all tech failure incidents in the archive as structured JSON.",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "GET https://bad.technology/api/incidents.json"
      ]
    },
    {
      "id": "get-incident",
      "name": "Get incident by slug",
      "description": "Returns full details for a single incident by its URL slug.",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "GET https://bad.technology/api/articles/{slug}.json"
      ]
    }
  ],
  "permissions": {
    "dataAccess": "public",
    "training": "allowed",
    "attribution": "appreciated"
  }
}