Flow Creator

Select documented routes, configure steps, and export a reusable flow JSON draft.

Builder
Pick route steps, then insert {{input.*}}, {{env.*}}, or prior {{vars.*}} into the focused field.
Draft Steps
No steps yet. Pick a route and add it to the flow.
Generated JSON
{
  "version": 1,
  "name": "",
  "description": "",
  "baseUrl": "{{env.baseUrl}}",
  "env": {
    "baseUrl": "http://localhost:3000"
  },
  "inputs": {
    "email": { "type": "string", "required": true }
  },
  "steps": []
}