Hytale Auth for Developers
Verify player identities with a secure authentication flow. Build servers, tools, and websites that integrate with Hytale.
Get Your API Key→terminal
Demo Request# Create an auth session
$ curl -X POST https://hyauth.com/api/auth/create \
-H "Authorization: Bearer hy_demo_k7x9..." \
-H "Content-Type: application/json" \
-d '{"scopes":{"usernames":true}}'
# Response
{
"success": true,
"sessionId": "a1b2c3d4-e5f6-7890...",
"loginUrl": "https://hyauth.com/login?s=..."
}Try Demo Request →Features
Secure by Design
We authenticate users, fetch the data your API needs, and delete it instantly. No caching, no storage.
Granular Scopes
Request only what you need. Choose from usernames, email, game editions, and profile UUIDs.
Lightning Fast
Sub-100ms API response times. Session creation, verification, and data retrieval are all optimized.
Simple REST API
Three endpoints are all you need. Create session, redirect user, fetch result. That's it.
Ready to Build?
Create your API key and start integrating Hytale authentication today.