What is a template
A template is a reusable AI task definition with:
- title
- description
- prompt body
- input fields
- optional preferred model
Template lifecycle
- Create template
- Configure fields
- Run with inputs
- Review saved runs
- Refine prompt body as needed
Prompt body and placeholders
Template prompt bodies use placeholders such as:
text
{{product_name}}
{{target_audience}}
{{source_text}}Each placeholder should map to one field.
Why this matters
Templates separate stable logic (instructions) from changing data (inputs). This is what makes AI workflows repeatable.
Recommended naming
Use task-based titles:
- "PR review (backend)"
- "Launch summary draft"
- "Customer interview synthesis"