YT

Schedule & publish to YouTube with Socializer

Connect YouTube, compose once and adapt to its native format, then approve, schedule, and publish video uploads & community posts — from the dashboard, the CLI, the REST API, or an MCP tool.

Native YouTube formatting

Assistive AI reshapes your source into YouTube's native form, enforcing its length and media constraints automatically.

Approval-gated publishing

Nothing reaches your YouTube account until a human approves the draft. Every write is recorded in an immutable audit log.

API · CLI · MCP

Drive YouTube programmatically with the same verbs as every other network — no per-channel special-casing.

What YouTube supports

  • Video uploads with title, description, and tags
  • Community posts for text and image updates
  • OAuth connect to your channel

Connect in three steps

  1. 1Start the connect flow and authorise Socializer on YouTube via OAuth.
  2. 2Socializer stores the credential envelope-encrypted (AES-256-GCM) — never in plaintext.
  3. 3Compose, approve, and schedule. Every publish to YouTube is recorded in the audit log.
Connecting accounts docs

Publish to YouTube from your shell

socializer · CLI
$ socializer auth login youtube
$ socializer compose --text "gm" --networks youtube
$ socializer approve <post-id>
$ socializer schedule <post-id> --at "2026-07-01T09:00:00Z"