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.
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
- Start with Skills Docs.
- Read AIWriter Skill to understand the official setup and execution flow.
- Use Post API only when you need direct API-level control over generation and publishing.
Quick Start
- Create an API key with
documents:writeanddocuments:read. - Add
publish:readandpublish:writeonly if your integration also needs publishing. - Choose the AIWriter Skill for speed, or the Post API for full orchestration control.