{
  "name": "Runway Now Live Context Agent",
  "description": "Public read-only runway schedule, livestream, replay, and fashion calendar context for AI agents.",
  "supportedInterfaces": [
    {
      "url": "https://runwaynow.live/message:send",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Runway Now",
    "url": "https://runwaynow.live"
  },
  "version": "2026-06-20",
  "documentationUrl": "https://runwaynow.live/docs/api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "publicReadBearer": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "bearerFormat": "Runway Now public-read token",
        "description": "Optional public-read bearer token from /api/agents/oauth/token. Public schedule context is also available without credentials."
      }
    }
  },
  "securityRequirements": [
    {},
    {
      "publicReadBearer": [
        "public:read"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "runwaynow-live-context",
      "name": "Runway live context",
      "description": "Answer which runway show is live now, which show is next, and where to watch official livestreams or replays.",
      "tags": [
        "runway",
        "fashion-week",
        "livestream",
        "schedule",
        "replay"
      ],
      "examples": [
        "Which runway show is live right now?",
        "Where can I watch the next Milan menswear show?",
        "Is there a replay for the Prada show?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "runwaynow-schedule-query",
      "name": "Runway schedule query",
      "description": "Return structured show, calendar, city, season, brand, timing, and canonical URL data for fashion week questions.",
      "tags": [
        "fashion-calendar",
        "show-times",
        "brand-schedule",
        "city-schedule"
      ],
      "examples": [
        "What is the Paris Fashion Week schedule?",
        "When is Paul Smith showing?",
        "List upcoming runway shows today."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json",
        "text/markdown"
      ]
    }
  ],
  "iconUrl": "https://runwaynow.live/favicon.ico"
}