{"name":"Webhook & Automation API","version":"1.0.0","description":"Receive webhooks, retry on failure, transform payloads - for developers","features":{"receive":"Receive webhooks with unique endpoints","retry":"Automatic retry on failure with exponential backoff","transform":"Transform payload (JSON→JSON)","logs":"Store and retrieve webhook logs","signature":"Verify webhook signatures (HMAC)"},"endpoints":{"health":"GET /health","create":"POST /api/webhooks","list":"GET /api/webhooks","get":"GET /api/webhooks/:id","delete":"DELETE /api/webhooks/:id","logs":"GET /api/webhooks/:id/logs","receive":"POST /webhook/:id","test":"POST /api/webhooks/:id/test"}}