How to Connect Ghost to Writelio
Publish posts to your Ghost publication via the Admin API.
Connect Writelio to Ghost and publish finished posts straight to your publication, including the feature image and meta description. Connection uses a Ghost Admin API key from a custom integration.
Before you start
- A Ghost site (Ghost(Pro) or self-hosted).
- Owner or Administrator access to create a custom integration.
- Your Ghost site served over HTTPS.
What you’ll need from Ghost
id:secret) — not the Content API key.Connect Ghost in 4 steps
In Ghost Admin → Settings → Integrations, click Add custom integration, name it Writelio, and copy the Admin API Key (it looks like 63f...:9a8...).
In Integrations, open the Ghost card → Configure, paste your Ghost URL and Admin API Key, and click Save.
In the editor, open Share & Publish → Ghost and click Test to verify access to your publication.
Click Publish to send the post to Ghost. It is created with your content, and the feature image is set when your banner is a public URL.
What gets published
Publishing to Ghost sends:
- Title & HTML content — imported via Ghost’s HTML source so formatting is preserved.
- Feature image — set when your article banner is a public URL.
- Excerpt / meta description for SEO.
Writelio signs the request with a short-lived JWT generated from your Admin API key, so your secret is never exposed.