<?xml version="1.0" encoding="UTF-8"?>
<!--
  Country DB Services sitemap.
  Lists every machine-discoverable surface — discovery JSON, OpenAPI,
  llms.txt, browsable docs. Changefreq is "daily" because pricing in
  /.well-known/x402/routes.json is hydrated from env at request time
  and may shift between deployments.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>/llms.txt</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>/llms-full.txt</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>/.well-known/x402/routes.json</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>/openapi.json</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>/docs</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>/healthz</loc>
        <changefreq>always</changefreq>
        <priority>0.1</priority>
    </url>
</urlset>
