YAML Workflow Reference
Quick Start
version: '1.0'
blocks:
start:
type: starter
name: Start
inputs:
startWorkflow: manual
connections:
success: agent-1
agent-1:
type: agent
name: "AI Assistant"
inputs:
systemPrompt: "You are a helpful assistant."
userPrompt: 'Hi'
model: gpt-4o
apiKey: '{{OPENAI_API_KEY}}'Core Concepts
Block Reference Syntax
Basic Rules
Examples
Special Cases
Environment Variables
Best Practices
Last updated
Was this helpful?
