Skip to main content
Manage prompt and resource templates.

tai templates clear-cache

Clear the template render cache. Example: tai templates clear-cache

tai templates delete

Delete a template. Example: tai templates delete prompts/greeting.md

tai templates get

Fetch a template’s content and its input schema. Example: tai templates get prompts/greeting.md

tai templates list

List the available templates. Example: tai templates list

tai templates render

Render a template by id or inline content with kwargs. Example: tai templates render --template-id prompts/greeting.md --kw name=Ada

tai templates upload

Upload (create or overwrite) a template from a local file. Example: tai templates upload prompts/greeting.md --file greeting.md