API and machine access
Stack Insider is primarily a static site. These endpoints exist for discovery (RFC 9727), health checks, and agent-friendly content.
Discovery
- API catalog —
GET /.well-known/api-catalogreturnsapplication/linkset+jsonwith anchors andservice-desc,service-doc, andstatuslinks per RFC 9727. - OpenAPI —
/openapi.jsondescribes the public HTTP surface in OpenAPI 3.1. - LLM-oriented index —
/llms.txtlists key URLs for tooling.
Content formats
Many HTML routes have a matching .txt URL (same path with .txt appended) that returns
compact plain text. On deployments that run our edge worker, negotiable HTML pages may also return Markdown when
Accept: text/markdown is preferred over HTML.
Health
GET /health or HEAD /health returns application/json. The GET response
body is a small JSON object with status set to ok, for uptime and synthetic checks.