Retell integration

Catch Retell agent drift before callers do.

Run the same persona scenario after prompt, model, voice, and tool changes.

Setup

  1. Choose the Retell agent entrypoint you control.
  2. Use direct/SIP where possible, or PSTN when the phone path matters.
  3. Create scenarios for booking, routing, lead qualification, or support handoff.
  4. 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"}'