# Swagger UI

LLMS index: [llms.txt](/llms.txt)

---

This page renders [`/openapi/petstore.yaml`](/openapi/petstore.yaml) using the
`swagger` layout and `swaggerui` shortcode. It exercises the theme's pinned
Swagger UI CDN assets: after a version or SRI-hash bump, an API reference below
and a clean browser console (no `integrity` errors) confirm the pins.


<div id="docsy_swagger_ui"></div>
<script>
  window.onload = function () {
    const ui = SwaggerUIBundle({
      url: "/openapi/petstore.yaml",
      dom_id: '#docsy_swagger_ui',
      presets: [
        SwaggerUIBundle.presets.apis,
        SwaggerUIStandalonePreset
      ]
    });
    window.ui = ui;
  };
</script>
