Access Control

Licensing & access

Your control center for accounts, keys, and protected content

Register, verify your email, and manage license keys tied to your account. Validation happens only on the server—keys are never stored in plain text. Update protected modules from the admin panel without touching your external loader.

Server-side validation

Roblox or any client sends the key to your API; the database is never exposed. Rate limits reduce brute-force attempts.

Entitlements & plans

Permanent, time-limited, or renewable keys map cleanly to plans and future Stripe or PayPal checkout.

Discord roles

Link Discord once; member and premium roles sync after validation or from the admin panel.

Validation endpoint

GET /api/v1/validate?key=YOUR_KEY or POST /api/v1/validate with JSON body. Returns allowed and a short-lived contentToken for fetching protected content.