TemplateFox MCP integration for AI agents.
Connect AI agents to TemplateFox through 8 structured actions, including get account, create image, and extract pdf pages. Review authentication, inputs, wor…
- ACTION CONTRACTS
- 8
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the TemplateFox integration exposes
The TemplateFox Agent App exposes 8 provider-backed actions for design & media and developer tools work. Its current contract lets an authorized agent get templatefox account information including remaining credits, generate an image from a templatefox image template and return a signed download url, and extract selected pages from a pdf url with templatefox and return a signed download url. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected TemplateFox account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real TemplateFox capabilities.
Showing 8 of 8 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_accountREADGet TemplateFox account information including remaining credits.
create_imageWRITEGenerate an image from a TemplateFox image template and return a signed download URL.
INPUTS: templateId / modifications / data / format / width
extract_pdf_pagesREVIEWExtract selected pages from a PDF URL with TemplateFox and return a signed download URL.
INPUTS: pdfUrl / pages / expiration / filename
create_pdfWRITEGenerate a PDF from a TemplateFox template and return a signed download URL.
INPUTS: templateId / data / expiration / filename / pdfVariant
get_template_fieldsREADGet dynamic field definitions for a TemplateFox template.
INPUTS: templateId
list_templatesREADList TemplateFox templates visible to the API key.
INPUTS: kind
merge_pdfsWRITEMerge multiple PDF URLs with TemplateFox and return a signed download URL for the result.
INPUTS: pdfUrls / expiration / filename
rotate_pdfREVIEWRotate all pages or selected pages in a PDF URL with TemplateFox and return a signed download URL.
INPUTS: pdfUrl / rotation / pageRotations / expiration / filename
INPUT CONTRACTS
Know what the action needs before it runs.
create_image
templateIdREQUIRED- The 12-character TemplateFox template ID.
modificationsOPTIONAL- Layer modifications to apply before rendering.
dataOPTIONAL- Template data keyed by TemplateFox variable names.
formatOPTIONAL- Generated image format.
widthOPTIONAL- Output width in pixels.
extract_pdf_pages
pdfUrlREQUIRED- Public HTTPS URL for TemplateFox to download the PDF.
pagesREQUIRED- 1-indexed page selection such as `1-3, 5, 7-9`.
expirationOPTIONAL- Signed URL expiration in seconds.
filenameOPTIONAL- Custom output filename without the file extension.
create_pdf
templateIdREQUIRED- The 12-character TemplateFox template ID.
dataREQUIRED- Template data keyed by TemplateFox variable names.
expirationOPTIONAL- Signed URL expiration in seconds.
filenameOPTIONAL- Custom output filename without the file extension.
pdfVariantOPTIONAL- PDF standards-compliant output variant.
get_template_fields
templateIdREQUIRED- The 12-character TemplateFox template ID.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Account
Get TemplateFox account information including remaining credits. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_accountControl Create Image
Generate an image from a TemplateFox image template and return a signed download URL. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_imageVerify with Get Template Fields
Get dynamic field definitions for a TemplateFox template. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_template_fieldsSAFETY BOUNDARY
Operate TemplateFox with explicit limits
- Authorize TemplateFox with API key and grant only the provider access required by the selected actions.
- 3 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in TemplateFox rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the TemplateFox task completed successfully.
CONNECTION MODEL
API key
TemplateFox API key sent with the x-api-key header. Create or copy it from the API key section of the TemplateFox dashboard at https://app.templatefox.com/dashboard; see https://templatefox.com/docs/api-reference.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 3
- WRITE SIGNALS
- 3
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 2
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by TemplateFox.