Skip to main content

Vercel Blob Token

Description

General

  • Documentation: https://vercel.com/docs/storage/vercel-blob/
  • Summary: Vercel is a platform for developers that provides tools, workflows, and infrastructure to build and deploy web apps faster with automatic scaling. Vercel Blob is one of the Data storage services of Vercel.
  • 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 Vercel Dashboard, see the documentation for more information.

Check for suspicious activity

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

Details for Vercel blob token

  • Family: Api

  • Category: Data storage

  • Company: Vercel

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.83

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- vercel_blob_rw

Examples

- text: +BLOB_READ_WRITE_TOKEN="vercel_blob_rw_nJOEz812hWDbVIEs_LhyKFiWLZRxziDSdNWf044JXOvBnfA"
apikey: vercel_blob_rw_nJOEz812hWDbVIEs_LhyKFiWLZRxziDSdNWf044JXOvBnfA

- text: -// const BLOB_READ_WRITE_TOKEN="vercel_blob_rw_mfsBIYAtX5MHdzqJ_adw813UqZ6zT26joMn8WhIOwOVYfpO"
apikey: vercel_blob_rw_mfsBIYAtX5MHdzqJ_adw813UqZ6zT26joMn8WhIOwOVYfpO

- text: +VERCEL_BLOB_READ_WRITE_TOKEN="vercel_blob_rw_PKBA15RUZVuwyAcm_1rWMUtE9G76PozajUfQhmQmaYkoNl4"
apikey: vercel_blob_rw_PKBA15RUZVuwyAcm_1rWMUtE9G76PozajUfQhmQmaYkoNl4

- text: BLOB_READ_WRITE_TOKEN="vercel_blob_rw_IsKZpPybOE4upcWw_bZG8NDfr3yBK286gGbtGLYLFP
apikey: vercel_blob_rw_IsKZpPybOE4upcWw_bZG8NDfr3yBK286gGbtGLYLFP

- text: BLOB_READ_WRITE_TOKEN=vercel_blob_rw_LaTGVx5zRINMRyu1_2YFaBDwI82kkaal3PQbQybimzd
apikey: vercel_blob_rw_LaTGVx5zRINMRyu1_2YFaBDwI82kkaal3PQbQybimzd

# Fat-fingered secret
- text: Xvercel_blob_rw_LaTGVx5zRINMRyu1_2YFaBDwI82kkaal3PQbQybimzd
apikey: vercel_blob_rw_LaTGVx5zRINMRyu1_2YFaBDwI82kkaal3PQbQybimzd

How can I help you ?