Skip to main content

What it is

A content-intelligence pipeline built on YouTube. You (or an agent) mark a set of channels to watch; the agents then poll those channels for new videos, pull each video’s transcript, count and language-tag it, run an AI enrichment pass over it, and finally digest the result into your Knowledge base. It is how market signal from video gets turned into something your agents can read. The pipeline has two tables, documented below: Watched Channels (youtube_channels) — the sources you follow — and Videos (youtube_videos) — the pulled, transcribed, and enriched content.

How it gets data

Populated by the market-intelligence agents that watch channels and process videos; not part of the standard onboarding catalog. Available to query once your workspace runs the relevant agents.

Fields — Watched Channels (youtube_channels)

Fields — Videos (youtube_videos)

Both tables also carry the system columns id, tenant_id, workspace_id (tenant isolation), created_at, and updated_at. They are managed automatically.

Query it