origin_bridge_submit_task
Submit a supported Origin bridge method to run as a queued background task. Specify method, optional parameters, host, port, and timeout.
Instructions
Submit a supported Origin bridge method as a queued background task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional Origin bridge host override. Normally omit to use configured localhost. | |
| port | No | Optional Origin bridge TCP port override. Normally omit to use the handshake value. | |
| token | No | Optional bridge authentication token override. Normally omit to use the handshake. | |
| method | Yes | Allowlisted Origin bridge method to run as a background task. | |
| params | No | Keyword arguments passed to the selected allowlisted bridge method. | |
| timeout | No | Bridge request timeout in seconds; null uses the configured default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||