Reference Packs & Publication¶
Reusable scenarios, and publishing governed inputs and runtime.
Available today.
Reference Packs¶
| Operation | Purpose |
|---|---|
listReferencePacks |
List available reference packs |
getReferencePack |
Inspect a pack |
getReferencePackScenario |
Inspect a scenario within a pack |
resolveReferencePackScenario |
Resolve a scenario for execution |
createGovernedRunFromReferencePackScenario |
Launch a governed run from a scenario |
Reference packs let you reproduce standard, governed scenarios without rebuilding inputs each time — useful for regression, benchmarking, and onboarding.
Publication¶
| Operation | Purpose |
|---|---|
createInputPublication |
Publish a governed input set |
getInputPublication |
Inspect an input publication |
publishReference |
Publish reference data |
publishRuntime |
Publish a runtime configuration |
What This Means For Integration¶
- Treat reference packs as your library of repeatable, governed scenarios.
- Publication operations promote inputs/runtime into reusable, governed form; prefer them over re-submitting ad hoc.