For Developers · Libraries
Choose Your Library
Panda Auth talks plain HTTP, so any language works. For common platforms we ship ready-made client libraries, so pick the one that fits.
The libraries
PUSL-V4 (HTTP)
RecommendedHTTP-only validator with session heartbeats. Works where WebSocket is broken or missing.
Use it for: Every new Roblox integration; executors with no/broken WebSocket.
SDK V5 (C++/C#)
Native DLL integration for C++, C#, or .NET desktop apps.
Use it for: Desktop applications.
Legacy v2.5
The older Roblox Lua library, kept for legacy support.
Use it for: Existing scripts already on the old API.
Not on this list?
Any language works
The underlying API is just HTTP. If your platform isn't covered by a library, call the endpoints directly. See the API Reference for the validate routes and authentication.