给 Agent 的入口
- 机器可读索引:
https://docs.h3hub.cn/llms.txt - 完整索引:
https://docs.h3hub.cn/llms-full.txt - OpenAPI:
https://docs.h3hub.cn/openapi.public.json
建议工作流
- 先读
llms.txt了解入口。 - 需要精确 schema 时拉取
openapi.public.json。 - 调用 API 前创建独立 API Key,方便单独吊销。
- 遵守限流,遇到
429使用Retry-After退避。