Skip to main content

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:

ComponentDescription
System promptThe agent's personality, role, and behavioral rules
Model settingsWhich AI model to use, temperature, max tokens
Tool configurationWhich tools the agent has access to
Memory settingsWhat the agent remembers across conversations
MetadataCategory, tags, description for organization

Why Use Templates?

ScenarioHow Templates Help
ConsistencyEvery sales agent across offices uses the same proven configuration
SpeedDeploy a new agent in seconds instead of configuring from scratch
Version controlTrack changes over time, roll back if a new version underperforms
SharingPublish 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 TypeExample
Company infocompany_name, industry, support_hours
Contact detailsescalation_email, manager_name
Runtime contextUser'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.

Creating Templates

From an Existing Agent

The easiest way to create a template is from an agent that is already working well:

  1. Go to the agent's page in the dashboard
  2. Click Actions > Save as Template
  3. Name and describe the template
  4. Click Create

The template captures the agent's complete configuration at that moment.

From Scratch

  1. Go to Templates > + Create Template in the dashboard
  2. Fill in the system prompt, model settings, tools, and memory configuration
  3. Define any template variables
  4. Click Create

Via Loyd

Ask Loyd:

"Save my IT Support agent as a template called 'IT Helpdesk - Tier 1'"

Using Templates

Create an Agent from a Template

  1. Go to Agents > + Create Agent
  2. Select From Template
  3. Choose a template and fill in any required variables
  4. Customize the name and any overrides
  5. Click Create

Preview Before Using

You can preview a template's full configuration (system prompt, tools, settings) before creating an agent from it.

Template Versioning

Templates support versioning so you can track changes over time:

ActionDescription
Create versionUpdate the template and create a new version with notes
Use specific versionCreate agents from a specific version (not just the latest)
RollbackRevert the template to a previous version
View historySee all versions with dates and change notes
tip

Existing agents are not affected when you update a template. Only new agents created after the update use the new version.

Template Sharing

VisibilityWho Can Use It
PrivateOnly you
WorkspaceAll members of the workspace
StorePublished to the MeetLoyd Store for the community

Publishing to the Store

You can share your templates with the MeetLoyd community by publishing them to the Store. Include a clear description, screenshots, and documentation so others know what to expect.

Template Categories

Organize templates with categories and tags for easy discovery:

CategoryExample Templates
IT SupportHelpdesk Tier 1, Password Reset Agent
SalesSDR Agent, Deal Closer, Lead Qualifier
HROnboarding Assistant, Policy FAQ Agent
Customer SuccessRetention Agent, Health Score Monitor

Best Practices

PracticeWhy
Clear namingUse descriptive names like "IT Helpdesk - Tier 1" not "Template 1"
Comprehensive descriptionsList capabilities, required integrations, and best-fit scenarios
Document variablesInclude examples for each variable so users know what to fill in
Version thoughtfullyMajor changes get a new major version with clear notes
Test before sharingRun test conversations before publishing to the Store

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