Skip to main content

Verify Hash Chain Integrity

Hash Chain Status Fields

Step Integrity Fields

How Hash Chains Work

  1. First Step: Hash = HMAC-SHA256(prevHash:threadID:stepID:stepName:idempotencyKey:timestamp)
  2. Subsequent Steps: Each step’s hash includes the previous step’s hash
  3. Verification: Recalculate hashes and compare with stored values
  4. Tamper Detection: Any modification breaks the chain

Use Cases

Next Steps

Step Queries

Query step execution history

Thread Queries

Query thread data