Skip to the content.

Template Groups

Tools for organizing templates into folders.


list_template_groups

List all template groups. Returns group objects with id, name, and parent_id.

Parameters: None


create_template_group

Create a new template group.

Parameter Type Required Description
name string Yes Name for the new group
parent_id string No Parent group ID for nesting (omit for top-level)

Back to Home