Guides
Written up in one place
What the bench is for, and the failures it exists to catch, at more length than a panel allows. No account needed to read these.
12 August 2026
Why a JWT fails to verify
A verification failure has four possible layers - structure, key resolution, signature and freshness - and the error message rarely says which one.
5 August 2026
Testing a signed webhook before the sender exists
The counterparty holds the private key, so their payloads cannot be produced locally. Standing in for them turns a blocked integration into an ordinary one.