Use Codex to Post Videos Everywhere
One message. All platforms. Powered by Codex.
You already use Codex. Now connect it to Taisly and let it post your videos to TikTok, Instagram Reels, YouTube Shorts, X, Facebook and more. Just tell Codex to post and it does the rest. No manual uploads, no switching between apps.
How It Works with Codex
Generate API Key
Sign up to Taisly, connect your social media accounts, and generate an API key in Settings. Takes less than a minute.
Add SKILL.md or Share llms.txt to Codex
Install the Taisly SKILL.md in Codex or just send it the link to our llms.txt so it knows how to use the API.
Add API Key to Codex
Give your API key to Codex. From now on, just tell it to post and it will publish your videos to all connected platforms.
Posting Videos Manually is a Waste of Time
You make a video. Now you need to post it to TikTok, then Instagram, then YouTube, then X, then Facebook. That's 5 tabs, 5 uploads, 5 descriptions to paste. Every single time.
You already use Codex to save time. But then you spend 30+ minutes uploading the same video to different platforms. Each one has its own interface, its own upload flow, its own quirks.
That's the part Taisly fixes. Connect your social accounts once. Share your API key with Codex. Tell it to post and it's done. One message instead of 30 minutes of work. TikTok, Instagram Reels, YouTube Shorts, Facebook, X, Snapchat, Threads and more. All at once.
Features

Auto Repost
Repost your videos automatically to multiple social media platforms

Auto Post
Post your videos automatically to multiple social media platforms

Schedule Posts
Plan and schedule your content to post at optimal times across platforms
REST API for Video Automation
Programmatically post videos, manage platforms, and track performance. Simple authentication, powerful features.
Perfect for AI Agents
Turn your AI Agents into social media manager. Post to TikTok, Instagram, YouTube, X, Facebook, and more - all from one chat message.
# Get your API key from Settings # Then use it in your requests # List connected platforms curl -X GET https://app.taisly.com/api/private/platform/platforms \ -H "Authorization: Bearer YOUR_API_KEY" # Post a video curl -X POST https://app.taisly.com/api/private/post \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "video=@video.mp4" \ -F "platforms=[\"PLATFORM_ID\"]" \ -F "description=My video description"