Guides
Step-by-step tutorials to help you build common workflow patterns.
Getting Started
Build Your First Workflow
Create a simple AI-powered document processor in 10 minutes.
Using AI Models
Connect to OpenAI, Anthropic, and other LLM providers.
Data Processing Pipelines
Transform, filter, and aggregate data from multiple sources.
API Integrations
Build workflows that connect with external APIs and services.
Common Patterns
RAG (Retrieval-Augmented Generation)
Build a knowledge base that answers questions using your documents:
- PDF Reader - Extract text from documents
- Text Splitter - Chunk into manageable pieces
- OpenAI Embeddings - Convert to vectors
- Pinecone Upsert - Store in vector database
- Pinecone Query - Find relevant chunks
- OpenAI Chat - Generate answers with context
Automated Notifications
Send alerts based on data conditions:
- Webhook Trigger - Receive incoming data
- Conditional - Check if conditions are met
- Slack / SendGrid - Send notification
Data ETL Pipeline
Extract, transform, and load data:
- HTTP Request - Fetch from source API
- JSON Transform - Clean and reshape data
- PostgreSQL - Write to destination database
AI Content Generation
Generate content at scale:
- CSV Dataset - Load input prompts
- Loop - Iterate over each row
- OpenAI - Generate content
- File Writer - Save outputs
Video Tutorials
Coming soon! Subscribe to our YouTube channel for video walkthroughs.
Request a Guide
Don't see what you need? Request a guide and we'll create it.
Start building: