{
  "name": "mirrorstage-render",
  "description": "GPU avatar rendering API. Creates real-time lip-synced video from a face image and streamed audio.",
  "url": "https://render.mirrorstage.ai",
  "version": "0.1.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "render-session",
      "name": "Avatar Rendering Session",
      "description": "Create and manage a GPU rendering session. Upload a face image, stream audio, receive lip-synced video via RTMP.",
      "tags": [
        "avatar",
        "rendering",
        "video",
        "rtmp",
        "gpu"
      ],
      "examples": [
        "Create an avatar rendering session with my face image",
        "Stream audio to my avatar session"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "x402"
    ],
    "description": "Pay-per-use with USDC on Base or Solana via x402 protocol. No accounts or API keys required."
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}