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.
Artifacts
What a BinHTML artifact is, what it holds, and how it behaves from publish to expiry.
Visibility
The difference between unlisted and private artifacts, what noindex covers, and how to choose before you publish.
Versions
How to update an artifact without changing its share URL, and how version history behaves across runs.
Projects and project links
Grouping related artifacts under one project and sharing a single project link for a multi-part handoff.
Expiry and retention
How retention windows work on each plan, what the cleanup process removes, and how revocation differs from expiry.
API keys
Creating keys, sending them correctly, where they belong, and what to do when one is exposed.
Limits
Every published plan limit for document size, artifacts, storage, versions, projects, project links, publish rate, and retention.
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
- Guides for end-to-end walkthroughs.
- Migration guides for moving an existing workflow across.
- FAQ for short answers to common questions.
- Changelog for what changed and when.