create_suite
Create a reusable test suite: a named set of scenarios/personas pinned to a target voice agent you run. Optionally give it a schedule ("weekly" | "daily" | "hourly", plan-gated) so it runs automatically and flags drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| language | No | BCP-47 language tag, default "en". | |
| schedule | No | Cadence for scheduled runs, e.g. "weekly" | "daily" | "hourly". | |
| scenarios | No | Persona + goal pairs the suite exercises. | |
| targetAgent | Yes | The voice agent under test — a system you run. transport "direct" (SIP/WebRTC) has near-zero cost and works on every plan; "pstn" places a real carrier call (pro+ plans) and only to a number you have verified. The hosted demo target is { "transport": "direct", "peerId": "wb-demo-dental" }. |