Skip to main content

Vercel

Vercel integration fetches recent deployments (especially production ones), project information, and domain configurations for the shipping log.

What it powers

  • Shipping Log widget — Production deployments appear as shipped items
  • KPI Strip — Last deploy timestamp and project name

Getting your token

1

Sign in to Vercel

Go to vercel.com and sign in.
2

Go to Account Settings

Click your avatar, then Settings > Tokens (or visit vercel.com/account/tokens directly).
3

Create a token

Click Create. Give it a name, select the scope, and set an expiration.Copy the token.
4

Optional: Team ID

If you deploy under a team, find your Team ID in the team settings URL or via the Vercel API.

Environment variables

.env.local
VERCEL_TOKEN=your-vercel-token
VERCEL_TEAM_ID=team_xxxxxxxxxxxx  # Optional, for team deployments

API details

PropertyValue
API base URLhttps://api.vercel.com
Rate limit500 requests/minute
Cache TTL2 minutes (domains: 5 minutes)
AuthenticationBearer token (Authorization: Bearer ...)

Widgets that use this service

Shipping Log

Shows production deployments as shipped items.

KPI Strip

Last deploy time and project name.