Python SDK
pip install fixyourdocs — build and send reports from Python.
Python SDK →
When an AI agent reads your documentation and the docs are wrong, stale, or incomplete, the failure is usually silent — the agent guesses, retries, or gives up, and you never hear about it. FixYourDocs turns that silent failure into a structured signal: an agent (or a human) files a report against the exact doc page, and it lands as a GitHub Issue on your repo.
This site documents every piece of the product. New here? The Getting started guide takes you from zero to a visible GitHub issue in under five minutes.
Python SDK
pip install fixyourdocs — build and send reports from Python.
Python SDK →
TypeScript SDK
npm install @fixyourdocs/sdk — the same API for Node.
TypeScript SDK →
CLI
npx fixyourdocs init and fixyourdocs report — no code required.
CLI →
MCP server
One tool, file_doc_feedback, for Claude Desktop, Cursor, and Codex.
MCP server →
AGENTS.md snippet
A paste-ready block that wires any agent into the protocol. AGENTS.md snippet →
The Hub
hub.fixyourdocs.io receives reports and forwards them to GitHub.
The Hub →
curl in the AGENTS.md snippet.POSTed to the Hub at
hub.fixyourdocs.io/v1/reports.The protocol is open and the SDKs are Apache-2.0 — the Hub is one way to receive reports, not the only way.
Found something wrong, missing, or out of date on this page? File a docs-feedback report →