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/accounts lists your connected accounts (and which support immediate publishing), GET /social/posts and GET /social/posts/{postId} read drafts, scheduled and published posts, POST /social/posts creates a draft, POST /social/posts/{postId}/schedule puts it on the calendar, and POST /social/posts/{postId}/publish publishes it right away (LinkedIn today). Two new API key scopes gate it: social:read and social: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, and publish <id>. Learn more
  • API MCP tools. list-social-accounts, list-social-posts, get-social-post, create-social-post, schedule-social-post, and publish-social-post for 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.

All changelog entries