Skip to main content
POST
Create Workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Workflow creation model.

name
string
required
Required string length: 1 - 255
nodes
WorkflowNode · object[]
required
edges
WorkflowEdge · object[]
required
description
string | null
global_nodes
string[] | null
globalPrompt
string | null

Response

Successful Response

Workflow response model.

id
string<uuid>
required
tenant_id
string<uuid>
required
name
string
required
nodes
Nodes · object[]
required
edges
Edges · object[]
required
status
string
required
version
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
global_nodes
string[] | null