Weavz
Frame.io

Frame.io

Creative review collaboration for accounts, projects, assets, comments, upload placeholders, and webhooks.

11 tools
1 trigger

Tools

Name
list_accounts

List Frame.io accounts accessible to the token.

list_projects

List Frame.io projects for a team.

list_assets

List Frame.io assets in a project or folder asset.

get_asset

Get Frame.io asset metadata.

create_folder

Create a Frame.io folder under a parent asset.

create_asset_placeholder

Create a Frame.io file asset placeholder and upload URL set.

update_asset

Update Frame.io asset name, description, label, or archived status.

delete_asset

Delete a Frame.io asset by exact ID.

list_comments

List comments for a Frame.io asset.

create_comment

Create a Frame.io asset comment or time-coded note.

create_webhook

Create a Frame.io project webhook for selected events.

Triggers

Name
project_webhook_event

Receive Frame.io webhook payloads after registering this webhook URL with Frame.io.

Quick Start

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