# Ghost

The Ghost Integration step allows you to connect your AirOps workflows directly with your Ghost publication. This integration enables you to create, update, and manage posts and pages in your Ghost blog programmatically.

## Overview

Ghost is a powerful publishing platform for professional bloggers and publishers. By connecting Ghost to AirOps, you can automate content creation, scheduling, and publishing workflows.

## Authentication

Before using the Ghost integration in your workflows, you must first connect your Ghost publication in the AirOps Settings:

1. Navigate to **Settings > Integrations**
2. Find the Ghost section and click "Configure"
3. Enter your Ghost Admin API URL and API Key
4. Complete the authentication process

## Available Actions

* **Create Post** -- add a new post to your Ghost publication
* **Get Post** -- retrieve a specific post by ID
* **List Posts** -- retrieve multiple posts from your publication
* **Publish Post** -- publish a draft post
* **Update Post** -- modify an existing post

## Common Use Cases

* Automating blog post creation with AI-generated content
* Bulk updating posts with SEO optimizations
* Scheduling content publication
* Syncing content from other sources into Ghost

{% hint style="info" %}
Note: Ghost integration requires Admin API access. You can generate API keys in your Ghost Admin panel under Integrations.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airops.com/context/overview/integrations/ghost.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
