Documentation access for AI agents

Find public API references and retrieve HoneyCoin guides as Markdown.

Use the public documentation index to find the pages needed for your integration.

ResourcePurpose
llms.txtIndex of public guides and API references.
Markdown guidesAppend .md to a documentation page URL to retrieve its text.
Agent instructionsIntegration rules to include in your agent's context.

Fetch documentation

curl --fail https://docs.honeycoin.app/llms.txt
curl --fail https://docs.honeycoin.app/docs/testing-direct-collections.md

Start with the index, then fetch the relevant pages. Check the documented request fields, supported payment methods, test values, and error handling before generating integration code.

If your agent cannot fetch URLs, copy the relevant guides and Agent instructions into its context.

Related