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.

listWorkflows returns workflows registered on the Gateway.
  • Method: listWorkflows
  • Scope: run:read
  • Transports: HTTP RPC, WebSocket RPC
  • Request: { filter?: { hasUi?: boolean } }
  • Response: GatewayWorkflowSummary[]
Each summary includes key, hasUi, and uiPath. readableName and description are included when the workflow exposes them.