Schedule posts from the tools you already use
CuteDyno's REST API lets Claude, Cursor, ChatGPT, and your automations draft and queue posts into your calendar — same accounts, less clicking.
Three ways in
Use CuteDyno from chat, your editor, or your automation stack.
From chat
"Write my launch thread and schedule it for Tuesday at 9am." Your agent calls the CuteDyno API and drops drafts into your calendar.
From your editor
Wire Cursor or Claude Code to CuteDyno with a Bearer token. Same scopes as the dashboard — workspaces, posts, and schedules.
From automation
Trigger posts from n8n, Zapier, or your CMS when you ship a blog post or close a deal.
REST API
Create a draft in one request
Generate an API key from your dashboard on the Growth or Agency plan. List posts, create drafts, and schedule — the same workflow your UI uses, exposed for agents.
- MCP server for Claude Desktop & Cursor — coming soon
GET /v1/postsandPOST /v1/postsavailable now
curl -X POST https://api.cutedyno.com/v1/posts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"caption": "Launch day thread — scheduling from my agent.",
"contentType": "text",
"saveAsDraft": true
}'Less clicking. More creating.
Start your trial, upgrade to Growth when you're ready for API access, and let your agent handle the logistics.
