Vercel Configuration¶
Follow these steps to analyze Vercel objects with Cartography.
Prepare your Vercel API token
Create an access token scoped to your team.
Populate an environment variable with the token. Pass the environment variable name via CLI with
--vercel-token-env-var.
Get your Vercel team ID from your team’s general settings page at
https://vercel.com/<team-slug>/~/settings(replace<team-slug>with your team’s slug) and pass it via CLI with--vercel-team-id.Optionally override the API base URL with
--vercel-base-url(default:https://api.vercel.com).