YouTube
Video sharing and streaming platform — manage videos, playlists, and channels
Actions
| Name | Description |
|---|---|
search_videosSearch for YouTube videos by keyword | Search for YouTube videos by keyword |
get_videoGet details of a specific YouTube video by ID | Get details of a specific YouTube video by ID |
list_playlistsList playlists for the authenticated user's channel | List playlists for the authenticated user's channel |
create_playlistCreate a new YouTube playlist | Create a new YouTube playlist |
add_to_playlistAdd a video to an existing YouTube playlist | Add a video to an existing YouTube playlist |
list_channel_videosList videos uploaded to the authenticated user's channel | List videos uploaded to the authenticated user's channel |
custom_api_callMake a custom API call to the YouTube Data API v3 | Make a custom API call to the YouTube Data API v3 |
Triggers
| Name | Description |
|---|---|
new_videoTriggers when a new video is uploaded to your YouTube channel | Triggers when a new video is uploaded to your YouTube channel |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'youtube',
actionName: 'search_videos',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect YouTube to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does YouTube support?
YouTube supports 7 actions including Search Videos, Get Video, List Playlists, Create Playlist, Add Video to Playlist, and more.
Can I use YouTube with AI agents?
Yes. Add YouTube 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 YouTube use?
YouTube uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the YouTube integration cost?
The YouTube integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does YouTube support?
YouTube supports 1 triggers including New Video.
Connect YouTube in 2 minutes
Get 1,000 free actions every month. No credit card required.