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

# OpenAPI 说明

# OpenAPI 说明

已提供可直接扩展的 OpenAPI 模板文件：

* `docs/api/openapi.yaml`

建议接入步骤：

1. 按真实接口补全 `paths` 与 `components.schemas`。
2. 补齐错误码与限流头字段定义。
3. 在 CI 中增加 OpenAPI 校验，避免文档与接口漂移。

## 下一步可选

* 基于 OpenAPI 生成 SDK（TypeScript / Python）。
* 挂载在线 API Explorer。
