Quick Start Guide
Get up and running with FlowMaestro in under 5 minutes.
Prerequisites
- A FlowMaestro account (sign up here)
Step 1: Create Your First Workflow
- From your dashboard, click New Workflow to open the visual canvas
- Drag a Webhook Trigger from the sidebar onto the canvas
- Drag an LLM Node and connect it to your trigger
- Connect an Output Node to return the AI's response
- Click Save, then use the Test button to run your workflow
Step 2: Test Your Workflow
Once saved, test your workflow using the built-in testing panel:
curl -X POST https://api.flowmaestro.ai/webhooks/your-webhook-id \
-H "Content-Type: application/json" \
-d '{"message": "Hello, FlowMaestro!"}'
What's Next?
- Key Concepts — Understand workflows, agents, and triggers
- Building Agents — Create an intelligent AI assistant