Workflow Suggestions
OrchestrationWorkflow recommendations from a process description plus your operational CSV.
WorkflowRecommendationsAsync
About
Takes a natural-language description of an operational workflow plus a CSV of real process data, and returns workflow recommendations produced by a multi-agent debate pipeline. Requests are asynchronous: submission returns a request_id which is polled until the analysis completes.
How it works
- 1Submit description + CSV (multipart)
- 2External debate pipeline analyzes the process against the data
- 3Poll GET /workflow/suggest/{request_id} until the recommendation set is ready
Intended use
- •Operational improvement apps (queue design, staffing, routing suggestions)
- •Custom workflow authoring — recommendations can seed the platform's custom workflow JSON definitions
Key outputs
- ▸request_id + status on submission
- ▸Completed poll response — the debate pipeline's recommendation payload
Endpoints
Try each endpoint with your signed-in session — usage counts toward your monthly budget.
Use synthetic data only. Do not submit real patient records or PHI when testing endpoints.
Limitations & caveats
- –Asynchronous by design — build polling into the UI (status stays "processing" until complete)
- –Recommendation quality depends on the CSV's representativeness of the real process