/
BR
brainbasehq
/
BrainBase API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
brainbasehq
BrainBase API
post
Create a new flow
v8
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2025-02-04
15
26
35.7 KB
Flows
Create a new flow
post
/api/workers/{workerId}/flows
Path parameters
workerId
string
required
Request body
CreateFlowRequest
required
name
string
required
Name of the flow
code
string
required
Flow code
label
string
Optional label for the flow
Response
Flow created
Flows
required
id
string
required
version
integer
required
name
string
required
label
string
nullable
code
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
workerId
string
required
deploymentsIds
string[]