Skip to main content
Beta ← Back to Customization Cookbook Scenario: Production-grade ambient documentation for a multi-customer SaaS. You need a governed baseline, customer-specific tuning, and per-encounter clinician control all at once. What you do (layer-by-layer): The request looks the same as Recipe 5 — what changes is the template you’re targeting:
POST /documents — full stack
Why this lever: Every concern lives at the right layer. Corti improvements flow into your canonical sections; canonical improvements flow into customer-inheriting variants; customer baselines flow into per-request renderings — and your end users still get the last word per encounter. Caveat: This is the most operational of the recipes — three layers of resources to manage. Adopt it only when the value of per-customer baselines is clear; otherwise Recipe 5 (own + runtime overrides) is simpler.
Previous: Recipe 6 — Inherit from your own sections to scale · Back to Customization Cookbook