Jun 1

You can now notify a Slack channel when posts go live, so your team can react, reshare, and amplify the moment they're published.
Early engagement builds reach. It shouldn't depend on someone remembering to paste the link in #social.
It's available on any plan that supports Teams, and here’s how to set it up:
You can also get started in the dedicated settings page here.
May 28
Realistic previews just got a big upgrade across the board. We've been working on making them more accurate, more predictable, and a lot less disruptive to the writing flow.
Three things changed:
The result is a tighter, more predictable publishing experience, available to all users.
May 5

We've shipped first-class comments support in the API, so AI agents can now read, write, and resolve comments on your drafts.
Check out the API docs here.
Triage on demand. Ask an agent: "Show all my drafts with open comments." Have it resolve the basic copy fixes and surface the editorial decisions worth a human eye.
An agent editor. You leave a comment: "Hook is too soft." An agent replies in the thread with two rewrite options. You pick one. The edit applies. The thread resolves.
An agent reviewer. Set up an agent to review each new draft and leave comments on weak hooks, factual claims, voice mismatches, repetition. You could trigger this with a tag like Agent Review.
All endpoints live under /v2/social-sets/{social_set_id}/drafts/{draft_id}/:
GET /comment-threads: list threads on a draft. Filterable by status and platform.POST /comment-threads: create a span-anchored or post-level thread.POST /comment-threads/{id}/comments: reply to a thread.PATCH /comment-threads/{id}/comments/{comment_id}: edit a comment.DELETE /comment-threads/{id}/comments/{comment_id}: delete a comment.POST /comment-threads/{id}/resolve: mark a thread resolved.DELETE /comment-threads/{id}: delete the whole thread.Read the updated API docs.
Apr 30

You can now create LinkedIn reposts directly from Typefully.
Paste a LinkedIn post URL, add your thoughts above it, schedule, and publish.
It's a good way to amplify a launch, reshare a customer mention, or add your take to industry news.
Reposts are also supported via our API, so your agents and integrations can draft them programmatically.
Apr 22

You can now add content disclosures to your X posts directly from the Typefully editor. Two disclosure types are supported:
Paid Partnerships: flag sponsored content or brand deals before you publish. X will display a "Paid Partnership" label on the post, keeping you compliant and transparent with your audience.
Made with AI: Disclose when content was generated or significantly assisted by AI. X shows a "Made with AI" label so your followers know.
X expects these disclosures for sponsored and AI-generated content, and now you can take care of this from Typefully.
Apr 5
If you use Typefully with AI agents like Claude, ChatGPT, Notion, OpenClaw, or your own custom integrations, this is a big one.
Your agents can now analyze post performance, manage your content calendar, tag companies on LinkedIn, create quote posts, and more.
Everything below works across our API, MCP server, and Agent Skill, so it's available wherever you use AI.
The most requested API feature is here. You can now pull performance data for your X posts published through Typefully.
This means your agents can answer questions like "what were my top performing posts this month?" with real data. Create, schedule, and analyze — all from the same agent workflow.

You can now manage your content calendar end-to-end via API:
/v2/social-sets/{id}/queue — inspect upcoming scheduled content/v2/social-sets/{id}/queue/schedule — read your posting schedule/v2/social-sets/{id}/queue/schedule — update your posting scheduleThis lets agents go beyond creating individual posts. They can schedule to your next free slot, swap posts around, and adjust your queue rules.

You can now resolve LinkedIn org URLs and include company mentions in draft text programmatically:
/v2/social-sets/{id}/linkedin/organizations/resolve@[Company](urn:li:organization:ID) syntax in post textFull LinkedIn tagging workflows from API clients and agents.
You can now create quote-post-style tweets via API, MCP, and Agent Skill using quote_post_url. This is equivalent to the "Convert to quote" action in the Typefully UI.
We've improved media upload documentation and instructions for MCP, CLI, and agent workflows, including exact presigned PUT behavior. This reduces common upload failures like SignatureDoesNotMatch.
We've also improved the experience for adding Typefully's MCP server inside Notion agents, making setup smoother for Notion-based workflows.
There are three ways to connect Typefully to your AI agents:
npx skills add typefully/agent-skills (GitHub →)For direct API access, check out our API docs.