> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tiro.ooo/llms.txt
> Use this file to discover all available pages before exploring further.

# 外部ビューア

> Tiro OpenAPI spec を Redoc や Swagger で表示するか、直接ダウンロードします。

* [Redoc で表示](https://redocly.github.io/redoc/?url=https://docs.tiro.ooo/openapi.yaml) — すっきりとした 3 パネルの API ドキュメント。
* [OpenAPI spec をダウンロード](https://docs.tiro.ooo/openapi.yaml) — ご自身のツールで使用する場合。

## Swagger Editor

Swagger Editor は CORS の制限により、手動でのインポートが必要です。

<Steps>
  <Step title="Download the spec">
    [openapi.yaml をダウンロード](https://docs.tiro.ooo/openapi.yaml)
  </Step>

  <Step title="Open Swagger Editor">
    [editor.swagger.io](https://editor.swagger.io) にアクセスします
  </Step>

  <Step title="Import the file">
    **File → Import file** を選び、ダウンロードしたファイルを選択します
  </Step>
</Steps>
