Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

Recipe Integration Guide

This comprehensive guide covers everything you need to know about integrating PraisonAI recipes into your applications, including personas, integration models, and real-world use cases.

Quick Navigation

Integration Models

6 ways to integrate recipes into your stack

Use Cases

12 real-world implementation patterns

Personas

Who uses recipes and how

Decision Guide

When to use which integration model

What Are Recipes?

Recipes are pre-packaged, reusable AI workflows that encapsulate:
  • Agent configurations
  • Tool assignments
  • Workflow logic
  • Input/output schemas
  • Security policies

Key Benefits

  • Reusability: Package once, deploy anywhere
  • Consistency: Same behavior across environments
  • Security: Built-in policy enforcement
  • Observability: Structured logging and tracing
  • Versioning: Track and rollback changes

Getting Started

# List available recipes
praisonai recipe list

# Run a recipe
praisonai recipe run my-recipe --input '{"query": "Hello"}'

# Start the recipe server
praisonai serve recipe --port 8765

Next Steps

  1. Review the Integration Models to choose your approach
  2. Explore Use Cases for implementation patterns
  3. Follow the step-by-step tutorials for your chosen model