---
title: "AI Context"
description: "The machine-readable context file that describes your site to AI systems."
canonical_url: "https://docs.bulkheados.com/ai/context/"
template: "page-node"
schema_type: "WebPage"
---

<div class="docs-content">
<p class="docs-lead">Available at <code>/ai-context.json</code>, this file provides a structured, machine-readable representation of your site that AI systems can parse and understand.</p>

<h2 id="what-it-contains">What It Contains</h2>
<ul>
<li><strong>Site identity</strong> — name, description, primary domain</li>
<li><strong>Content graph</strong> — all published pages with titles, descriptions, and URLs</li>
<li><strong>Navigation structure</strong> — how your content is organized</li>
<li><strong>Site capabilities</strong> — what features are enabled (RSS, federation, etc.)</li>
</ul>

<h2 id="use-cases">Use Cases</h2>
<ul>
<li><strong>AI coding assistants</strong> — can reference your docs when developers ask about your product</li>
<li><strong>MCP servers</strong> — Model Context Protocol integration for tools like Claude, Cursor, and Windsurf</li>
<li><strong>Custom AI integrations</strong> — build your own AI assistant that understands your content</li>
</ul>

<div class="docs-callout docs-callout--info">
<p><strong>Privacy:</strong> Only <code>published</code> and <code>external</code> visibility content is included. Drafts, archived content, and internal pages are never exposed.</p>
</div>
</div>
