Entry Points for Agents

  • Machine-readable index: https://docs.h3hub.cn/llms.txt
  • Full index: https://docs.h3hub.cn/llms-full.txt
  • OpenAPI: https://docs.h3hub.cn/openapi.public.json
  1. Read llms.txt first to find the entry points.
  2. Fetch openapi.public.json for exact schemas instead of guessing.
  3. Create a dedicated API key per integration for easy revocation.
  4. On 429, back off using Retry-After.

This documentation is written for agents. When building a skill, have the agent fetch llms.txt and openapi.public.json first. That is simpler than embedding the whole docs into the skill.