Tools
| Name | Description |
|---|---|
list_videosList videos in your Vidyard account with search and pagination. | List videos in your Vidyard account with search and pagination. |
get_videoGet details for one Vidyard video. | Get details for one Vidyard video. |
create_videoCreate a Vidyard video by importing a remote media URL. Use only approved media URLs for sensitive content. | Create a Vidyard video by importing a remote media URL. Use only approved media URLs for sensitive content. |
update_video_metadataUpdate Vidyard video metadata fields. Vidyard marks direct video update as deprecated in favor of player updates, but this remains useful for metadata maintenance. | Update Vidyard video metadata fields. Vidyard marks direct video update as deprecated in favor of player updates, but this remains useful for metadata maintenance. |
get_video_statusGet Vidyard processing status and length for one video. | Get Vidyard processing status and length for one video. |
get_analyticsGet aggregated viewing analytics for a Vidyard video. | Get aggregated viewing analytics for a Vidyard video. |
list_captionsList captions for a Vidyard video. | List captions for a Vidyard video. |
create_captionAdd an SRT or VTT caption file to a Vidyard video from a URL. | Add an SRT or VTT caption file to a Vidyard video from a URL. |
update_captionUpdate a Vidyard caption by caption ID. | Update a Vidyard caption by caption ID. |
list_thumbnailsList thumbnails for a Vidyard video. | List thumbnails for a Vidyard video. |
update_selected_thumbnailSet a Vidyard video thumbnail from an existing thumbnail ID or a remote image URL. | Set a Vidyard video thumbnail from an existing thumbnail ID or a remote image URL. |
delete_videoDelete one Vidyard video by exact ID. Requires a matching confirmation value. | Delete one Vidyard video by exact ID. Requires a matching confirmation value. |
Triggers
| Name | Description |
|---|---|
video_changedPolls Vidyard videos and emits videos created or updated since the previous poll. | Polls Vidyard videos and emits videos created or updated since the previous poll. |
webhook_event_receivedReceives Vidyard player, video, or upload webhook events. | Receives Vidyard player, video, or upload webhook events. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('vidyard', 'list_videos', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'vidyard',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Vidyard 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 Vidyard support?
Vidyard supports 12 tools including List Videos, Get Video, Create Video, Update Video Metadata, Get Video Status, and more.
Can I use Vidyard with AI agents?
Yes. Add Vidyard 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.
How do I connect Vidyard to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Vidyard as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Vidyard tools exposed by that workspace.
Does Vidyard work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Vidyard work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Vidyard?
Vidyard exposes 12 tools, including List Videos, Get Video, Create Video, Update Video Metadata, Get Video Status, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Vidyard be used in stateful agent workflows?
Yes. Agents can combine Vidyard 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 Vidyard use?
Vidyard uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Vidyard integration cost?
The Vidyard integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Vidyard support?
Vidyard supports 2 triggers including Video Changed, Webhook Event Received.
Connect Vidyard in minutes
Get 20,000 free action executions every month. No credit card required.