← Back to Guided Synthesis overview Use this when a published template already encodes everything you need. The base template is not modified, and no new template is persisted as a side-effect of the call. This is the lightest path — ideal for production traffic.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.
When to use this path
| Scenario | Why Path 1 |
|---|---|
| Production ambient flow where every encounter uses the same template | Reproducible, fastest, no auto-generated aggregate to manage. |
You want full traceability via a known templateVersionId | Pin the version explicitly — the response’s templateId / templateVersionId match your request. |
| You have no per-call tweaks today | If a tweak becomes needed later, you can move to Path 2 (templateRef + overrides) without changing the rest of your integration. |
Related
Guided Synthesis overview
Shared concepts: input context, response shape, errors, 30-day retention.
Path 2 — templateRef + overrides
Keep your base template, patch a section’s title, instructions or schema for a single call.