220+ complete apps, one command away
Every template materializes into a plain pulse.yaml you can read and edit — a proven pipeline shape, not a black box. Credentials arrive as ${secret:…} / ${env:…} references, never inline; MCP-based templates bundle their plugins as a one-click pack.
pulse new --list-templates
pulse new my-app --from-template <template-id>
cd my-app && pulse deploy .
A few real ones to try
| Template | What it deploys |
|---|---|
kb-grounded-ticket-responder | Support tickets answered from your knowledge base — grounded, not hallucinated. |
voice-customer-support-agent | A voice-channel support agent pipeline, transcript to resolution. |
ai-call-center | Multi-stage call-center automation with human escalation. |
roas-influencer-campaign | Campaign events scored for return-on-ad-spend in flight. |
ai-virtual-office | A multi-agent "office" of cooperating pipeline agents. |
The full gallery
Browse all templates in the web gallery — search by name or tag, filter by industry and engine, copy the pulse new command per card. The always-current list for your installed version comes from pulse new --list-templates.
How to work with a template
Follow Start from a template — materialize, set the secret references, deploy, then edit it like any app. A template is a starting point, not a cage.