latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflows
Create a workflow
Creates a new workflow with the specified properties. Only name and folderId are required.
💡 Notes for MCP clients:
- Don't default shareLevel to Overview/View/Run or runLinkShareLevel to Public. Only set them when the user explicitly asks for a shareable or public link.
post/workflows
Request body
Example request
{
"folderId": "nfjUbpLlFfPIFwj7qwFGhw"
}Response
Example response
{
"data": {
"audit": {
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}