eavz
Box

Box

Cloud content management and file sharing platform

6 actions
1 trigger

Actions

Name
list_folder_items

List all items (files and folders) inside a folder

get_file_info

Get information about a specific file

create_folder

Create a new folder inside a parent folder

search

Search for files and folders in Box

delete_file

Delete a file from Box

custom_api_call

Make a custom API call to the Box API

Triggers

Name
new_file

Triggers when a new file is added to a folder

Quick Start

TypeScript
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.