Skip to main content

Agent Creation Templates

Templates provide pre-configured blueprints that agents can reference when creating new agents. They ensure consistency, reduce risk, and streamline the creation process by defining base instructions, default tools, and execution settings.

Accessing Templates

Navigate to System Admin > Agent Self-Service > Templates.

Why Use Templates

Without templates, an agent must specify complete instructions and configuration from scratch each time it creates a new agent. Templates solve this by providing:

  • Consistency - Every agent created from a template follows the same base configuration
  • Reduced Risk - Pre-approved instructions and tool sets lower the chance of risky configurations
  • Faster Creation - Agents reference a template name instead of writing full instructions
  • Organizational Standards - Templates codify your organization's best practices for agent design

Template Types

TypeDescriptionEditable
System TemplatesBuilt-in templates provided by Outermind Inc.No (read-only)
Tenant TemplatesCustom templates you create for your organizationYes (fully editable)

System templates appear in a separate section on the page and cannot be modified or deleted. They serve as starting points and examples.

Creating a Template

  1. Click New Template in the top-right corner
  2. Fill in the required fields:
FieldRequiredDescription
Template NameYesA unique identifier used by agents to reference the template (e.g., research_assistant). Use lowercase letters, numbers, and underscores.
Display NameYesA human-readable name shown in the admin console (e.g., "Research Assistant")
CategoryYesOrganizational grouping (see categories below)
Base InstructionsYesThe system prompt that agents created from this template will use
DescriptionNoExplain the template's purpose to help administrators and agents choose the right template
Default ToolsNoComma-separated tool names to auto-assign (e.g., search_web, reply_email, save_memory)
ActiveNoWhether the template is available for use (default: active)
  1. Click Create Template

Categories

Templates are organized into categories for easy browsing and filtering:

CategoryUse For
GeneralMulti-purpose agents without a specific domain focus
ResearchAgents focused on information gathering, analysis, and summarization
SupportCustomer service, help desk, and user assistance agents
CoordinatorOrchestrator agents that manage workflows and delegate tasks
SpecialistDomain-specific experts (legal, finance, marketing, etc.)
OperationsInternal operations, process automation, and administrative tasks
CustomAnything that doesn't fit the categories above

Use the category dropdown filter at the top of the page to show only templates in a specific category.

Managing Templates

Editing a Template

  1. Find the template card on the page
  2. Click the edit icon (pencil) in the top-right corner of the card
  3. Modify the fields as needed
  4. Click Update Template

Deleting a Template

  1. Find the template card on the page
  2. Click the delete icon (trash can) in the top-right corner
  3. Confirm the deletion in the dialog
warning

Deleting a template does not affect agents that were previously created from it. However, agents will no longer be able to reference the deleted template for future creation requests.

Deactivating a Template

If you want to temporarily prevent a template from being used without deleting it:

  1. Edit the template
  2. Uncheck the Active toggle
  3. Save the changes

Inactive templates are marked with a red "Inactive" badge on their card.

Searching Templates

Use the search bar at the top of the page to filter templates by name, identifier, or description. Combine with the category dropdown for more precise filtering.

Template Card Details

Each template card displays:

  • Display Name - The human-readable template name
  • Template Name - The system identifier (shown in monospace)
  • Category Badge - Color-coded category label
  • Description - Brief summary of the template's purpose (truncated to 2 lines)
  • Default Tools - Up to 3 tool names shown, with a "+N more" indicator for additional tools
  • Last Updated - When the template was last modified

Best Practices

  • Create templates for recurring agent types - If you find yourself approving similar agents repeatedly, create a template
  • Write thorough base instructions - The more complete the template instructions, the less an agent needs to improvise
  • Include appropriate tools - Pre-select the tools that make sense for each template's purpose
  • Use descriptive names - Both the template name and display name should clearly convey the agent's role
  • Review and update regularly - As your organization's needs evolve, keep templates current
  • Start with system templates - Use the built-in templates as inspiration for your own custom templates