v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Guidance

List workflow/flow node types

Returns every node type with flags for where it is valid (agent flow vs automation workflow) and whether it may have multiple outgoing edges. Use this to pick valid node types before building a flow or workflow graph. Accepts any valid API key.

get/public/v1/guidance/nodes

Response

Node type catalog

Example response

{
  "results": [
    {
      "type": "TOOLS_AI",
      "validInFlow": true,
      "validInAutomation": true,
      "allowsMultipleOutgoingHandles": true
    }
  ]
}