Templates
Document templates for consistent content generation.
Last updated
Document templates for consistent content generation.
Templates are pre-built document structures that agents use to generate consistent, formatted output.
Templates define the structure, sections, and formatting for a type of document. When an agent needs to create a report, summary, or analysis, it follows the template to ensure consistent output.
Daily Standup
Agent's daily report of activities and findings
Security Audit
Structured security review with severity ratings
Code Review
PR review with sections for issues, suggestions, approvals
Research Summary
Research findings with sources and recommendations
Templates are automatically available to agents. When a recipe or task calls for a specific output format, the agent references the matching template.
You can also request a template in chat:
"Write a security audit report for the auth module using the Security Audit template"
Click + New Template
Define the template name and description
Write the template structure using markdown
Set placeholder variables (e.g., {{agent_name}}, {{date}})
Save
Templates support markdown formatting, tables, and placeholder variables that are filled in automatically at generation time.
Last updated

