# GitBrand > The brand context layer for AI. Fetch authoritative brand records by slug. GitBrand stores logos, colors, fonts, voice and brand resources at canonical, machine-readable URLs. For any slug, you can fetch: ## Per-brand endpoints - https://gitbrand.com/{slug}/brand.json — structured brand record - https://gitbrand.com/{slug}/llms.txt — short llms.txt index - https://gitbrand.com/{slug}/llms-full.txt — verbose llms.txt with full body - https://gitbrand.com/{slug}.md — full markdown brief - https://gitbrand.com/api/v1/repos/{slug} — REST endpoint - https://gitbrand.com/mcp/{slug} — MCP server (JSON-RPC over HTTP) ## Documentation - [Use with AI](https://gitbrand.com/ai) - [Documentation](https://gitbrand.com/docs) - [Plugin manifest](https://gitbrand.com/.well-known/ai-plugin.json) ## Optional - Only public repositories with AI access enabled are exposed. - Private/password-protected repos return 404 from these surfaces.