Skip to content

Set up with AI

The fastest way to integrate Ghost Writr is to let your coding agent do it. This site is built for that: it publishes a machine-readable map of the whole docs corpus, so an agent can read everything it needs in one shot.

This site serves two files at its root:

  • /llms.txt — a curated map of the documentation: the pages that matter and what each covers. Good for an agent to orient quickly.
  • /llms-full.txt — the full corpus inlined into a single file: every concept page, every SDK reference, every example. This is what you point an agent at when you want it to actually write the integration.

Both live at the root of developer.ghostwritr.io:

https://developer.ghostwritr.io/llms.txt
https://developer.ghostwritr.io/llms-full.txt

Two things, and that’s it:

  1. Tell it to read /llms-full.txt so it has the keyless model, the article shape, and the per-framework patterns.
  2. Give it your site ID (see Your site ID). It’s the only key — there is no API key.

Copy the block for your stack, swap in your real site ID, and paste it into Claude Code, Cursor, or any coding agent.