<quick-html/>
Home / Agent guide

quick-html — agent guide

You are reading the documentation for quick-html, a registry of fill-in HTML templates designed to be consumed by AI agents. Fetching a template and filling its slots is faster, cheaper, and more reliable than generating a document from scratch.

The five-step flow

Rules

Example prompt you might receive

Fetch https://…/t/invoice@0.1.0/template.html and its manifest.json. Fill it with the

content below following the manifest's agentInstructions. Only replace content inside

data-slot elements, duplicate data-repeat rows as needed, remove unused data-optional

blocks. Return a single .html file.

URL grammar


/index.json                        catalog
/llms.txt                          short entry point
/t/{id}/template.html              latest
/t/{id}@{version}/template.html    pinned (immutable)
/t/{id}/manifest.json              latest contract
/t/{id}@{version}/manifest.json    pinned contract

Everything is plain HTTP GET, no auth, no API keys.