Knowledge × Social
NotionYouTubeAGNT

Automate Notion + YouTube

The team wiki agents can actually keep current. Long-form content worth repurposing everywhere else. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Content Producer → Get AGNT free

Content Producer already works across Notion and YouTube — free, and it runs on your machine.

Automations teams run

These are not field mappings. An agent reads the Notion side, works out what it means, and only then decides what — if anything — should happen in YouTube.

When a page is created or edited in Notion…

…an agent can pull transcripts and stats in YouTube — after reading the context and deciding it should.

When a database row changes in Notion…

…an agent can draft descriptions and chapters in YouTube — after reading the context and deciding it should.

When a status flips in Notion…

…an agent can summarise comments in YouTube — after reading the context and deciding it should.

When a video is published in YouTube…

…an agent can create and update pages in Notion — with the reasoning recorded in the run’s receipt.

When a comment arrives in YouTube…

…an agent can write database rows in Notion — with the reasoning recorded in the run’s receipt.

Notion to YouTube, in three nodes

Concretely: the notion-api node on one side, the youtube-api node on the other, and an agent in between that can decline. Deciding not to write into YouTube is a recorded outcome, not a silent one.

Notion to YouTube: watch notion → read it and decide → act in youtube TRIGGER notion-api Watch Notion Fires the moment it happens. ACTION agnt-agent Read it and decide Judged against your own rules. ACTION youtube-api Act in YouTube Runs ADD_VIDEO_TO_PLAYLIST.
Local end to end. The receipt records what was read in Notion and what was written in YouTube.
Notion → YouTubepaste into a new workflow
{
  "id": "652fdc1b-e9fd-44ad-aa84-91faa0d85b06",
  "name": "Notion → YouTube",
  "nodes": [
    {
      "id": "07cb1163-66a4-4c7f-aade-88b65137b78a",
      "text": "Watch Notion",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "notion-api",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {},
      "description": "Interact with Notion - search, query databases, get pages, and create pages.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
      "text": "Read it and decide",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "instructions": "Read the Notion item. Decide whether it warrants action in YouTube, and explain why."
      },
      "description": "Decides whether this Notion item warrants anything in YouTube.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "ecaf3e68-0eda-4047-a3dc-8f1bbd4791f2",
      "text": "Act in YouTube",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "youtube-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "ADD_VIDEO_TO_PLAYLIST"
      },
      "description": "Interact with the YouTube API to manage videos, comments, playlists, and more.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "1d60abaa-85eb-41e2-afec-612ea583b900",
      "start": {
        "id": "07cb1163-66a4-4c7f-aade-88b65137b78a",
        "type": "output"
      },
      "end": {
        "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "8819c2f0-4dbe-4ec7-a1ae-9f8d9ca5553a",
      "start": {
        "id": "9fe2d22f-ab83-4804-ab00-dac7a10166c0",
        "type": "output"
      },
      "end": {
        "id": "ecaf3e68-0eda-4047-a3dc-8f1bbd4791f2",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Install Content Producer

Content Producer already uses both Notion and YouTube, so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.

Runs on your own machine · See what it does

Wiring Notion to YouTube

  1. Download AGNT Community Core — free and local-first.
  2. Connect Notion with one OAuth sign-in and YouTube with one OAuth sign-in; both land in the local vault.
  3. Start from a marketplace workflow, or drop notion-api and youtube-api onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in Notion and what was written to YouTube.

Notion and YouTube — common questions

Can I connect Notion to YouTube without writing code?

No code is required. Add both connections in the vault (Notion uses one OAuth sign-in, YouTube uses one OAuth sign-in), then either install a marketplace workflow for this pair or drag the two nodes onto the canvas and put an agent between them.

How is this different from a field-mapping Notion to YouTube automation?

Mapping tools move data; this reasons about it. Rather than copying a field into YouTube, the agent can weigh what arrived from Notion, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Notion and YouTube data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Notion, YouTube, and your chosen model provider — which can be a local one.

What does a Notion and YouTube run leave behind?

You get an auditable trail rather than a success flag. It shows the Notion context the agent worked from, the judgment it made about videos become posts, threads and newsletters, and the exact change applied in YouTube, with approvals attached where you required them.

Give AI a job. Get the proof.