Scaffold a loop from a prompt
Describe a workflow in one line and Autopilot designs the node graph for you.
Autopilot's loops author (the fondaro-loops agent) reads your CRM
snapshot, picks nodes from the catalog, and saves a complete graph with one
create_workflow call.
How to ask
Open Autopilot from the dashboard. Try one of:
- "Build me a daily Marbella penthouse hunt that picks three, drafts brochures, matches leads, and queues personalised emails."
- "Watch for new leads and propose a status, tags, and a qualification note."
- "Re-engage any lead that's been quiet for two weeks."
Autopilot will run a few snapshot queries to ground itself, design the graph, and present a calm card in chat. The card carries the persona orb above the new loop's title, a one-line caption, a row of duotone icons for the first few node kinds in the graph, and a single elevated "Open in editor" button that drops you onto the canvas with the first awaiting node ringed amber.
What you can edit
You don't have to keep what Autopilot gave you. Open the editor and:
- swap a
human.reviewfor adata.filterif you want to skip the human step; - add a
display.dealBoardto keep an eye on deals the Loop touches; - rewire
data.leadMatch→agent.personalizedEmailto chain on a different message tone.
Every node carries a config panel on the right. Save persists the new graph shape.
When not to ask
If you already know the exact graph you want, start blank from the home list and add nodes from the catalog dialog. The Autopilot scaffold is for when the shape isn't obvious yet.