5a5597ebb2d6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-126178842.7 MB
workflows

Generate a workflow from a brief, template, or blank scaffold

Create a Workflow + one draft revision from a single seed.

brief runs the async compile pipeline (HTTP 202, poll GET /workflows/revisions/{revision_id}); template_id / blank seed a graph synchronously (HTTP 201, LLM-free). Exactly one seed must be provided.

post/v1/workflows/generate

Headers

x-feather-clientstring nullable

Request body

namestring required
descriptionstring nullable
briefstring nullable
template_idstring nullable
blankboolean
kind'assistant' | 'component'

Response

Successful Response

workflow_idstring uuid required
revision_idstring uuid required
generation_statusstring required
mode'brief' | 'template' | 'blank' required