v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
Nodes

Execute a single node with inline input variables

Useful for SDK testing flows — run a node definition against provided input variables without persisting a workflow. Honors node.config.chainId (overrides body chainId).

post/nodes:run

Request body

inputVariablesInputVariables

Free-form key-value bag of values used to resolve {{variable.path}} template references inside trigger and node configs. Conventional well-known keys: settings.runner (smart wallet address), settings.chainId (chain id). camelCase keys; back-compat support for snake_case keys exists during the migration window.

chainIdinteger

Numeric chain ID (e.g. 11155111 for Sepolia, 8453 for Base). On chain-aware trigger/node configs this is required and must be a configured chain; on query/filter params it is optional.

Example request

{
  "node": {
    "config": {
      "destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "chainId": 11155111
    }
  },
  "chainId": 11155111,
  "erc20Overrides": [
    {
      "tokenAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "ownerAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "spenderAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
    }
  ]
}

Response

Node execution result.

successboolean required
errorstring
errorCodestring
{"stackTrail":"components:schemas:RunNodeResponse:properties:output","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:RunNodeResponse:properties:metadata","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:RunNodeResponse:properties:executionContext","oasType":"schema","type":"unknown"}