Vercel/blob Storage
@swamp/vercel/blob-storagev2026.08.03.2
01README
Vercel blob-storage infrastructure models
02Release Notes
- Updated: blob
03Models
@swamp/vercel/blob-storage/blobv2026.08.03.2blob.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| teamId? | string | Vercel team ID |
| slug? | string | Vercel team slug (alternative to teamId) |
| name | string | |
| region? | enum | |
| access? | enum | |
| projectId? | string | |
| token? | string | Vercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
fn create()
Create a Blob
fn get(id: string)
Get a Blob
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Blob |
fn adopt(id: string)
Import an existing Blob by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Blob to import |
fn delete(id: string)
Delete the Blob
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Blob |
fn sync(identifier?: string)
Sync Blob state from Vercel
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Blob by id (e.g. one discovered by list) |
Resources
state(infinite)— Blob resource state
04Stats
A
100 / 100
Downloads
1
Archive size
8.7 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels