Discord OAuth2 URL Generator
Build bot-invite and OAuth2 authorize links live from a form. Nothing is sent to a server.
Authorize URL
https://discord.com/oauth2/authorize?client_id=123456789012345678&response_type=code&scope=bot+applications.commands&permissions=8&integration_type=0Quick starts
Application
Client IDYour application's numeric ID
Scopes
Bot permissions
PermissionsBitfield pasted from the permission calculator
Flow & install
Response type
Install context
Lock server pickerAdds guild_select=false (bot only)
Redirect & state
Redirect URIMust be a pre-registered callback
StateCSRF / round-trip value (recommended)
About this tool
Builds the link to Discord's /oauth2/authorize endpoint entirely in your browser. Scopes are joined with a single space, every parameter is URL-encoded, and empty fields are skipped. You can paste the permissions value straight from the permission calculator. No client secret is ever used here.