Getting Started

Connect social accounts, choose the right integration path, and publish your first video through Taisly.

1. Connect social accounts

Open Taisly and connect the social accounts you want agents or integrations to use:

https://app.taisly.com

Your connected accounts become Taisly platforms. Agents and API integrations should always list platforms first and use the exact platform IDs returned by Taisly.

2. Pick an integration path

Use remote MCP when your agent runs in the cloud and can provide a direct public video URL. Use local MCP or the Taisly CLI when the video file is on your machine. Use the REST API when you are building a backend integration.

3. Verify access

For Agent Kit or CLI workflows:

Install and check access
npm install -g @taisly/agent
taisly auth:status
taisly platforms:list

For direct API workflows, generate an API key in Taisly settings and send it as a bearer token.

4. Validate before posting

Agents should validate:

  • The destination platform ID.
  • The video URL or local file path.
  • The caption.
  • The schedule, if one is provided.

Human confirmation

Ask the agent to show the final video, caption, destination account, and schedule before it creates a live post.

5. Track status

Every created post returns a Taisly history ID. Save it and use it to check whether the post is pending, successful, failed, or scheduled.

On this page