Publishes to Ghost
Publish to Ghost with a key that never travels.
MotiBlog publishes through the Ghost Admin API. Your admin key signs a short-lived token for each request — the key itself is never sent over the wire.
One project and three articles free. No card required.
What you connect
authorise once, publish from then onYour site URL
A Ghost Admin API key
What publishing to Ghost does
Signed requests, five-minute tokens
Each API call is authenticated with a token signed from your admin key and valid for five minutes. The key stays stored; only the signature travels.
Posts as Ghost expects them
Articles arrive through the Admin API posts endpoint with title, slug, body and feature image — published, or as drafts if you want the last look in Ghost. They behave exactly like posts written in the editor.
True of every integration
A full article, not a paste job
Each publish carries the title, slug, body, meta description, tags and the generated banner image. Nothing is reformatted by hand afterwards.
Republishing updates in place
The post’s id in your platform is stored on first publish. Publishing the article again updates that post instead of creating a duplicate.
Test before anything ships
Every connection has a test call that verifies the credentials against the platform before an article is ever sent. Your agent can run it too: test_integration.
A log per publish
Every attempt is recorded with its outcome. Failures can be retried without regenerating anything — retry_publish picks up the same article.
The shape of it
One project and three articles free. No card required.