- Update posts instead of deleting and recreating them: A new
PATCH /v1/posts/:idendpoint (and matchingupdate_postMCP tool) lets you change a scheduled post's content, media, platform-specific config, or publish time without losing the post id. Every field is optional and only what you send changes; platform config is merged per network, so updating TikTok settings leaves your YouTube settings untouched. Posts that have already published (fully or to any account) return a clear 409 instead of silently doing nothing. - Require two-factor authentication across your organization: Owners and admins can now turn on "Require two-factor authentication" from the team page, once every member already has it enabled. The switch names anyone still missing 2FA. Once enabled, no member can disable their 2FA and no invitation can be accepted without it, both enforced server-side.
- See who has 2FA enabled on your team: The team page now shows a two-factor status column for every member, along with passkey counts for context.
- Accepting an invite with 2FA required now works in one pass: Completing the inline two-factor setup on the invitation page now correctly reveals the Accept/Decline buttons right away, instead of requiring a manual page reload.
- Banned users now see why: If your account has been banned, the login error now includes the reason your admin recorded, along with the expiry date if the ban is temporary.
- Pricing is now readable by AI agents: The full pricing model, including billable-post definitions, tier costs, and the Unlimited Posting add-on, is now published as plain markdown at outstand.so/pricing.md for agents and LLM crawlers to read directly.