Vapi integration
Regression-test Vapi assistants.
Point Word Is Bond at a Vapi phone number, SIP endpoint, or imported assistant config and run repeatable persona calls before each release.
Setup
- Create or choose a Vapi assistant.
- Expose it through a phone number or SIP target you control.
- In Word Is Bond, create a suite with that target and expected agent lines.
- Run the suite manually or from CI.
Target config
{ "targetAgent": { "transport": "pstn", "toNumber": "+15551234567" } }
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":"pstn","toNumber":"+15551234567"},"goal":"Book a demo with the front desk","expected":["How can I help you today?"]}'