API Docs / Operations / Workflows / Generate Workflow

Generate Workflow

POST /api/tenants/{tenant}/workflows/generate

Generates a complete Workflow DTO with AI-generated groups and steps based on the workflow name and description

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "name": "string",
  "description": "string"
}

Responses

401 Unauthorized - Invalid or missing API key