Skip to main content
The Developer Platform API requires a Max plan. Upgrade in your dashboard.

List webhooks

Returns all webhook configurations for a project. Webhooks are managed via the dashboard — this endpoint is read-only.

Event types

EventFires when
execution_dropDaily executions drop more than 30% day-over-day
new_executorAn executor name appears that wasn’t seen in the prior 7 days
key_abuseSuspicious key validation patterns detected
version_deployedA new script version is uploaded via the dashboard
clone_detectedMultiple script hashes detected for the same Script ID

Webhook payload

Webhooks are delivered as Discord embeds. The payload sent to your Discord webhook URL:
Each event type has its own embed color — green for deploys, red for drops, blue for new executors, amber for abuse alerts, purple for clone detection.