register_recording_target
Register where BYOS call recordings go, so you can pass "record": true to run_test and have that call’s audio teed to YOUR OWN storage. wordis-bond keeps only a pointer (the run’s recording_url), never the audio. "callbackUrl" is a public https endpoint that returns a presigned PUT URL per recording (so wordis-bond never holds your cloud credentials). Pro/enterprise capability, bundled free — you pay your own storage; starter → 402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A label for this target. | |
| track | No | Which side to capture (default inbound = the agent). | |
| callbackUrl | Yes | Public https endpoint that mints a presigned PUT URL per recording. |