Platform
Inspector
The Inspector is the debugging surface for a single endpoint. It opens at /webhook/{id} and streams captured requests so you can see exactly what providers send.
What you see
Each captured request appears in a list; select one to inspect it. Tabs cover Body, Headers, Query, and Raw so you can match what your handler will read versus the literal bytes on the wire.
Search and filters help when traffic is busy; you can pause ingestion to read without new events pushing the list.
Ownership and access
Guests can use the Inspector for endpoints created in guest mode. After you sign in, you can claim an endpoint you created anonymously so it stays under your account.
Private endpoints require the webhook key header where configured; collaborators you approve through sharing can also read traffic according to their access.
Moving to Pipe Studio
When you are ready to transform or route the event, open Pipe Studio for the same endpoint id. You can prefill test payloads from a captured request so Execute matches production shape.