← Back to search
40
Partial
Agentic Readiness Score
developer llms-txtapidevtoolsgitcode

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

llms.txt Content

# GitHub Docs > Help for wherever you are on your GitHub journey. ## How to Use To find a specific article, use the **Search API** with a query. To browse all available pages, use the **Page List API** to get a list of paths, then fetch individual articles with the **Article API**. The `/api/article/body` endpoint returns clean markdown, ideal for LLM consumption. ## APIs - [Page List API](https://docs.github.com/api/pagelist/en/free-pro-team@latest): Returns all article paths for a given version. Use this to discover what content is available. - [Article API](https://docs.github.com/api/article): Fetches a single article as JSON (metadata and markdown body). Use `/api/article/body` for markdown only. Example: `/api/article/body?pathname=/en/get-started/start-your-journey/about-github-and-git` - [Search API](https://docs.github.com/api/search/v1): Full-text search across all articles. Returns matching pages with context. Example: `/api/search/v1?query=actions&language=en&version=free-pro-team@latest&client_name=curl` - [Versions API](https://docs.github.com/api/pagelist/versions): Lists all available documentation versions. - [Languages API](https://docs.github.com/api/pagelist/languages): Lists all available languages. ## Translations - [Spanish (Español)](https://docs.github.com/api/pagelist/es/free-pro-team@latest) - [Japanese (日本語)](https://docs.github.com/api/pagelist/ja/free-pro-team@latest) - [Portuguese (Português do Brasil)](https://docs.github.com/api/pagelist/pt/free-pro-team@latest) - [Simplified Chinese (简体中文)](https://docs.github.com/api/pagelist/zh/free-pro-team@latest) - [Russian (Русский)](https://docs.github.com/api/pagelist/ru/free-pro-team@latest) - [French (Français)](https://docs.github.com/api/pagelist/fr/free-pro-team@latest) - [Korean (한국어)](https://docs.github.com/api/pagelist/ko/free-pro-team@latest) - [German (Deutsch)](https://docs.github.com/api/pagelist/de/free-pro-team@latest) ## Versions - [Free