Quick Start
Get your first AI workflow running in under 5 minutes.
Step 1: Create a Workflow
- Click New Workflow from the dashboard
- Give your workflow a name (e.g., "My First AI Agent")
- You'll see the visual editor with a Start node
Step 2: Add an LLM Node
- Drag an LLM Node from the sidebar onto the canvas
- Connect the Start node to the LLM node
- Click the LLM node to configure it:
- Select a model (e.g., GPT-4o, Claude 3.5)
- Write your system instructions
- Set the user prompt variable (default:
{{prompt}})
Step 3: Add an Output Node
- Drag a Simple Output node onto the canvas
- Connect the LLM node to the Output node
- Configure the output to return the LLM response
Step 4: Test Your Workflow
- Click the Play button to run your workflow
- Enter a test prompt in the input panel
- See the AI response in real-time
Tip: Use the execution logs to debug your workflow step-by-step.