# Templated AI integration on Definable

> Templated is a platform that automates the generation of images and PDFs through a simple API, allowing users to design templates and render them multiple times with dynamic content.

## What this connects

Templated is a platform that automates the generation of images and PDFs through a simple API, allowing users to design templates and render them multiple times with dynamic content.

Vendor: https://templated.io/

## Tools available

**30** tools available. First 12:

- `TEMPLATED_ADD_TAGS_TO_TEMPLATE` — Add Tags to Template — Tool to append new tags to an existing template without overwriting existing tags. Use when you already have the template ID and want to add additional tags.
- `TEMPLATED_CLONE_TEMPLATE_ACTION` — Clone Template — Tool to clone an existing template. Use after you have a template ID and want to duplicate it with a new name. Example: "Clone template tpl_123 as 'Copy of Template'".
- `TEMPLATED_COUNT_TEMPLATE_CLONES` — Count Template Clones — Tool to get the count of cloned templates for a specific source template. Use when you need to know how many clones exist for a particular template without retrieving the full list.
- `TEMPLATED_CREATE_FOLDER` — Create Folder — Tool to create a new folder for organizing templates and renders. Use when you need to organize templates into logical groups.
- `TEMPLATED_CREATE_RENDER` — Create Template Render — Tool to create a document render from a template. Use when you need a PDF or image output with dynamic variables. Example: "Generate an invoice PDF using template 'tpl_123' with variables { ... }."
- `TEMPLATED_CREATE_TEMPLATE` — Create Template — Tool to create a new template with specified dimensions and layers. Use when you need to programmatically define a template with background images, text overlays, or shapes.
- `TEMPLATED_DELETE_FOLDER` — Delete Folder — Tool to delete a folder by its ID. The folder must be empty before deletion. Use when you have confirmed the folder ID and need to remove it permanently.
- `TEMPLATED_DELETE_RENDER` — Delete Render — Tool to delete a specific render by its ID. Use when you need to permanently remove a render and its associated output files.
- `TEMPLATED_DELETE_TEMPLATE` — Delete Template — Tool to delete a template by its unique ID. Use when you have confirmed the template ID and need to remove it permanently.
- `TEMPLATED_DUPLICATE_RENDER` — Duplicate Template Render — Tool to duplicate an existing render with the same settings and template. Use when you need to create a copy of a render. The duplicated render will use the same template and payload as the original.
- `TEMPLATED_GET_ACCOUNT_INFORMATION` — Get Account Information — Tool to retrieve account information, including email, name, team name, API usage statistics, and subscription plan. Use to check current API quota usage or verify API token validity.
- `TEMPLATED_LIST_ALL_TEMPLATES` — List All Templates — Tool to list all templates of a user. Use when you need to retrieve available templates with optional pagination.

## Auth

Auth schemes: `API_KEY`.

## How agents use Templated

Inside a Definable workflow, Templated is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Templated** — the Researcher (GPT-5.5) pulls context from Templated (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Templated** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Templated (create record, post message, draft email).
- **Designer / Engineer → Distributor → Templated** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Templated (attach file, open PR comment, post status).

The Verifier checks every Templated call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- images & design — https://definable.ai/apps/category/images-&-design/
- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/templated/
- Same category (images & design): https://definable.ai/apps/category/images-&-design/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
