← Back to Customization Cookbook Scenario: Standards don’t cover what you need — a specialty-specific section, a structured output schema for an EHR pipeline, or a writing style your clinicians have a strong opinion on. You want a curated, stable library that your product references on every call. What you do:Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Author each section via
POST /documents/sections. Use Section Schemas as a design reference. - Compose them into a template via
POST /documents/templates. - Publish versions explicitly (
POST .../versions/{versionID}/publish). Iterate freely; the previously published version stays live until you publish a new one. - Reference your template from
POST /documentsPath 1.
POST /documents/templates — compose your own sections
Previous: Recipe 3 — Reference Corti Standards + per-call end-user overrides · Next: Recipe 5 — Your own sections & templates + end-user runtime overrides