Social publishing for people and AI agents
Schedule from the dashboard, or let agents and apps publish via REST API and MCP — same accounts on TikTok, Instagram, Facebook, and LinkedIn.
7-day free trial · No credit card required
One platform. TikTok, Instagram, Facebook & LinkedIn.








Built for people and agents
Schedule from the dashboard, or let agents and apps publish via REST API and MCP — same accounts, same platforms.
How it works
Create an API key, connect your accounts, and publish your first post in under 5 minutes.
Call the REST API from your stack, or use the hosted MCP server from Claude and Cursor.
API key
cdyn_live_••••••••••••••••Generate from Dashboard → API
Get your API key
Sign up and create your API key from the dashboard. Takes 30 seconds — no credit card required.

Connect TikTok, Instagram, Facebook & LinkedIn
Link your three supported platforms via hosted OAuth. No developer apps needed.
Launch
Publish, schedule, and analyze from the API, your AI agent, or the dashboard.
One REST API for social publishing
Publish, schedule, and analyze on TikTok, Instagram, Facebook, and LinkedIn with one authentication model and one request shape — from your code, Claude, Cursor, or the dashboard.
/v1/social-pagesList connected accounts for your workspace
/v1/postsPublish or schedule to TikTok, Instagram, Facebook, or LinkedIn
/v1/upload/signed-urlUpload images and videos before publishing
/agentsLet Claude, Cursor, or any MCP client post in plain language
REST API
Ship your first post in three requests
Create an API key, connect accounts via hosted OAuth, and start publishing. List pages, upload media, schedule posts — see the full API reference for edit, cancel, and platform-specific payloads.
GET /v1/social-pagesList connected TikTok, Instagram, Facebook, and LinkedIn accounts
POST /v1/postsCreate drafts or schedule posts to any connected page
POST /v1/upload/signed-urlUpload images and videos before publishing
OpenAPI specFull reference with request and response examples
# 1. List connected pages
curl "https://api.cutedyno.com/v1/social-pages" \
-H "Authorization: Bearer YOUR_API_KEY"
# 2. Get a signed upload URL (optional, for images/videos)
curl -X POST https://api.cutedyno.com/v1/upload/signed-url \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"fileName":"photo.jpg","fileType":"image/jpeg"}'
# 3. Create a post
curl -X POST https://api.cutedyno.com/v1/posts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": {
"contentType": "text",
"message": "Launch day thread"
},
"targetIds": ["PAGE_ID_FROM_STEP_1"],
"saveAsDraft": true
}'Included on Creator, Builder
Everything you need to build on social
Pricing & plans
Creator from $29/mo, Builder from $99/mo. Dashboard on every plan; REST API and MCP on Builder. Start with a 7-day free trial (Builder access).
Save about two months vs paying monthly
Creators & solopreneurs
Unlimited posting and scheduling for one brand or side project.
Billed $290/year
- TikTok, Instagram, Facebook & LinkedIn
- 10 social accounts
- Unlimited manual posts
- Bring your own OpenRouter or Replicate keys
- Unlimited team members
Developers, agents & agencies
Everything in Creator, plus the REST API, MCP, and webhooks so your app or agent can publish.
Billed $990/year
- Everything in Creator
- Unlimited social accounts
- REST API + MCP access
- Hosted OAuth connection sessions
- Webhooks + agent governance
- Priority support
Compare plans
| Feature | Creator | Builder |
|---|---|---|
| Manual posts / month | Unlimited | Unlimited |
| Social accounts | 10 | Unlimited |
| Platforms | TikTok, IG, FB, LinkedIn | TikTok, IG, FB, LinkedIn |
| Team members | Unlimited | Unlimited |
| BYOK provider keys | OpenRouter + Replicate | OpenRouter + Replicate |
| API + MCP access | — | Yes |
Frequently asked questions

Start building with CuteDyno today
Schedule from the dashboard, or publish via REST API and MCP. Same accounts on TikTok, Instagram, Facebook, and LinkedIn — no credit card required.
Or email team@cutedyno.com
