cd /news/developer-tools/vercel-private-blob-is-now-generally… · home topics developer-tools article
[ARTICLE · art-45323] src=vercel.com ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Vercel Private Blob is now generally available

Vercel Private Blob is now generally available for all plans, enabling secure storage of sensitive files with controlled access. The release graduates private stores, signed URLs, and OIDC authentication from beta, allowing functions and CLI to authenticate without static tokens.

read1 min views14 publishedJun 30, 2026

Vercel Private Blob is now generally available for all plans. Store sensitive files like user-uploaded photos, invoices, and agent memory, and control exactly who can read them. Private stores, Signed URLs, and OIDC authentication all graduate from beta with this release.

Vercel Private Blob uses the same Blob API as public blobs. Specify access: 'private'

when up a blob:

Functions running on Vercel now authenticate to Vercel Private Blob with a short-lived, auto-rotating OIDC token scoped to the project, with no static read-write token in your environment.

The Vercel CLI also supports OIDC authentication, so you can read from and write to a private store from your terminal without a long-lived token. For stores still using a static token, you can upgrade to OIDC and revoke the old credential from the dashboard.

Mint a URL scoped to a single operation, pathname, and an expiration date you choose for up to 7 days, then hand it to a client to perform a PUT

, GET

, HEAD

, or DELETE

operation on a single object, without ever exposing your store credentials.

Signed URLs work well when you want to grant temporary, narrow access to a private object without putting your server in the data path:

Let a user download a private file, like an invoice, a report, or an export, with a link that expires. Share an object with a third party or external service for a fixed window.

Hand an agent one-off delete

access to clean up a specific object.

Learn more about Vercel Private Blob in the documentation.

── more in #developer-tools 4 stories · sorted by recency
── more on @vercel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/vercel-private-blob-…] indexed:0 read:1min 2026-06-30 ·