OAuth Authorization URL Builder
Build an OAuth 2.0 / OpenID Connect authorization-request URL from an authorization endpoint (or provider preset), client_id, redirect_uri, response_type and scopes — with optional PKCE code_challenge (S256), state and nonce parameters generated by a CSPRNG in your browser.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Client ID
Redirect URI
Provider
google, github, microsoft, okta, custom Authorization Endpoint
Response Type
code, token, id_token, code id_token Scopes
Add PKCE (code_challenge)
PKCE Method
S256, plain Code Verifier (optional override)
Add state parameter (CSRF protection)
State (optional override)
Add nonce parameter (OpenID Connect)
Nonce (optional override)
Extra Parameters
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.