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
- A Vercel account. Sign up at https://vercel.com/docs/rest-api.
- An active PopcornTeam Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to https://vercel.com/account/tokens
- Click 'Create' to generate a new token
- Set scope (full account or specific team)
- Copy the token (shown only once)
- Optionally enter your Team ID for team-scoped operations
Credential fields
| Field | Required | Description |
|---|---|---|
| Access Token | Yes | Secret — stored encrypted, never exposed. (e.g. Bearer token from Vercel dashboard) |
| Team ID | No | string (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.