Resources

Roadmap

The API you've read about is live and stable. These are the pieces being built next — listed as plans, not promises, and never documented as real until they ship.

Planned

Official SDKs

Planned

Typed Node and Python libraries that wrap this REST API. Until they land, call it directly — the examples in these docs are the whole integration.

MCP server

Planned

A Model Context Protocol server so Claude, GPT, or Gemini can publish through PostMyIsh from plain-language instructions.

Webhooks

Planned

Signed events for post.published, post.failed, and account changes, so your app can react the moment something ships.

Hosted OAuth & in-dashboard credentials

Planned

A guided connect flow for every OAuth network, plus credential fields in the dashboard — so you never paste a raw token.

Managed media uploads

Planned

Presigned upload URLs so you can hand PostMyIsh a file directly instead of hosting it yourself and passing a public URL.

Per-network delivery status

Planned

A per-platform breakdown on the post object over the API — which networks delivered, which failed, and why.

Automated token refresh

Planned

Background refresh of long-lived OAuth tokens before they expire, so connections stay healthy without manual reconnects.

Per-post analytics

Planned

An endpoint for a single post's reach and engagement over time, beyond today's account-level summary.

Reschedule endpoint

Planned

Move a queued post in place, instead of cancelling and re-creating it.

Idempotency keys

Planned

Safe retries — send a key and a repeated request won't double-publish.

What's solid today

Everything documented outside this page is real and in production: the seven API endpoints, live publishing to all twelve networks, real scheduling, AES-256-GCM credential encryption, and the OpenAPI spec. For the current edges, see Known limitations.