A secure engine that runs a sequence of single-step, AI-powered text transformations. It transforms text only — it performs no real-world side effects.
JSON, authentication required; each run is owned by the requesting user.
| Method | Path | Purpose |
|---|---|---|
| POST | /workflows/runs/ | Create & enqueue a run |
| GET | /workflows/runs/ | List your runs |
| GET | /workflows/runs/<uuid>/ | Run status & detail |
| POST | /workflows/runs/<uuid>/cancel/ | Cancel a run |
| POST | /workflows/runs/<uuid>/retry/ | Retry a failed run |
Configure the AI backend (provider, model, key) under Admin → Provider configurations before running workflows.