Summary images
Map fields from an agent response into a fixed visual summary instead of asking the model to write layout code.
HTML/CSS API templates
Let agents supply structured text and image values while a versioned HTML/CSS template controls the full layout, assets, and rendering behavior.
<main class="report-card">
<h1>{{title}}</h1>
<img src="{{chart}}" />
</main>
{
"template_values": {
"title": "Quarterly results",
"chart": "https://..."
}
}Build your template
Both template types render by ID with named values.
Use cases
Map fields from an agent response into a fixed visual summary instead of asking the model to write layout code.
Give an agent named values to fill instead of asking it to write HTML.
Use fields from an agent response to render branded cards, plans, comparisons, and recommendations.
Let agents change copy and imagery while the template preserves typography, spacing, and layout.
You
HTML/CSS to Image
HTML/CSS to Image
MCP integration
Connect an MCP-compatible AI client to HCTI through OAuth.
Generate images and PDFs, capture webpages, and work with templates without putting an API key in the prompt.
HTML/CSS template API
Save the layout, assets, and image settings in a versioned template. Each image request sends the template ID and named values.
Create the template from complex HTML and CSS through the API.
Keep fonts, images, dimensions, browser options, and output settings with the design.
Release template changes deliberately while integrations continue rendering by stable ID.
Versioned templates
Send only the template ID and named values. The saved template provides the layout, assets, settings, and selected version.
Build detailed layouts without including the full document in every render request.
Keep fonts, images, viewport details, and output options with the template.
Publish an update under the same ID and choose which version to render.
HTML/CSS API templates
Keep complex HTML, CSS, assets, fonts, browser settings, and output options in a versioned template while requests send only the values that change.
API template workflows
See how different teams use stable template IDs, named values, and versioned layouts.
Use stable IDs and versioned HTML/CSS layouts while keeping assets and render settings out of application requests.
View workflowAutomate campaign variants with versioned HTML/CSS templates, named values, and reusable brand assets.
View workflowRender personalized sales collateral from CRM data with versioned HTML/CSS templates and stable IDs.
View workflowRender certificates, report cards, and course graphics from student data with versioned HTML/CSS templates.
View workflowBuild versioned financial report templates with reusable charts, disclosures, assets, and render settings.
View workflow