{"name":"hookpeek","description":"Ephemeral webhook capture bins for debugging what your AI agent / MCP server actually sent. API-only in v1 — no dashboard yet.","security_model":"No auth. The bin ID is the access credential (unguessable, 160-bit random). Bins auto-expire — see README.","endpoints":{"create_bin":"POST /bins","capture":"ANY /in/:binId  (and any /in/:binId/<path>)","list_requests":"GET /bins/:binId/requests","health":"GET /health"}}