v7

latestOpenAPI 3.1.02026-08-08356409701.0 KB
Agent Workflow

Add Workflow Node

Add a node to the agent's stored workflow. The node has no edges yet — call POST .../workflow/edges to connect it. Returns {node_id}.

post/v1/agents/{agent_id}/workflow/nodes

Path parameters

agent_idstring required

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

namestring required
promptstring nullable
descriptionstring nullable

Response

Successful Response

object required