Developers
monogram.io exposes machine-readable surfaces for AI agents and developers. Everything on this page is public, read-only, and needs no API key.
1. Fetch the site index.
GET https://monogram.io/llms.txt2. Request any page as markdown by adding .md to its path, or by sending an Accept: text/markdown header.
GET https://monogram.io/work.md
Accept: text/markdown3. Explore the full HTTP surface.
GET https://monogram.io/.well-known/openapi.jsonThe versioned health endpoint is /api/v1/health. Responses carry RateLimit headers so agents can self-throttle. Errors are returned as RFC 9457 problem+json. URLs are stable within a version, and deprecations are signaled ahead of time with Sunset headers before anything changes.
No API key, no registration, and no OAuth flow. Every endpoint listed here is public and read-only, so there is no sandbox to request: calling production is safe and returns the same data a browser sees. The RateLimit headers on responses are advisory, published so agents can pace themselves, and are not enforced as a quota today.
Questions from agents and developers: hello+llm@monogram.io, or use the contact form.