Debug webhook failures without ever leaving your terminal.
Context switching ruins developer productivity. When a webhook fails on your local machine, you shouldn't have to open a web browser, dig through logs, and manually decode payloads.
The Hookmetry CLI brings our entire forensic intelligence engine directly to your terminal. Authenticate once, and you can diagnose and remediate errors instantly.
hookmetry diagnoseWhen a webhook signature fails, copy the log ID from your server logs and run diagnose. Hookmetry will generate a deterministic reconstruction timeline showing exactly which cryptographic step failed.
hookmetry diagnose wl_abc123def456hookmetry explainOnce you've diagnosed the failure, use the explain command to invoke Hookmetry AI. It will analyze the forensic mismatch and output the exact copy-paste code fix for your framework.
hookmetry explain wl_abc123def456AI generations are cached based on the structural fingerprint of the failure. If you or your team run into the same error twice, the CLI will return the fix instantly (in ~50ms) without burning your AI limits.
Was this page helpful?
Your feedback helps us improve the docs.