Files
blackroad-os-docs/docs/reference/openapi.mdx
2025-11-24 04:33:44 -06:00

14 lines
424 B
Plaintext

---
id: openapi-reference
title: OpenAPI Reference
sidebar_position: 2
slug: /reference/openapi
---
The HTTP surface area for BlackRoad OS is defined in `blackroad-os-api`. The spec is pulled at build time and rendered with Redoc.
- Generated Redoc page: [/reference/openapi](./openapi)
- Source file: `static/api/openapi.yaml` (populated via `yarn fetch:openapi`)
Use the Reference navigation to open the rendered spec.