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
PlannedTyped 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
PlannedA Model Context Protocol server so Claude, GPT, or Gemini can publish through PostMyIsh from plain-language instructions.
Webhooks
PlannedSigned events for post.published, post.failed, and account changes, so your app can react the moment something ships.
Hosted OAuth & in-dashboard credentials
PlannedA guided connect flow for every OAuth network, plus credential fields in the dashboard — so you never paste a raw token.
Managed media uploads
PlannedPresigned upload URLs so you can hand PostMyIsh a file directly instead of hosting it yourself and passing a public URL.
Per-network delivery status
PlannedA per-platform breakdown on the post object over the API — which networks delivered, which failed, and why.
Automated token refresh
PlannedBackground refresh of long-lived OAuth tokens before they expire, so connections stay healthy without manual reconnects.
Per-post analytics
PlannedAn endpoint for a single post's reach and engagement over time, beyond today's account-level summary.
Reschedule endpoint
PlannedMove a queued post in place, instead of cancelling and re-creating it.
Idempotency keys
PlannedSafe 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.