Pinnate Docs

GitHubApp

Agents overview

Let coding agents update docs and OpenAPI via git, REST, or MCP.

Agents

Pinnate is designed so coding agents (Cursor, Claude Code, and similar) can maintain docs and specs without a proprietary editor format.

Path

Best for

Git

PR review, docs-as-code, long-lived content

REST API

CI jobs and custom automation

MCP

Interactive agent sessions with tools

Docs-as-code for agents

  1. Keep Markdown + site.yaml in a repo (project structure)

  2. Agent opens a PR

  3. Merge triggers site git sync

Guides