Templates are pre-built training packages that bundle workflows for common use cases. Instead of building training from scratch, apply a template to get a working agent quickly—then customize from there. Use templates for:Documentation Index
Fetch the complete documentation index at: https://docs.helloannie.com/llms.txt
Use this file to discover all available pages before exploring further.
- Getting started quickly with a new bot
- Replicating training across multiple locations
- Applying best-practice workflows without building them manually
Listing Templates
Applying a Template
Templates may contain variables (placeholders) that must be filled in when applying. Check the template’svariables array to see what values are required.
The
variables field is required, even if the template has no variables. Pass an empty object {} if the template doesn’t require any variables.More documentation on template variables is coming soon.Batch Applying Templates
Apply multiple templates to a bot in a single operation. Each template requires its ownvariables object:
Templates API
See the full API reference for template endpoints.