{"name":"Webhook Relay API","version":"1.0.0","description":"Capture, inspect, replay, and auto-forward incoming webhooks with temporary endpoints","endpoints":{"health":"GET /webhook-relay/health","docs":"GET /webhook-relay/docs","create_endpoint":"POST /webhook-relay/api/v1/endpoints","get_endpoint":"GET /webhook-relay/api/v1/endpoints/:id","delete_endpoint":"DELETE /webhook-relay/api/v1/endpoints/:id","list_requests":"GET /webhook-relay/api/v1/endpoints/:id/requests","get_request":"GET /webhook-relay/api/v1/endpoints/:id/requests/:reqId","replay_request":"POST /webhook-relay/api/v1/endpoints/:id/replay/:reqId","set_forward":"POST /webhook-relay/api/v1/endpoints/:id/forward","capture_hook":"ANY /webhook-relay/hook/:id","mcp":"POST /webhook-relay/mcp (JSON-RPC 2.0)"}}