eavz
YouTube

YouTube

Video sharing and streaming platform — manage videos, playlists, and channels

7 actions
1 trigger

Actions

Name
search_videos

Search for YouTube videos by keyword

get_video

Get details of a specific YouTube video by ID

list_playlists

List playlists for the authenticated user's channel

create_playlist

Create a new YouTube playlist

add_to_playlist

Add a video to an existing YouTube playlist

list_channel_videos

List videos uploaded to the authenticated user's channel

custom_api_call

Make a custom API call to the YouTube Data API v3

Triggers

Name
new_video

Triggers when a new video is uploaded to your YouTube channel

Quick Start

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