Recipes
Pre-built pipeline templates that create complete app configurations with one click.
Recipes are pre-built templates that create complete pipeline configurations for common AI use cases. Instead of building from scratch, you can apply a recipe and get a working app with a pipeline, endpoint, namespace, and configuration already set up.
What a Recipe Creates
When you apply a recipe, it creates:
- App — a container that groups the augmentation, namespace, and endpoint
- Augmentation pipeline — pre-configured stages and steps that describe how requests are processed
- API endpoint — the HTTP entry point that triggers the pipeline
- Namespace — a runtime scope for threads, sources, and memory isolated to this app
Some recipes may also create tool instances or additional configuration depending on the template.
Recipe Categories
Recipes are organized into two categories:
| Category | Description |
|---|---|
| Starter | Simple pipelines for getting started quickly (chat, RAG) |
| Intermediate | Workflows with tool integrations and multi-step logic |
Use the category filter tabs at the top of the Recipes page to narrow down the list. Each recipe card shows its name, description, category badge, and tags.
Applying a Recipe
Browse Recipes
Navigate to Recipes in the sidebar. Browse available recipes by category and tags. Click a recipe card to open the configuration wizard.
Configure
The wizard dialog shows the recipe name, description, and a deployment preview of what will be created. Fill in the optional fields:
| Field | Required | Description |
|---|---|---|
| App Name | No | Override the default app name (defaults to the recipe name) |
| Inference Model | No | Select a chat model from your workspace's configured models |
Review Deployment Preview
The dialog shows a Deployment preview section listing every entity that will be created: App, Augmentation pipeline, API endpoint, and Namespace. Notes remind you that everything is editable after creation.
Apply
Click Apply Recipe to create all resources. A loading state shows "Setting up your pipeline..." while the backend creates the app, augmentation, endpoint, and namespace.
Open Your App
On success, the dialog shows Pipeline Ready with a confirmation message. Click Open App to navigate directly to the new app, or Close to stay on the Recipes page.
Starting Point
Recipes are meant as starting points. After applying a recipe, you are free to modify every aspect of the generated pipeline, endpoints, steps, and configuration. The recipe is not a lock-in — it simply saves you the initial setup work.