Reference
The exact contract of every YAML key, template variable, filter, tool and back-office screen.
YAML configuration
Every configuration file: page types, content types, collections, custom fields, routing, site settings.
Content-type schemaThe YAML keys that define a content-type, the block dropped into a page section and rendered by one element template. Page-type schemaThe YAML keys that define a page-type, the template and content zones for a single page, including the query-plus-route pattern for detail pages. Collection-type schemaThe YAML keys that define a collection of structured, listable entries, including displays, filters, ordering and detail-route previews. Custom fieldsEvery field type you can declare on a content-type, page-type, collection-type or global field, with its config keys, write format and template output. Global-fields schemaThe YAML keys that define site-wide global fields, the schema root, the two write tools, and the flat runtime read path. Redirections syntaxThe line format for URL redirections — regex matching, status codes, capture groups — and where they are actually written. Site settingsThe miscellaneous settings block, rendering, i18n locales and WYSIWYG styles, plus the read-merge-write pattern its writes require.
Template API
What a Liquid template can read and call: variables, filters, partials and helpers.
Variables and contextEvery object Quilium injects into a Liquid template at render time, what each one holds, and how to read it. Liquid filtersThe filters Quilium registers on top of LiquidJS, their signatures, and the standard LiquidJS filters available alongside them. Built-in partials and helpersWhat the engine actually ships, the helper filters, versus the partial files you write yourself by convention in your site repo.
Tools
The command line, the MCP tools and the skills that drive a Quilium site from outside the back office.
Quilium CLIEvery Quilium CLI command, flag, and config file, plus how authentication, output and exit codes work. MCP toolsThe full catalogue of Quilium MCP server tools, grouped by domain, plus the wrapper and write-shape gotchas that produce most 422 errors. MCP skill libraryThe library the MCP server serves to agents on demand — kinds, taxonomy, composition rules, audiences, and how a skill is discovered. Nothing here is installed or managed by hand.
Back office
The screens of the back office: pages, publishing, media, navigation, keyboard shortcuts.