Changelog
Changelog
Notable changes to the public API and MCP server. Breaking changes will always be announced here first.
2026-07-17
- Per-account
publishingstatus — while a post publishes, each targeted account'spivot.statustransitionspending → publishing → published | failed.publishingis transient (a channel is uploading/processing). The post's ownstatusstaysscheduledthroughout publishing; poll until no account ispendingorpublishing, then treat apublishedpost that still has afailedaccount as a partial publish.partialis derived, not a storedstatus. - New MCP tool
get_post— retrieve a single post by id with its post-levelstatus, a derivedoutcome(draft/scheduled/publishing/published/partial/failed), andper_account[]delivery records (status,error_message,platform_url,published_at). Use it to poll a just-published post;list_schedulednow also includes per-accountstatus, andget_statsreports apublishingcount.
2026-06-07
- Developer documentation launched at
schedulenchill.com/docs— REST API, MCP server, and reference.
2026-06
- MCP server available at
/mcpwith seven tools, three resources, and two prompts. - REST API: Posts, Media, and API Keys resources with bearer-token authentication.
- Platforms: X, LinkedIn (profiles + Pages), Facebook, Instagram, Pinterest, YouTube, TikTok.
Roadmap
- Outbound webhooks for publish/fail events.
- Per-key rate limits with
X-RateLimit-*headers. - Additional platforms: Threads, Bluesky, Google Business Profile.
- OpenAPI specification and official SDKs.