{"openapi":"3.1.0","info":{"title":"Monogram public HTTP API","version":"1.0.0","description":"Read-only discovery and content endpoints for monogram.io (marketing site; not a general application API)."},"servers":[{"url":"https://monogram.io"}],"paths":{"/api/health":{"get":{"summary":"Health check","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","example":"ok"},"service":{"type":"string","example":"monogram.io"}}}}}}}}},"/llms.txt":{"get":{"summary":"LLM-oriented site overview","responses":{"200":{"description":"Plain text","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/sitemap.md":{"get":{"summary":"Markdown sitemap","responses":{"200":{"description":"Markdown","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/.well-known/api-catalog":{"get":{"summary":"RFC 9727 API catalog (linkset)","responses":{"200":{"description":"Linkset JSON","content":{"application/linkset+json":{"schema":{"type":"object"}}}}}}}}}