Data & AI · wired today
HeyGen, wired into your agent workforce
Models and datasets are infrastructure now, and agents need eyes on them. The HeyGen connector is one of 205 executable connectors and gives agents 5 read-only tools, with the credential held in the vault and every call receipted.
Connecting HeyGen takes one credential
You provide API key from your HeyGen account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: HeyGen's own API documentation ↗ covers creating and scoping the credential.
What agents can run against HeyGen
get_accountGet the HeyGen account behind this API key: username, billing type, plan and the remaining credit or wallet balance available for generation
list_avatarsList HeyGen avatar groups (characters), optionally limited to the preset public library or to the account's own private avatars
list_voicesList HeyGen voices, optionally filtered by public or private type, engine, language or gender
list_videosList videos in the HeyGen account, newest first, optionally filtered by folder or by a substring of the title
get_videoGet the render status and details of one HeyGen video by ID, including its output URL when finished and the failure reason when it failed. Reads an existing video only; it never starts a render
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
This connector was blind shape-proven against the real HeyGen API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
HeyGen integration FAQ
What can Quox agents do with HeyGen?
Agents can run 5 read-only tools against HeyGen: get account, list avatars, list voices, list videos, get video. Every call is receipted in the evidence trail.
What does the HeyGen integration need?
You provide API key from your HeyGen account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my HeyGen credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the HeyGen connector?
This connector was blind shape-proven against the real HeyGen API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.