flywheel
Preview Plan Agent Route
Flywheel V1.1a — start a cycle on a standalone voice agent.
Creates a new FlywheelRun (status=DRAFT, intent populated) and its cycle-scoped FDEConversation, transitions to AGGREGATING, runs the aggregator's build_plan step, and returns either a plan_ready response with proposed edits OR a dismissed response with empty plans (no findings, empty plan, LLM failure, or validation failure — distinguished by aggregator_outcome on the run row, queryable via GET /flywheel-runs).
post/api/v1/voice-agents/{voice_agent_id}/preview-plan
Path parameters
voice_agent_idstring uuid required
Request body
Response
Successful Response