Live
YT Autopilot
Multi-channel upload pipeline with an approval gate
A publishing pipeline for running several YouTube channels at once — per-channel OAuth, scheduled uploads, metadata handling, and a human approval step before anything goes public.
The problem
Running more than two channels means re-doing the same upload, title, description and thumbnail work every day, in a different account each time. Fully automatic publishing is worse: one bad title goes out and it is public before anyone notices.
What we built
Uploads are queued with their metadata and held behind an approval gate. Each channel keeps its own OAuth credentials, so switching accounts is not a manual login dance. Nothing publishes until a human clicks approve.
Capabilities
- Per-channel OAuth — no re-logging in to switch accounts
- Approval gate: nothing publishes without a human clicking through
- Scheduled queue with metadata handled alongside the file
- Backend API so other tools can push videos into the queue