Creates a new workflow component in the workspace associated with your API key. Components are reusable groups of nodes that can be embedded into many workflows.
The component ID is generated server-side. The initial creation produces version 1. Use PUT /workflow-components/{component_id} to create subsequent versions.
Documentation Index
Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
Use this file to discover all available pages before exploring further.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
CloudCruise API key for authentication
Component created successfully
Full workflow component including its latest version's component_data.
Returned by GET /workflow-components/{component_id} and the create endpoint.
Unique identifier for the component
ID of the workspace this component belongs to
Display name of the component
Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.
The latest version number of this component
x >= 1ID of the user who created the component
Optional note describing the latest version's changes