Skip to main content
Use Kernite as a synchronous guard before every write endpoint.

Route Pattern

Integration Rules

  • Evaluate in the same request path right before mutation.
  • Branch on data.decision, not message.
  • Persist ctx_id, data.trace_hash, and data.idempotency_key with the write.
  • Do not trust a cached allow flag from previous requests.