Storage
Persistent file storage backed by R2/S3. Read, write, delete, and list files. Choose a scope: End User (per-user isolation, default), Workspace (shared), or External ID (custom identifier). All paths are sanitized to prevent directory traversal.
Actions
| Name | Description |
|---|---|
read_fileRead file content from persistent storage. | Read file content from persistent storage. |
write_fileWrite or overwrite file content in persistent storage. | Write or overwrite file content in persistent storage. |
delete_fileDelete a file from persistent storage. | Delete a file from persistent storage. |
list_filesList files in persistent storage under a given prefix. | List files in persistent storage under a given prefix. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'storage',
actionName: 'read_file',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Storage to my app?
Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Storage support?
Storage supports 4 actions including Read File, Write File, Delete File, List Files.
Can I use Storage with AI agents?
Yes. Add Storage to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Storage use?
Storage uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Storage integration cost?
The Storage integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Storage in 2 minutes
Get 1,000 free actions every month. No credit card required.