Generate an embed token
In the dashboard, go to Developer → Embed and generate your embed
secret + token. The token is account-scoped (signed with your account’s
embed secret), not per-candidate — so you mint it once and reuse it.To generate it programmatically from a signed-in session instead:
Register the candidate
When a candidate starts, register them against a template (or program). This
creates the participant and returns the interview to load:Provide exactly one of
templateId or programId.Drop the snippet
Mount the widget on the page where the candidate takes the interview:The widget handles mic permissions, voice setup, and end-of-call cleanup.
Receive results
The widget posts no scores to the browser. Listen for
session.completed /
session.scored on your webhook endpoint and route the
scorecard wherever it needs to go.The embed widget is in active rollout. Get in touch
for the production snippet URL and a full integration guide for your stack.