Create a new operating-instructions version
Author a new operating-instructions version. The new version number is computed atomically as MAX(version)+1 for the storefront. Does not auto-activate — call the activate endpoint to swap the storefront’s active pointer.
Documentation Index
Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key or access token
Body
Request body for creating a new operating-instructions version.
Markdown body the Chef agent will consume when composing products. Freeform — structured rule schemas are a future iteration.
1 - 50000Operator note describing why this version was created (e.g. "tighten brand-safety rules"). Not surfaced to buyers; visible in the version history UI.
2000Response
Create a new operating-instructions version
A single operating-instructions version for a storefront. Versions are immutable; updates produce a new row.
Surrogate id of the version row (BIGINT serialized as string).
"42"
Storefront the version belongs to (BIGINT serialized as string).
"1234"
Per-storefront version number. Monotone, never reused. The first version a storefront authors is 1.
1 <= x <= 90071992547409913
Markdown body consumed by the Chef agent.
Operator note about why this version was authored.
Whether this version is the storefront's active operating instructions (the version Chef will consume on the next composition).
Creation timestamp (ISO 8601). Rows are immutable so there is no updatedAt.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$User id of the operator who authored the version (BIGINT serialized as string). Null when authored by a system or service-token caller.