Let AI agents publish your short-form videos

Give Codex, Claude Code, Cursor, OpenClaw, or your own agent a JSON-first toolchain for discovering accounts, validating a video payload, creating a post, and checking status.

taislytaislytaislytaislytaisly
142,631+ posts published
No credit card required
AI agent video publishing workflow

Get started in minutes

Install the package, set one API key, ask Taisly for connected accounts, validate the post, then publish or schedule it. This is the exact path an agent should follow.

Keep a human in the loop: agents should confirm the video, caption, accounts, and schedule before publishing.

Terminal
npm install -g @taisly/agent
export TAISLY_API_KEY=taisly_...
taisly platforms:list
taisly posts:validate --json ./campaign.json
taisly posts:create --json ./campaign.json
taisly posts:status --id <historyId>
campaign.json
{
  "video": "./launch.mp4",
  "description": "New product update is live",
  "platforms": ["platform-id-1", "platform-id-2"],
  "scheduled": "2026-06-14T09:00:00+07:00"
}

The payload an agent sends

Agents do not need to understand the whole Taisly app. They only need a video path or URL, a caption, destination platform IDs from platforms:list, and an optional scheduled time.

Built for the agent workflow

1

Discover accounts

Agents list connected TikTok, Instagram, YouTube, X, and Facebook accounts before taking action.

taisly platforms:list
taisly platforms:schema --platform TikTok
2

Validate payloads

Agents check video files, destination IDs, captions, and schedule values before creating a live post.

taisly posts:validate --json ./campaign.json
3

Create and track

The package wraps Taisly's video posting API, returns a stable historyId, and lets agents check status.

taisly posts:create --json ./campaign.json
taisly posts:status --id <historyId>

Package, SKILL.md, and docs in one flow

Install the npm package, expose the bundled SKILL.md to your agent, keep TAISLY_API_KEY in its environment, and use the docs/examples when you need custom automation. MCP comes next, after the CLI contract is stable.

AI agent video publishing workflow

Works with the agents people already use

Postiz explains the agent surface clearly: install a skill, set a key, discover accounts, create posts, then track results. Taisly follows that same mental model, but keeps the human product simple.

Codex / Claude Code

Install the npm package, keep TAISLY_API_KEY in the local environment, and let the agent read SKILL.md before it creates posts.

OpenClaw-style skills

Expose the bundled SKILL.md so the agent can discover required env vars, commands, JSON input, and the human approval rule.

Custom automation

Use the same commands from cron jobs, backend workers, or internal tools. Every command returns structured JSON.

Command reference for agents

These are the primitives agents can safely compose. The app stays simple for humans, while the package gives agents a predictable workflow.

taisly platforms:list

List connected social accounts before choosing destinations.

taisly platforms:schema

Show platform constraints so the agent can prepare valid video posts.

taisly posts:validate

Check video, caption, account IDs, and schedule before live creation.

taisly posts:create

Create an immediate or scheduled video post and return historyId.

taisly posts:status

Read the posting result later with a stable historyId.

taisly reposts:create

Create a repost rule across connected accounts when the user asks.

Features

Auto Repost Feature

Auto Repost

Repost your videos automatically to multiple social media platforms

Auto Post Feature

Auto Post

Post your videos automatically to multiple social media platforms

Auto Repost Feature

Schedule Posts

Plan and schedule your content to post at optimal times across platforms

Pricing

Starter
$7/month
5 Connected Accounts
Unlimited Posts
Schedule Posts
Influencer
$13/month
10 Connected Accounts
Unlimited Posts
2 Repost Sources
Unlimited Reposts
Schedule Posts
Pro
$49.99/month
Unlimited Accounts
Unlimited Posts
Unlimited Repost Sources
Unlimited Reposts
Schedule Posts
API for Developers

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.

bash
# 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"

Frequently Asked Questions

Is social media scheduling safe with Taisly?
We use the official API platforms & have been reviewed by every platform we integrate with, so your accounts will always be safe
Is it free to use?
How does Taisly's video reposting work?
Does Taisly have an iOS or Android app?
What video size and duration does Taisly support?

All The Different Ways To Auto Post Video