Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to create.roblox.com and navigate to Dashboard > Credentials. Create an OAuth 2.0 app and set your redirect URI:Scopes
Default scopes:openid, profile
| Scope | What it unlocks |
|---|---|
openid | OIDC identity token |
profile | Display name and profile URL |
email | Email address (if verified) |
Roblox OAuth 2.0 is currently in open beta. User IDs are stable numeric values that persist across username changes.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/roblox | Redirect to Roblox |
| GET | /auth/oauth/callback/roblox | Handle callback |