<?xml version="1.0" encoding="UTF-8"?>
<!--
  Trillboards agentic-discovery sitemap. Companion to the main sitemap.xml
  (which lists human-readable pages) — this file enumerates the surfaces an
  AI agent or LLM crawler actually needs to read to discover, buy, measure,
  and verify DOOH inventory through Trillboards.

  Per the Sitemap protocol, every <loc> below resides on the same host as
  this file (trillboards.com). The trillboards.com endpoints for /llms.txt
  and /.well-known/adagents.json are nginx reverse-proxies to the canonical
  api.trillboards.com sources (see infrastructure/nginx/snippets/
  trillboards-locations.conf). For api-only surfaces (MCP server, OpenAPI
  specs, /api/discover registry, attribution llms.txt), see /agents.md
  which enumerates them prose-form without spec restrictions.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trillboards.com/agents.md</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trillboards.com/llms.txt</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trillboards.com/.well-known/adagents.json</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trillboards.com/.well-known/dsp-api-discovery.json</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://trillboards.com/sitemap.xml</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trillboards.com/robots.txt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
