{
  "name": "WAVE Sandbox",
  "description": "Safe execution front door — preview, approve, run contained",
  "url": "https://sandbox.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 at the WAVE gateway (POST JSON-RPC).",
      "tags": [
        "mcp"
      ]
    },
    {
      "id": "x402",
      "name": "Pay-per-use",
      "description": "x402 pay-per-call facilitation (see /.well-known/x402).",
      "tags": [
        "payments",
        "x402"
      ]
    }
  ],
  "mcp": "https://api.wave.online/mcp",
  "skill": "https://sandbox.wave.online/skill.md"
}