Documentation

Webhook events

Event payloads Slope can deliver to your webhook URL.

Webhooks Slope sends

Currently none — Slope is a "pull" platform. Your tools call us. Outgoing webhooks land in Phase 2.5 if customers ask.

Webhooks Slope receives

  • POST /webhooks/github — GitHub App: issues events to mark execution_tasks completed.
  • POST /webhooks/stripe — Stripe: customer.subscription.* events for plan changes.

Both are signature-verified (GitHub uses HMAC-SHA256, Stripe uses its own signing scheme).

Telemetry ingest

The POST /ingest/v1/events endpoint isn't a webhook — it's the SDK's batch ingest. Signed per-project with HMAC-SHA256 via the X-Slope-Signature header.