<?xml version="1.0" encoding="UTF-8"?>
<!--
  Open Source Filings (OSF) — sitemap for the API host.
  Added 2026-07-25 by the OSF hive: ClaudeBot (Anthropic's crawler) requested
  /sitemap.xml 19 times and got a 404, and 137 sitemap requests appear across the
  retained nginx logs. LLM crawlers were actively trying to index OSF and hitting a
  missing file.

  This lists only URLs that return HTTP 200. The priced x402 endpoints deliberately
  answer 402 Payment Required to an unpaid request, so listing them here would look
  like a wall of errors to a crawler. They are enumerated for machines in /llms.txt
  and /.well-known/x402, both of which ARE listed below.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://api.osf-master-server.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/llms.txt</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/.well-known/x402</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/.well-known/agent-card.json</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/.well-known/mcp.json</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/openapi.json</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://api.osf-master-server.com/robots.txt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
