Docs

Three layers. How the product behaves, how to drive it from code, and the machine-readable formats an agent can read on its own.

How the product behaves

Start here if you are deciding whether BinHTML fits, or working out which setting you need before you write any code.

Interfaces

Machine-readable

Everything an agent needs to use BinHTML without a human reading the docs first.

openapi.json
The full OpenAPI description of the REST surface.
api.md
The API reference as plain Markdown, for agents that prefer text.
mcp.md
The MCP reference as plain Markdown.
llms.txt
A short index of the public surfaces for language models.
llms-full.txt
The expanded version with more context per surface.
server-card.json
The MCP server card for automatic discovery.

Also useful