GeoWriter Docs

Path: /docs

GeoWriter docs are organized around the two real integration paths available today: the official skill workflow and the direct Integration API.

Recommended First

AIWriter Skill

Use the official AIWriter workflow if you want the fastest path from keyword to generated article with minimal orchestration work.

Open AIWriter Skill

Documentation Structure

  • Skills Docs: official workflows for teams that want a practical, low-friction integration path.
  • API Docs: direct endpoint references for teams building their own orchestration layer.

Suggested Reading Order

  1. Start with Skills Docs.
  2. Read AIWriter Skill to understand the official setup and execution flow.
  3. Use Post API only when you need direct API-level control over generation and publishing.

Quick Start

  1. Create an API key with documents:write and documents:read.
  2. Add publish:read and publish:write only if your integration also needs publishing.
  3. Choose the AIWriter Skill for speed, or the Post API for full orchestration control.