Actions
| Name | Description |
|---|---|
list_folder_itemsList all items (files and folders) inside a folder | List all items (files and folders) inside a folder |
get_file_infoGet information about a specific file | Get information about a specific file |
create_folderCreate a new folder inside a parent folder | Create a new folder inside a parent folder |
searchSearch for files and folders in Box | Search for files and folders in Box |
delete_fileDelete a file from Box | Delete a file from Box |
custom_api_callMake a custom API call to the Box API | Make a custom API call to the Box API |
Triggers
| Name | Description |
|---|---|
new_fileTriggers when a new file is added to a folder | Triggers when a new file is added to a folder |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'box',
actionName: 'list_folder_items',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Box to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Box support?
Box supports 6 actions including List Folder Items, Get File Info, Create Folder, Search, Delete File, and more.
Can I use Box with AI agents?
Yes. Add Box 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 Box use?
Box uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Box integration cost?
The Box integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Box support?
Box supports 1 triggers including New File.
Connect Box in 2 minutes
Get 1,000 free actions every month. No credit card required.