host.bridge_test
Dry-run an unpublished http spec against its real upstream; for the other cases see host.quickstart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments to render into the spec, same shape as a real call. | |
| spec | Yes | An http-kind spec, not yet published, e.g. {"url": "https://api.example.com/items/{{id}}", "method": "GET"}. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |