Get all registered templates (built-in + custom).
Array of all template metadata
Get a workflow definition by template ID.
Template name/ID
WorkflowDefinition or undefined if not found
Register a custom workflow template.
Workflow definition to register
Optionalmetadata: Partial<TemplateMetadata>Optional additional metadata
Unregister a custom template by ID.
Template ID to unregister
True if template was removed
Load templates from a directory.
Path to directory containing YAML templates
Number of templates loaded
Search templates by keyword.
Search query
Matching template metadata
Get templates by category.
Category to filter by
Templates in the category
Template registry interface.