Home / Formulas / Vercel

Vercel

vercel

Authenticate 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
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.

console
Cmd/Ctrl + Enter to run
Output will appear here...
← Back to all formulas