Skip to main content

Vercel API Access Token

Description

General

  • Documentation: https://vercel.com/docs
  • Summary: Vercel is a platform for developers that provides tools, workflows, and infrastructure to build and deploy web apps faster with automatic scaling.
  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
  • Scopes: Tokens can be scoped to users or teams. Only user-scoped tokens have been tested as team scope is only available with premium access.

Revoke the secret

API keys can be revoked from the user profile section.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Vercel api access token

  • Family: Api

  • Category: Collaboration tool

  • Company: Vercel

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: very rare

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- vercel
- type: ContentWhitelistPreValidator
patterns:
- token

Examples

- text: |

+PROJECT_ID_VERCEL=prj_xgzT8u24xlAds2Bki73KvjGyy6W0
+AUTH_BEARER_TOKEN=lzKIXkSPwRa9c0wGlo0U6kdf

token: lzKIXkSPwRa9c0wGlo0U6kdf

- text: |
-TURBO_TOKEN: 8y4LyJt4VYHfSJpiUELU34Bp
+TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}

token: 8y4LyJt4VYHfSJpiUELU34Bp

- text: |
+vercel-token: Ae8SkAZsUZ6xDT2dcdG2eP1e # Required

token: Ae8SkAZsUZ6xDT2dcdG2eP1e

How can I help you ?