Templated
Overview
SLUG: TEMPLATED
Description
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.
Authentication Details
API Key
Connecting to Templated
Create an auth config
Use the dashboard to create an auth config for the Templated toolkit. This allows you to connect multiple Templated accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Templated Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Templated toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
TEMPLATED_ADD_TAGS_TO_TEMPLATE
Tool Name: Add Tags to Template
Description
Action Parameters
Action Response
TEMPLATED_CLONE_TEMPLATE_ACTION
Tool Name: Clone Template
Description
Action Parameters
Action Response
TEMPLATED_CREATE_RENDER
Tool Name: Create Template Render
Description
Action Parameters
Action Response
TEMPLATED_DELETE_TEMPLATE
Tool Name: Delete Template
Description
Action Parameters
Action Response
TEMPLATED_GET_ACCOUNT_INFORMATION
Tool Name: Get Account Information
Description
Action Parameters
Action Response
TEMPLATED_LIST_ALL_TEMPLATES
Tool Name: List All Templates
Description
Action Parameters
Action Response
TEMPLATED_LIST_TEMPLATE_RENDERS
Tool Name: List Template Renders
Description
Action Parameters
Action Response
TEMPLATED_REMOVE_TEMPLATE_TAGS
Tool Name: Remove Template Tags
Description
Action Parameters
Action Response
TEMPLATED_RETRIEVE_RENDER
Tool Name: Retrieve Template Render
Description
Action Parameters
Action Response
TEMPLATED_RETRIEVE_TEMPLATE
Tool Name: Retrieve Template
Description
Action Parameters
Action Response
TEMPLATED_UPDATE_TEMPLATE_TAGS
Tool Name: Update Template Tags
Description
Action Parameters
Action Response