TikTokthree ways, cheapest first
How to schedule TikTok posts
TikTok schedules posts itself, for nothing, and for a lot of people that is the whole answer. Here are those steps, from TikTok's own help pages, first. Then the way that also covers your other networks, then the way your own agent does it.
1. The TikTok way, with no tool at all
TikTok Studio, which TikTok's own help page lists as the place to upload, schedule and edit posts.
- 1
Go to tiktok.com/tiktokstudio and sign in, or open the TikTok app, tap Profile, the Menu button, then TikTok Studio.
- 2
From the TikTok homepage you can also click Upload at the top to reach the same uploader.
- 3
Upload the file. TikTok's web uploader takes MP4 or WebM, 720x1280 or higher, up to 30 minutes and under 10 GB.
- 4
Add the caption and cover, set who can watch and whether comments, Duet and Stitch are allowed, then schedule it.
You already have the file, you post to one TikTok account, and the upload screen is where you want to be.
- TikTok's help pages say TikTok Studio can schedule posts but do not publish the scheduling window in any article we could read on 2026-09-14, so we do not quote one.
- You still have to have made the video. TikTok schedules an upload; it does not write, cut or caption it.
- One account, on TikTok's own screen, with no view of what else goes out that day.
Read from TikTok Support: tools for creators on and TikTok Support: making a post on . Platforms move menus; the source is the place to check.
2. The free way, when one network is not the whole job
The native scheduler stops being enough the moment a second network is involved, or the post needs a first comment, or you want to see the week rather than one post. Our free plan is 10 posts a day across every network you connect, with no card.
- Connect TikTok once, under Accounts, through TikTok's own sign-in. No developer app, no key.
- Open Manual, pick the TikTok account and write. Pick more accounts, and edit any preview where that account should say it differently.
- Add to queue takes the next free slot for that account, Schedule pins an exact minute, Post now sends it. Calendar shows the week.
Scheduling and publishing never spend credits. The $5 refilled each month is for the agents that write, design and render, which is the difference between this and a queue.
The per-network rules, and what happens when a draft breaks one, are on the free TikTok scheduler page.
3. From an agent, on the same free plan
Add our TikTok MCP server to Claude or ChatGPT and ask in plain words, or call the REST API or the CLI with a scoped key. Same queue, same cap, same approval.
curl -X POST https://shapelessai.com/api/posts \
-H "Authorization: Bearer $SHAPELESS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"connectionId":"CONNECTION_ID","postText":"The onboarding bug that cost us a week.","queue":true}'{
"name": "posts_create",
"arguments": {
"connectionId": "CONNECTION_ID",
"text": "The onboarding bug that cost us a week.",
"queue": true
}
}shapeless posts create --to CONNECTION_ID --text "The onboarding bug that cost us a week." --queueSwap "queue": true for "scheduledAt": "2026-09-20T09:00:00Z" to pin an exact minute; leave both out and it publishes now.
Questions
- Can you schedule TikTok posts without a third-party tool?
- Yes. TikTok Studio, which TikTok's own help page lists as the place to upload, schedule and edit posts. It starts with: Go to tiktok.com/tiktokstudio and sign in, or open the TikTok app, tap Profile, the Menu button, then TikTok Studio. That is enough when you already have the file, you post to one TikTok account, and the upload screen is where you want to be. Steps read from TikTok Support: tools for creators on 2026-09-14.
- Can an AI agent schedule my TikTok posts?
- Yes, on the free plan. Add https://shapelessai.com/mcp to Claude, ChatGPT or any MCP host and the posts_create tool schedules through your connected TikTok account, or call POST /api/posts with a scoped key, or run the CLI. Publishing tools are flagged so the host asks you before anything goes out.
- Can I schedule a first comment on TikTok?
- No, and we will not pretend otherwise. firstComment is accepted for LinkedIn, X and Bluesky only; on TikTok the API answers 422 and names the rule. TikTok has no equivalent we can publish reliably.
- What does the free plan cost me later?
- Nothing for the rail. Scheduling and publishing never spend credits. The $5 refilled each month is for the agents that research, write, design and render - a paid plan refills more of it and lifts the daily cap.
Schedule TikTok and everywhere else from one place, free, 10 posts a day.
Start free forever