Raw Pipes
Box
Connect Box for enterprise file storage and collaboration context.
Features
✓File and folder sync
✓Box Notes support
✓Metadata templates
✓Collaboration context
✓Enterprise permissions
✓Webhook integration
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Box
await client.sync('box', {
// Configuration options
});
// Query Box data
const results = await client.query({
question: 'Your question here',
sources: ['box']
});