Internal endpoints for the modded game server, anti-cheat clients, and the Discord control plane. Not a public API — requests require a signed telemetry key.
Authenticated by x-telemetry-key header. Rate-limited at the edge.
/v1/health
Heartbeat
/v1/event
Telemetry event
/v1/config
Runtime config
/discord/interactions
Ed25519-signed
curl -X POST https://api.roleplayproject.net/v1/health \
-H "x-telemetry-key: <your-key>" \
-H "Content-Type: application/json" \
-d '{"server":"prod","playerCount":42}'
/admin/* endpoints are bound to localhost only and are blocked at the edge.
Public requests against admin paths return 403 unconditionally.