Start full culture generation workflow
Starts a workflow run and asynchronously fires the full culture generation pipeline. Returns the workflow run payload immediately (~100ms). The actual generation happens in a background thread.
The workflow type is determined by the customizable flag:
trueor1→sageworkflow (full AI pipeline)falseor0→sage-ncworkflow (non-customizable, skips AI steps)
Authorizations
User JWT token passed in Authorization header
Headers
Required JWT permission: council_sage (informational only -- enforced server-side)
Path Parameters
UUID of the council sage
Body
UUID of the council sage
UUID of the context
Display name for the sage
Role title
Experience level
Interview duration in minutes
Low scoring threshold percentage
Job description text
Interview instructions
Tone descriptors
Opening question
Evaluation criteria for intro question
Whether this is a customizable sage (true = full AI pipeline, false = non-customizable)
Language code for the interview
Response
Workflow run started, generation running asynchronously
Workflow run data from the workflow service