integration docs/contracts + rollout

Integration playbooks

Everything you need to integrate — and ship safely.

/
Press / to search, Esc to clear.
Pilot-ready
Live playbooks you can implement now
deterministic
ShopifyCustom merchantEnterpriseMore in progress
policy bounded health gated receipts always
integration
Shopify (Checkout-safe)
Server-authoritative decisions with explicit fallback. Every outcome emits a receipt tied to the order.
Pilot playbook — deterministic fallback, bounded apply, receipt-backed outcomes.
Guarantees
  • Deterministic checkout (baseline on deny/fail).
  • Staged rollout: observe → cohorts/holdout → apply under a policy envelope.
  • Receipts link decisions to orderId for support + finance.
  • Idempotent requests prevent double-apply across retries.
Rollout
step 1
observe-only
step 2
cohorts + holdout
step 3
apply (policy bounded)
escape
killswitch → baseline
Requirements
scope
session only
mode
observe | apply
fallback
baseline preserved
audit
receipt always
idempotency
requestId + ttl
Observability
receipt
append-only
reasons
stable keys
lookup
orderId / receiptId
replay
deterministic
metrics
apply/deny + lift
Press / to search.