What Is Execution Hooks For?
Execution Hooks is meant to let you attach side effects to a tool call without touching the upstream API itself — injecting a fixed header or query parameter before the call, or logging the outcome after it, phase by phase (before/after) and action by action.



Learn more: Harness.
Tutorial video