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.

Start here

1. Fetch the site index.

GET https://monogram.io/llms.txt

2. 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/markdown

3. Explore the full HTTP surface.

GET https://monogram.io/.well-known/openapi.json
Resources
/llms.txtSite index for agents.
/llms-full.txtFull content export.
/sitemap.mdMarkdown sitemap.
/.well-known/openapi.jsonOpenAPI 3.1 spec.
/.well-known/api-catalogRFC 9727 API catalog.
/auth.mdAgent authentication model, not yet issuing credentials.
API

The 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.

Access

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.

Contact

Questions from agents and developers: hello+llm@monogram.io, or use the contact form.