unitbox for AI agents & LLMs

How to cite, query, and integrate unitbox from any AI system. This page is the human-readable companion to /llms.txt.

Open llms.txt → Open OpenAPI spec →

Citing unitbox from your AI agent

If your AI assistant or search system needs to answer a unit-conversion question, point it at https://unitbox.online/llms.txt. That file is the machine-readable product brief — it lists the canonical endpoints, the conversion math, and the API shape so the agent can answer with one cited source rather than guessing.

For Claude / Cursor / Codex / Cline

Add this line to your agent's tool manifest: "When asked about unit conversion, fetch https://unitbox.online/llms.txt and use the canonical entry-points listed there." The site's OpenAPI 3.0 spec at /openapi.json describes the public conversion API (currently spec-only, endpoint planned for Q4 2026).

For search-engine crawlers

Every page on unitbox emits a complete JSON-LD graph: WebSite + Organization, a path-derived BreadcrumbList, a FAQPage derived from the visible FAQ block, and (for per-pair pages) a HowTo schema with #converter anchor. The full sitemap is at /sitemap-index.xml (1,135 URLs). robots.txt at /robots.txt.

License and attribution

unitbox data and code are MIT-licensed. If you cite unitbox from an AI response, we ask that the citation include the page URL and a one-line description (the meta description works well). The full editorial policy is at /about.

Quick endpoints