# GitHub Access Check > Temporary staging setup check - Documentation: https://github-access-check.staging.thally.app - GitHub: https://github.com/thallylabs/github-access-check - Full docs for LLMs: https://github-access-check.staging.thally.app/llms-full.txt - Agent discovery (ai.txt): https://github-access-check.staging.thally.app/ai.txt - Structured docs index (JSON): https://github-access-check.staging.thally.app/api/docs-index - OpenAPI spec: https://github-access-check.staging.thally.app/openapi.yaml ## For AI agents Every page supports content negotiation on its human URL: - JSON API: append `?format=json` or send `Accept: application/json` - JSON-LD: append `?format=ldjson` or send `Accept: application/ld+json` - Markdown: append `?format=md` or send `Accept: text/markdown` - Per-page API: https://github-access-check.staging.thally.app/api/docs/{page-id} - Search API: https://github-access-check.staging.thally.app/api/search?q={query} - Capability manifest (skill): https://github-access-check.staging.thally.app/skill.md - Agent guidance (editing these docs): https://github-access-check.staging.thally.app/AGENTS.md - MCP server (attach docs as native tools): https://github-access-check.staging.thally.app/api/mcp - Agent readiness: https://github-access-check.staging.thally.app/api/agent-readiness ### Recommended workflow 1. Use this index, the search API, or `search_docs` before choosing a page. 2. Read the smallest set of relevant pages and follow their prerequisite links. 3. Treat the published docs as the source of truth. Label inferences and say when evidence is missing. 4. Cite the canonical human page URLs, not only API endpoints. 5. Use `/AGENTS.md` before editing a repository. The public MCP server is read-only. ## Get started ### Get started - [Introduction](https://github-access-check.staging.thally.app/): Give readers a clear path from their first question to a result they can verify. - [Quickstart](https://github-access-check.staging.thally.app/quickstart): Guide a new reader through one useful workflow and show them how to verify it. ### Design your docs - [Components](https://github-access-check.staging.thally.app/components): Use focused MDX components to make complex instructions easier to follow. - [Customization](https://github-access-check.staging.thally.app/customization): Make the documentation feel like a coherent part of your product. ## Guides ### Work with Thally - [Create a site](https://github-access-check.staging.thally.app/guides/create-a-site): Three ways to go from nothing to a published Thally site, and how publishing works after that. - [Work with the CLI](https://github-access-check.staging.thally.app/guides/work-with-the-cli): The thally commands you will actually use day to day. - [Connect AI tools](https://github-access-check.staging.thally.app/guides/connect-ai-tools): Every Thally site is agent-readable out of the box — here is what that gives you. ## API Reference Interactive API reference available at https://github-access-check.staging.thally.app/api