> ## 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.

# Recipe

**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.

## 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

## Integrations

Workflows span systems through built-in connections. Recipes connect across source control, CI/CD pipelines, observability platforms, ticketing systems, cloud infrastructure APIs, and internal data services. Potpie provides predefined, standardized integrations.

## Get Access

Recipe is part of Potpie's enterprise offering. <a href="https://potpie.ai/enterprise" className="mode-link" target="_blank" rel="noopener noreferrer">Reach out</a> to learn more.
