{
  "name": "WAVE Gateway",
  "description": "The unified WAVE API edge — authentication, scope/entitlement, metering, x402 facilitation, and an MCP server fronting every WAVE product and protocol.",
  "url": "https://api.wave.online",
  "version": "1",
  "provider": {
    "organization": "WAVE",
    "url": "https://wave.online"
  },
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "mcp",
      "name": "MCP tools",
      "description": "Model Context Protocol server (POST JSON-RPC at /mcp).",
      "tags": [
        "mcp"
      ]
    },
    {
      "id": "x402",
      "name": "Pay-per-use",
      "description": "x402 HTTP-402 pay-per-call facilitation (/.well-known/x402).",
      "tags": [
        "payments",
        "x402"
      ]
    },
    {
      "id": "products",
      "name": "WAVE products",
      "description": "Federated product APIs under /v1/* (streams, clips, voice, captions, …).",
      "tags": [
        "api"
      ]
    }
  ]
}