Taisly Docs
Publish short-form videos from AI agents, MCP connectors, the Taisly CLI, and direct API integrations.
Taisly is the publishing layer for AI agents and backend systems that need to post short-form video to connected social accounts.
Start with the video source
The most important setup choice is where the video file lives. Remote MCP works with public video URLs. Local MCP and the Taisly CLI work with files on your computer.

Hosted agents
Remote MCP
Use Taisly from Claude web, ChatGPT, and other hosted MCP clients when your video is already available by public HTTPS URL.
https://example.com/video.mp4Open MCP guide
Local agents
Local MCP
Let Claude Code, Codex, Cursor, and local runtimes publish files they can read from your computer or project workspace.
./launch.mp4Use local MCP
Shell workflows
Taisly CLI
Run repeatable posting commands, validate payloads, and script local publishing flows through the official Agent Kit package.
taisly posts:create --video ./launch.mp4Install Agent Kit
Backend integrations
REST API
Build direct server-side integrations with API keys, multipart video upload, platform IDs, history, schedules, and repost rules.
multipart/form-data uploadExplore APIQuick paths
Use MCP with an AI agent
AgentsConnect Claude, Claude Code, Codex, ChatGPT, or another MCP-capable agent to Taisly.
Install Agent Kit
CLIUse @taisly/agent for local files, shell workflows, JSON-first commands, and local MCP.
Build with the REST API
APIUse API keys, multipart upload, posting history, platforms, and repost automation.
Open API reference
OpenAPIBrowse endpoint pages generated from the Taisly OpenAPI document.
Core workflow
- Connect your social accounts in Taisly.
- Choose MCP, Agent Kit, CLI, or REST API.
- List connected platforms before posting.
- Validate the video, caption, destination, and schedule.
- Confirm the final post details.
- Publish or schedule the post.
- Save the returned Taisly history ID and check status later.
Important links
- App: https://app.taisly.com
- Website: https://taisly.com
- Agent Kit package: @taisly/agent on npm
- Agent Kit repository: github.com/taisly/agent
- OpenAPI JSON: /openapi.json
- LLM index: /llms.txt