Retell integration
Catch Retell agent drift before callers do.
Run the same persona scenario after prompt, model, voice, and tool changes.
Setup
- Choose the Retell agent entrypoint you control.
- Use direct/SIP where possible, or PSTN when the phone path matters.
- Create scenarios for booking, routing, lead qualification, or support handoff.
- Schedule the suite for continuous drift checks.
Target config
{ "targetAgent": { "transport": "direct", "peerId": "retell-frontdesk" } }CI example
curl -X POST https://api.wordis-bond.com/api/tests/run \
-H "Authorization: Bearer $WORDIS_BOND_KEY" \
-H "Content-Type: application/json" \
-d '{"targetAgent":{"transport":"direct","peerId":"retell-frontdesk"},"goal":"Qualify a new inbound lead"}'