Storage
Weavz-managed persistent file storage. Read, write, delete, list, and create short-lived download URLs for text or base64 binary files. Persistence scope is configured on the workspace integration. 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. |
get_download_urlCreate a short-lived download URL for a stored file. | Create a short-lived download URL for a stored file. |
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?
Storage does not require an external account connection. Install the SDK, add the integration to a workspace, then execute actions programmatically.
What actions does Storage support?
Storage supports 5 actions including Read File, Write File, Delete File, List Files, Get Download URL.
Can I use Storage with AI agents?
Yes. Add Storage to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Storage use?
Storage does not require external authentication.
How much does the Storage integration cost?
The Storage integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Storage in minutes
Get 1,000 free actions every month. No credit card required.