Building Your First Flow
Step-by-step guide to creating a flow in the web UI and calling it via API.
This guide walks you through creating a simple summarization flow using the web UI.
Create a New Flow
In your project dashboard at app.noukai.xyz:
- Click New Flow
- Name: "Text Summarizer"
- Slug:
text-summarizer - Click Create
Add Your First Block
- Click Add Block in the flow editor
- Name: "Summarize"
- Processor type: LLM
- Model:
anthropic/claude-sonnet-4-6
Write the prompt:
Add a Second Block
- Click the + button after the first block
- Name: "Extract Keywords"
- Processor type: LLM
Write the prompt:
Publish
- Click Publish in the top toolbar
- Add a note: "v1: summarize + extract keywords"
- Click Set as Production
Your flow is now live.
Next Steps
- Using Claude Code — build flows faster with AI
- Calling Your Flow — sync vs async, error handling
- Versions & Checkpoints — manage flow iterations