Extensions
Connect external systems via webhook integration.
Extensions bring governance events from systems that don't run through the gateway — SIEM, monitoring, CI/CD, and SaaS applications.
Setup
- In the dashboard → Integration → Extensions register
- Get an
ext_API key - Send events to the webhook endpoint
- Events become traces with blockchain attestation
Sending Events
curl -X POST https://gateway.palveron.com/api/v1/webhooks/ingest \
-H "Authorization: Bearer ext_sk_live_abc123..." \
-d '{"event_type": "scan.completed", "source": "splunk"}'