PalveronPalveronDocs

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

  1. In the dashboard → Integration → Extensions register
  2. Get an ext_ API key
  3. Send events to the webhook endpoint
  4. 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"}'

On this page