AI and LLMs

Machine-readable API documentation endpoints for AI tools.

Karybase API docs expose dedicated plain-text and Markdown endpoints for AI agents.

Index

GET /llms.txt

Returns a compact Markdown index for all localized API docs pages.

Full Text

GET /llms-full.txt

Returns the processed Markdown content for every English and Spanish docs page.

Page Markdown

Append .mdx to any localized docs page URL to read its Markdown content.

GET /en/docs/authentication.mdx
GET /es/docs/authentication.mdx
GET /en/docs/reference/inventory-items.mdx

AI clients that prefer Markdown can also request a docs page with an Accept header that prioritizes Markdown:

Accept: text/markdown

For example, requesting /en/docs/reference/inventory-items with that header returns the same Markdown content as /en/docs/reference/inventory-items.mdx.

On this page