# PlatPhorm Webhooks Realm WebhookLab is the event-delivery laboratory for PlatPhormNews. It supports webhook endpoint registration, event creation, receiving, signing, verification, replay, contracts, and delivery observability. Available machine-readable surfaces: - /api/health - System health and status - /api/docs - OpenAPI Specification - /api/mcp - MCP Integration Endpoints - /llms-full.txt - Full LLM documentation context - /llms-index.json - LLM context index - /robots.txt - Bot directives - /sitemap.xml - Content sitemap Auth: - Public read-only: health/discovery/docs/examples - Protected write actions: Authorization: Bearer $PLATPHORM_API_KEY or X-PlatPhorm-API-Key: $PLATPHORM_API_KEY Event endpoints: - POST /api/v1/events - GET /api/v1/events - GET /api/v1/events/{id} - DELETE /api/v1/events/{id} Signature endpoints: - POST /api/v1/signatures/generate - POST /api/v1/signatures/verify Replay and delivery endpoints: - POST /api/v1/deliveries/{id}/replay - POST /api/v1/deliveries/{id}/cancel - GET /api/v1/deliveries/{id}/attempts MCP tools count: 29