Docs

Reference

Changelog

Changelog

Changelog

Notable changes to the public API and MCP server. Breaking changes will always be announced here first.

2026-07-17

  • Per-account publishing status — while a post publishes, each targeted account's pivot.status transitions pending → publishing → published | failed. publishing is transient (a channel is uploading/processing). The post's own status stays scheduled throughout publishing; poll until no account is pending or publishing, then treat a published post that still has a failed account as a partial publish. partial is derived, not a stored status.
  • New MCP tool get_post — retrieve a single post by id with its post-level status, a derived outcome (draft/scheduled/publishing/published/partial/failed), and per_account[] delivery records (status, error_message, platform_url, published_at). Use it to poll a just-published post; list_scheduled now also includes per-account status, and get_stats reports a publishing count.

2026-06-07

  • Developer documentation launched at schedulenchill.com/docs — REST API, MCP server, and reference.

2026-06

  • MCP server available at /mcp with 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.