That last row is the important one. Because the input is bound at session time, one configuration serves many feeds. Content sources
Anatomy
Underneath the editor, a configuration is a JSON document:output is a fixed value — { "$type": "JSON" } and nothing else. It does not define the output’s shape. The shape contract lives in a JSON Schema quality rule, where it can actually be enforced.Special instructions
Free-text context for generation only — campaign notes, edge cases, one-off guidance.Versions
A configuration is versioned, and exactly one version is published at a time.1
Draft
Saving creates or updates a draft. Drafts affect nothing that is running.
2
Test
Run a preview session against the draft version and inspect the results — particularly the rejected items, whose feedback names the failing rule.
3
Publish
Publishing makes the version live and names the version it displaces, so rollback is a single action.