Vercel
vercelAuthenticate with Vercel using OAuth device code flow. Access Vercel API for managing deployments, projects, domains, and team settings.
🔐 Authentication Methods
device_code
device: https://api.vercel.com/login/oauth/device-authorization
token: https://api.vercel.com/login/oauth/token
Scope: openid offline_access
👤 Identity
Account: e.g., personal, team-name
🌐 APIs
rest
Base URL: https://api.vercel.com
Auth Header: Authorization: Bearer {token}
Methods: device_code
📦 Public Clients
These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.
vercel-cli
Client ID: cl_HYyOPBNtFMfHhaUn9L4QPfTZz6TP47bp
Source: https://github.com/vercel/vercel
Methods: device_code
$ schlussel run vercel🎮 API Playground
Authenticate with Vercel and try the API right here. Your token stays in your browser and is not stored.
Cmd/Ctrl + Enter to run
Output will appear here...