Publish a video to YouTube from PandaStudio
PandaStudio publishes a finished video straight to YouTube with the title, description, chapters, and thumbnail set, defaulting to unlisted so nothing goes public by accident.
Connect your YouTube account once, then push an export directly with its metadata attached. It defaults to unlisted, so you review on YouTube before making it public. Instagram publishing works the same way for a Business or Creator account.
In the app
- 1Open a finished export's detail page.
- 2Connect your YouTube account (once).
- 3Confirm the title, description, chapters, and thumbnail.
- 4Publish to YouTube; it uploads as unlisted by default.
Ask the AI
Open the AI chat in the editor and say any of these. The agent does the edits for you.
“Publish this to YouTube as unlisted with the generated title and thumbnail.”
“Upload this to my channel.”
CLI & MCP
Every capability is a verb, reachable from the terminal or from an MCP agent (Claude Code, Cursor, Cline, Continue, Claude Desktop).
export.publish-youtube
pandastudio export.publish-youtube --entryId=$ENTRY --privacyStatus=unlisted
Never public without an explicit privacyStatus.
export.publish-instagram
pandastudio export.publish-instagram --entryId=$ENTRY --caption='...'
Requires a Business or Creator account.