Actions
| Name | Description |
|---|---|
get_assetGet an asset by ID from Brandfolder | Get an asset by ID from Brandfolder |
create_assetCreate a new asset in a Brandfolder | Create a new asset in a Brandfolder |
get_collectionsList collections in a Brandfolder | List collections in a Brandfolder |
search_assetsSearch assets in a Brandfolder | Search assets in a Brandfolder |
upload_fileUpload a file attachment to an existing asset in Brandfolder | Upload a file attachment to an existing asset in Brandfolder |
custom_api_callMake a custom API call to the Brandfolder API | Make a custom API call to the Brandfolder API |
Triggers
| Name | Description |
|---|---|
asset_createdTriggers when a new asset is created in Brandfolder | Triggers when a new asset is created in Brandfolder |
asset_updatedTriggers when an asset is updated in Brandfolder | Triggers when an asset is updated in Brandfolder |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'brandfolder',
actionName: 'get_asset',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Brandfolder to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Brandfolder support?
Brandfolder supports 6 actions including Get Asset, Create Asset, Get Collections, Search Assets, Upload File to Asset, and more.
Can I use Brandfolder with AI agents?
Yes. Add Brandfolder 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 Brandfolder use?
Brandfolder uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Brandfolder integration cost?
The Brandfolder integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Brandfolder support?
Brandfolder supports 2 triggers including Asset Created, Asset Updated.
Connect Brandfolder in 2 minutes
Get 1,000 free actions every month. No credit card required.