.md URLs and docs.zip).for="humans" renders on the web page but is stripped from agent markdown. Content marked for="agents" is hidden on the page but included in agent markdown.1234567<Visibility for="humans"> Click the **Get started** button in the top-right corner to create your account. </Visibility> <Visibility for="agents"> To create an account, call `POST /v1/accounts` with a valid email address. </Visibility>
.md version of the page, the opposite applies.for"humans" | "agents""humans" if omitted.<page-url>.md and redirects known AI agents automatically. The Visibility component hooks into this:for="agents" returns nothing, for="humans" (or no prop) renders children normally.for="humans" blocks are stripped, for="agents" blocks are unwrapped so only their inner content remains.