Tutorials
Learn how to build AI agents with AxonFlow through hands-on tutorials.
Available Tutorials
| Tutorial | Description | Time |
|---|---|---|
| Your First Agent | Build a production-ready AI agent with policy enforcement | 10 min |
| Workflow Examples | Complete code examples for common AxonFlow patterns | 20 min |
What You'll Learn
Your First Agent
- Installing the AxonFlow SDK
- Configuring your client
- Creating your first policy
- Sending queries to your agent
- Viewing audit logs
Workflow Examples
- Simple query execution patterns
- Multi-Agent Parallel (MAP) execution
- Policy enforcement patterns
- MCP connector integration
- Error handling and retry logic
- Performance optimization
Prerequisites
Before starting these tutorials:
- AxonFlow deployed (see Getting Started)
- An API key from at least one LLM provider
- Basic familiarity with REST APIs
Next Steps
After completing these tutorials, explore:
- SDK Integration - Official SDKs for Python, TypeScript, Go, Java
- Framework Integration - Integrate with LangChain, CrewAI, and more
- Examples - Industry-specific implementation examples