The reference for Percy’s internal dashboard API used to live on this tab. It documented private
infrastructure — a localhost-only, bearer-authenticated contract between the dashboard and the bot — so it has
been removed from the public docs.
Integrate with Percy today
Outbound webhooks are the supported integration path: subscribe your endpoint to server events (member joins, level-ups, moderation cases, ended giveaways, and more) and receive HMAC-signed JSON deliveries with retries and a delivery health log.Outbound Webhooks
Set up event subscriptions from the dashboard and verify signed deliveries.
About a public API
A public API for connecting your own apps and services with Percy — leaderboard widgets, stream overlays, managing tags from CI — is an idea we keep on the shelf, but it is not currently planned. If that changes, this page will say so.For contributors
If you run Percy yourself and need the internal API reference, the bot serves an always-current interactive (Scalar) reference athttp://127.0.0.1:8090/docs whenever it runs with INTERNAL_API_TOKEN set.