Templates
Templates are reusable agent configurations that let you quickly deploy consistent AI workers across your organization. Think of them as blueprints -- design once, deploy many.
What is in a Template?
A template captures an agent's complete configuration:
| Component | Description |
|---|---|
| System prompt | The agent's personality, role, and behavioral rules |
| Model settings | Which AI model to use, temperature, max tokens |
| Tool configuration | Which tools the agent has access to |
| Memory settings | What the agent remembers across conversations |
| Metadata | Category, tags, description for organization |
Why Use Templates?
| Scenario | How Templates Help |
|---|---|
| Consistency | Every sales agent across offices uses the same proven configuration |
| Speed | Deploy a new agent in seconds instead of configuring from scratch |
| Version control | Track changes over time, roll back if a new version underperforms |
| Sharing | Publish templates for your organization or to the MeetLoyd Store |
Template Variables
Templates support customizable variables so the same blueprint can be personalized for different contexts:
| Variable Type | Example |
|---|---|
| Company info | company_name, industry, support_hours |
| Contact details | escalation_email, manager_name |
| Runtime context | User's plan, account status (filled automatically) |
When creating an agent from a template, you fill in the variables and the system prompt is customized accordingly.
Store
Browse and publish templates in the marketplace
Team Manifests
Define teams as code with YAML manifests
Starter Kits
Pre-built bundles to get started fast