Frame.io
Creative review collaboration for accounts, projects, assets, comments, upload placeholders, and webhooks.
Tools
| Name | Description |
|---|---|
list_accountsList Frame.io accounts accessible to the token. | List Frame.io accounts accessible to the token. |
list_projectsList Frame.io projects for a team. | List Frame.io projects for a team. |
list_assetsList Frame.io assets in a project or folder asset. | List Frame.io assets in a project or folder asset. |
get_assetGet Frame.io asset metadata. | Get Frame.io asset metadata. |
create_folderCreate a Frame.io folder under a parent asset. | Create a Frame.io folder under a parent asset. |
create_asset_placeholderCreate a Frame.io file asset placeholder and upload URL set. | Create a Frame.io file asset placeholder and upload URL set. |
update_assetUpdate Frame.io asset name, description, label, or archived status. | Update Frame.io asset name, description, label, or archived status. |
delete_assetDelete a Frame.io asset by exact ID. | Delete a Frame.io asset by exact ID. |
list_commentsList comments for a Frame.io asset. | List comments for a Frame.io asset. |
create_commentCreate a Frame.io asset comment or time-coded note. | Create a Frame.io asset comment or time-coded note. |
create_webhookCreate a Frame.io project webhook for selected events. | Create a Frame.io project webhook for selected events. |
Triggers
| Name | Description |
|---|---|
project_webhook_eventReceive Frame.io webhook payloads after registering this webhook URL with Frame.io. | Receive Frame.io webhook payloads after registering this webhook URL with Frame.io. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('frame-io', 'list_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'frame-io',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Frame.io 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 tools programmatically.
What tools does Frame.io support?
Frame.io supports 11 tools including List Accounts, List Projects, List Assets, Get Asset, Create Folder, and more.
Can I use Frame.io with AI agents?
Yes. Add Frame.io to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Frame.io be used in stateful agent workflows?
Yes. Agents can combine Frame.io tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Frame.io use?
Frame.io uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Frame.io integration cost?
The Frame.io integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Frame.io support?
Frame.io supports 1 triggers including Project Webhook Event.
Connect Frame.io in minutes
Get 20,000 free action executions every month. No credit card required.