tai hooks delete
Unregister a hook by name.
Example: tai hooks delete h1
tai hooks delete-verifier
Remove a topic’s verifier binding.
Example: tai hooks delete-verifier github
tai hooks list
List registered hooks (and the per-topic verifier bindings under --json).
Example: tai hooks list --topic github
tai hooks register
Register a hook from a HookParams JSON body.
Example: tai hooks register --params '{"name":"h1","topic":"github","tool":"notify"}'
tai hooks set-verifier
Bind a webhook verifier to a topic so its deliveries are signature-verified.
Example: tai hooks set-verifier github --verifier github_hmac
tai hooks verifiers
List the registered webhook-verifier names (the bind catalog).
Example: tai hooks verifiers

