Skip to content

LLMs & machine-readable docs

EntryBit publishes its docs in LLM-friendly form: llms.txt and llms-full.txt for AI assistants, plus the raw Markdown source of every page by appending .md to its URL.

Updated

EntryBit publishes its documentation in machine-readable forms so AI assistants and tooling can consume it directly and write integration code against an accurate, current picture of the platform.

Looking for code libraries or a REST client? See Libraries & SDKs and Postman & Insomnia. This page is about the text surface — for LLMs.

For LLMs and AI tools

Following the llms.txt convention, the docs are available as clean, LLM-friendly text:

  • /llms.txt — a concise index of the documentation with links.
  • /llms-full.txt — the full documentation concatenated into one document, ready to paste into a model’s context.

Point an AI coding assistant at these to have it work against the real API surface. Every doc page also carries a Copy page menu with one-click “Copy as Markdown” and “Open in ChatGPT / Claude”.

Raw Markdown for any page

Every documentation page is also available as its raw Markdown source — just append .md to the URL:

Rendered pageRaw Markdown
/docs/oauth/token//docs/oauth/token.md
/docs/api-reference/passes//docs/api-reference/passes.md

Handy for feeding a single page into a model, diffing docs, or quoting exact reference text.

The OpenAPI spec

For a machine-readable description of the REST API itself (as opposed to the docs prose), the complete OpenAPI 3.1 document lives at https://entrybit.net/openapi.json — see OpenAPI specification. It’s what powers typed client generation in Libraries & SDKs and one-click import in Postman & Insomnia.