Recipe is Potpie’s durable workflow layer for orchestrating agents in production. While individual agents execute specialized tasks, Recipes define how those tasks are coordinated over time, with state management, retry policies, and failure handling built in.Documentation Index
Fetch the complete documentation index at: https://docs.potpie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Triggers
| Trigger | When it runs |
|---|---|
| Scheduled | Time based execution on defined intervals via cron expressions or calendar schedules |
| Event driven | Repository changes, incident alerts, deployment events, or external system signals |
| Conditional | Adapts at runtime based on the outcome of prior steps or external conditions |
Composability
Recipes orchestrate both predefined Potpie agents and custom agents:- Predefined agents bring structured capabilities for code analysis, debugging, validation, Q&A, and deployment checks
- Custom agents handle domain specific logic or internal business rules

