{
  "protocolVersion": "0.3",
  "name": "Disruptive Live",
  "description": "Read-only agent surface for Disruptive Live — a creative studio for video production, live streaming and virtual production. Discover studio shows, the journal on video and brand storytelling, and production services.",
  "url": "https://disruptive.live",
  "version": "1.0.0",
  "provider": {
    "organization": "Disruptive Live",
    "url": "https://disruptive.live"
  },
  "documentationUrl": "https://disruptive.live/llms.txt",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    { "transport": "HTTP+JSON", "url": "https://disruptive.live" }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "browse-blog",
      "name": "Browse the journal",
      "description": "Read Disruptive Live's journal on video production, live streaming, brand storytelling and virtual production.",
      "tags": ["blog", "video", "production", "streaming", "branding"],
      "examples": [
        "Find articles about video production for B2B brands",
        "What does Disruptive Live say about live streaming?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "browse-services",
      "name": "Browse production services",
      "description": "Discover Disruptive Live's video production, live streaming and virtual production services.",
      "tags": ["services", "video-production", "live-streaming", "virtual-production"],
      "examples": [
        "List Disruptive Live's video production services",
        "Does Disruptive Live offer virtual production?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "browse-events",
      "name": "Browse studio shows",
      "description": "Discover Disruptive Live's studio shows and on-demand episodes.",
      "tags": ["events", "shows", "video-on-demand", "studio"],
      "examples": [
        "What shows has Disruptive Live produced?",
        "Find episodes about cyber security"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
