PopcornTeam Admin Docs
Integrations

Vercel

How to get your Vercel API key and connect it to PopcornTeam Admin.

Manage Vercel projects, deployments, domains, environment variables, edge config, and more.

Prerequisites

Steps

  1. Go to https://vercel.com/account/tokens
  2. Click 'Create' to generate a new token
  3. Set scope (full account or specific team)
  4. Copy the token (shown only once)
  5. Optionally enter your Team ID for team-scoped operations

Credential fields

FieldRequiredDescription
Access TokenYesSecret — stored encrypted, never exposed. (e.g. Bearer token from Vercel dashboard)
Team IDNostring (e.g. team_... (optional, for team-scoped resources))

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your Vercel account has API access enabled and billing is active if required.
  • Need help?: refer to the Vercel documentation.

On this page