The public route returns the complete Markdown document directly with HTTP 200 and a plain-text content type.
No login, JavaScript shell, or URL-shortener redirect is required for public reads.
fullrefit.io is designed around the moment an AI agent fetches a document. The feature set stays close to that job.
No login, JavaScript shell, or URL-shortener redirect is required for public reads.
The branded route is the human-facing entry point. The response body remains machine-facing text.
Use revision numbers when a document changes over time and hashes when the body must be compared exactly.
A successful API response is not treated as proof until the public body matches the source.
Writing is protected. Reading is not. The write credential stays on the server and never reaches the browser.
People get explanation and orientation. Agents get the exact Markdown body.
The service is intentionally narrow. It does not pretend that a clean response solves authentication, source quality, or deployment verification by itself.
fullrefit.io serves what you publish. It does not rewrite a document to make it sound better.
Public readers can fetch published documents. They cannot change them, and they never see the studio.
A Chrome Extension is a separate product surface with its own identity, permissions, and store requirements.