Build your first AI workflow with Compozy in 5 minutes
Transform your ideas into powerful AI workflows in minutes! In this guide, we’ll build a workflow that combines web content fetching with AI analysis - perfect for content curation, research, or monitoring applications.
You’ll learn how to use webhooks to create HTTP endpoints, integrate with tools for web scraping, and leverage AI agents for intelligent text analysis. This workflow showcases the building blocks you need to create sophisticated AI-powered applications.Want to take it further? Explore our workflow examples to learn how to:
Process content at scale with parallel execution
Extract structured data with custom AI agents
Connect to your favorite tools and databases
Build complex automation pipelines
Let’s get started! 🚀
1
Initialize a new project
Copy
compozy init content-workflowcd content-workflow
2
Add your dependencies
Copy
# Add the text analysis agentcompozy add compozy/agents:text-analyzer# Add the content fetcher toolcompozy add compozy/tools:web-content
3
Set up basic workflow information
Create a new file workflows/analyze.yaml and start adding the basic workflow information: