Ghost CMS
Productivity Admin API keyCreate and update Ghost posts, pages and members from any Windmill script, flow or app.
Set up in 3 steps
1
Get your credential
In Ghost, open Settings then Integrations, add a custom integration, and copy its Admin API key along with the site URL.
2
Add the resource in Windmill
Open Resources, add a resource of type ghostcms, and fill it in.
3
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Resource type
ghostcms — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | Admin API Key for Ghost CMS. |
| apiUrl | string | Yes | Base URL of the Blog and the API. |
Questions
Admin key or content key?
Admin. The Content API key only reads published content and cannot create or change anything.
Is my credential stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.