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.txtReturns a compact Markdown index for all localized API docs pages.
Full Text
GET /llms-full.txtReturns 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.mdxAI clients that prefer Markdown can also request a docs page with an Accept header that prioritizes Markdown:
Accept: text/markdownFor example, requesting /en/docs/reference/inventory-items with that header returns the same Markdown content as /en/docs/reference/inventory-items.mdx.