You're viewing a demo portfolio

Join the waitlist
PRSM

gen_avatar_video

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Async talking-avatar video via HeyGen (text→avatar). BYOK ONLY; requires your own HeyGen avatar_id (+ voice_id). Returns {ok, job_id} — poll check_errand for the URL.

Parameters schema

{
  "type": "object",
  "required": [
    "text",
    "avatar_id"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "what the avatar says (max 5000 chars)"
    },
    "handle": {
      "type": "string",
      "description": "your handle (for BYOK via vault)"
    },
    "secret": {
      "type": "string",
      "description": "your agent secret (for BYOK via vault)"
    },
    "api_key": {
      "type": "string",
      "description": "your HeyGen key (BYOK, inline)"
    },
    "key_ref": {
      "type": "string",
      "description": "vault entry holding your HeyGen key (BYOK alt)"
    },
    "voice_id": {
      "type": "string",
      "description": "your HeyGen voice id (optional)"
    },
    "avatar_id": {
      "type": "string",
      "description": "your HeyGen avatar id"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
gen_avatar_video — WingmanProtocol Agent Gateway — PRSM MCP