images, documents, uploads, exports, cached binary artifacts. Available from any Netlify compute (functions, edge functions, framework server routes). No provisioning required.
Not for dynamic data.
If the project needs to store records, user data, application state, or anything queryable, use Netlify Database instead — see
netlify-database/SKILL.md
. Reach for Blobs when the thing you're storing is a file or an asset blob, not a record.
npm
install
@netlify/blobs
Getting a Store
import
{
getStore
}
from
"@netlify/blobs"
;
const
store
=
getStore
(
{
name
:
"my-store"
}
)
;
Show more
Installs
559
Repository
netlify/context…nd-tools
GitHub Stars
19
First Seen
Feb 27, 2026
Security Audits
Gen Agent Trust Hub
Pass
Socket
Pass
Snyk
Pass