# 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.

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](/docs/resources/libraries/) and [Postman & Insomnia](/docs/resources/postman/). This page is about the **text** surface — for LLMs.

## For LLMs and AI tools

Following the [llms.txt convention](https://llmstxt.org/), the docs are available as clean, LLM-friendly text:

- **[`/llms.txt`](https://entrybit.net/llms.txt)** — a concise index of the documentation with links.
- **[`/llms-full.txt`](https://entrybit.net/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 page | Raw 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`](https://entrybit.net/openapi.json) — see [OpenAPI specification](/docs/api-reference/openapi/). It's what powers typed client generation in [Libraries & SDKs](/docs/resources/libraries/) and one-click import in [Postman & Insomnia](/docs/resources/postman/).