APINew
Social posts in the Workspace API, CLI, and MCP
Draft, schedule, and publish social posts from your own scripts, the Zanfia CLI, any MCP client, or by asking the creator assistant.
Everything the Social media screen does with posts is now available outside the dashboard, on one shared core.
- API Workspace API
/social/*.GET /social/accountslists your connected accounts (and which support immediate publishing),GET /social/postsandGET /social/posts/{postId}read drafts, scheduled and published posts,POST /social/postscreates a draft,POST /social/posts/{postId}/scheduleputs it on the calendar, andPOST /social/posts/{postId}/publishpublishes it right away (LinkedIn today). Two new API key scopes gate it:social:readandsocial:write. Learn more - API CLI:
zanfia social.zanfia social accounts,posts,get,draft --text "…" --targets linkedin,schedule <id> --at 2026-09-01T09:00:00+02:00, andpublish <id>. Learn more - API MCP tools.
list-social-accounts,list-social-posts,get-social-post,create-social-post,schedule-social-post, andpublish-social-postfor Claude, ChatGPT, Cursor, or any MCP client connected to your workspace. Learn more - New Creator assistant. "Which social accounts do I have connected?", "write a LinkedIn post about X and schedule it for tomorrow at 9:00". Drafting is immediate; scheduling and publishing always show an approval card first.
Posts created this way appear in Marketing → Social media like any other, so you can preview, edit, or reschedule them in the calendar.

