Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

submitSignal delivers a signal payload to a waiting run.
  • Method: submitSignal
  • Scope: signal:submit
  • Transports: HTTP RPC, WebSocket RPC
  • Request: { runId, correlationKey, payload?, signalName? }
  • Response: signal delivery metadata
Webhook-originated signals must be HMAC-signed over the raw request body.