{
  "kind": "TotemianPublicAiNavigation",
  "schemaVersion": 1,
  "site": "https://totemiaempire.com",
  "scope": "empire",
  "purpose": "Machine-readable navigation map for AI agents that need public Totemian Empire pages without using the visual site navigation.",
  "crawlerPolicy": {
    "robots": "https://totemiaempire.com/robots.txt",
    "bots": "https://totemiaempire.com/bots.txt",
    "llms": "https://totemiaempire.com/llms.txt",
    "llmsFull": "https://totemiaempire.com/llms-full.txt",
    "sitemap": "https://totemiaempire.com/sitemap.xml",
    "privateBoundary": "Use public pages and public GET APIs only. Do not crawl dashboards, auth, account, finance, treasury, admin, workspace, edit, or mutating API routes.",
    "aiContext": "https://totemiaempire.com/api/ai/context",
    "aiNavigation": "https://totemiaempire.com/ai-navigation.json"
  },
  "startHere": [
    "https://totemiaempire.com/llms.txt",
    "https://totemiaempire.com/api/ai/context",
    "https://totemiaempire.com/sitemap.xml",
    "https://totemiaempire.com/about/us",
    "https://totemiaempire.com/government",
    "https://totemiaempire.com/about/laws"
  ],
  "publicSections": [
    {
      "label": "About",
      "pages": [
        "https://totemiaempire.com/about/us",
        "https://totemiaempire.com/about/history",
        "https://totemiaempire.com/about/decree-of-union"
      ],
      "apis": [
        "https://totemiaempire.com/api/public/about/us",
        "https://totemiaempire.com/api/public/about/history"
      ]
    },
    {
      "label": "Government",
      "pages": [
        "https://totemiaempire.com/government",
        "https://totemiaempire.com/government/about",
        "https://totemiaempire.com/government/emperor",
        "https://totemiaempire.com/government/chancellor",
        "https://totemiaempire.com/government/vice-chancellor",
        "https://totemiaempire.com/government/privy-council",
        "https://totemiaempire.com/government/list-of-chancellors"
      ],
      "api": "https://totemiaempire.com/api/public/government/pages",
      "itemPagePattern": "https://totemiaempire.com/government/<slug>",
      "itemApiPattern": "https://totemiaempire.com/api/public/government/pages/<slug>"
    },
    {
      "label": "Laws",
      "page": "https://totemiaempire.com/about/laws",
      "api": "https://totemiaempire.com/api/public/about/laws",
      "searchApi": "https://totemiaempire.com/api/public/about/laws/search?q=<term>",
      "itemPagePattern": "https://totemiaempire.com/about/laws/<slug>",
      "itemApiPattern": "https://totemiaempire.com/api/public/about/laws/<slug>"
    },
    {
      "label": "Articles",
      "pages": [
        "https://totemiaempire.com/articles",
        "https://totemiaempire.com/articles/news",
        "https://totemiaempire.com/articles/projects",
        "https://totemiaempire.com/articles/public-press"
      ],
      "api": "https://totemiaempire.com/api/public/articles",
      "itemPagePatterns": [
        "https://totemiaempire.com/articles/news/<number>",
        "https://totemiaempire.com/articles/projects/<number>",
        "https://totemiaempire.com/articles/public-press/<number>"
      ]
    },
    {
      "label": "Public calendars",
      "page": "https://totemiaempire.com/calendar",
      "directoryApi": "https://totemiaempire.com/api/public/calendars",
      "jsonApi": "https://totemiaempire.com/api/public/calendars/central-government",
      "iCalendarFeed": "https://totemiaempire.com/api/public/calendars/central-government.ics",
      "itemPagePattern": "https://totemiaempire.com/calendar/events/<id>",
      "itemApiPattern": "https://totemiaempire.com/api/public/calendars/events/<id>",
      "organizationJsonPattern": "https://totemiaempire.com/api/public/calendars/<political-parties|religions>/<slug>",
      "organizationICalendarPattern": "https://totemiaempire.com/api/public/calendars/<political-parties|religions>/<slug>.ics",
      "timeSemantics": "Timed values include RFC 3339 UTC plus Unix seconds and milliseconds and should be rendered in the viewer's timezone. All-day startDate/endDateInclusive values are YYYY-MM-DD date keys and must not be shifted."
    },
    {
      "label": "Political parties",
      "page": "https://totemiaempire.com/about/political-parties",
      "api": "https://totemiaempire.com/api/public/about/political-parties",
      "itemPagePattern": "https://totemiaempire.com/about/political-parties/<slug>",
      "itemApiPattern": "https://totemiaempire.com/api/public/about/political-parties/<slug>"
    },
    {
      "label": "Religions",
      "page": "https://totemiaempire.com/about/religions",
      "api": "https://totemiaempire.com/api/public/about/religions",
      "itemPagePattern": "https://totemiaempire.com/about/religions/<slug>",
      "itemApiPattern": "https://totemiaempire.com/api/public/about/religions/<slug>"
    },
    {
      "label": "Maps and geography",
      "pages": [
        "https://totemiaempire.com/maps",
        "https://totemiaempire.com/minecraft/map-viewers",
        "https://totemiaempire.com/maps/regions/omnislavia"
      ],
      "apis": [
        "https://totemiaempire.com/api/map-regions",
        "https://totemiaempire.com/api/map-pois"
      ],
      "itemPagePattern": "https://totemiaempire.com/maps/regions/<slug>",
      "itemApiPattern": "https://totemiaempire.com/api/map-regions/<slug>"
    }
  ],
  "search": {
    "page": "https://totemiaempire.com/search",
    "api": "https://totemiaempire.com/api/search?q=<term>",
    "note": "Use public search for public page discovery only; do not POST search logs."
  },
  "avoid": [
    "/api/dashboard",
    "/api/auth",
    "/api/account",
    "/api/finance",
    "/api/government",
    "/api/totemia-accounts",
    "/api/medals",
    "/api/payroll",
    "/api/admin",
    "/api/civic-registry",
    "/api/treasury",
    "/api/media-proxy",
    "/api/ai/ask",
    "/api/publications",
    "/api/search/log",
    "/dashboard",
    "/settings",
    "/my-banking",
    "/articles/workspace",
    "/maps/parcel-management",
    "/about/laws/imperial-orders/new",
    "/about/laws/*/manage",
    "/about/political-parties/*/workspace",
    "/about/religions/*/workspace",
    "/government/accounts/*/operations",
    "/government/accounts/*/salary-management",
    "/government/accounts/*/transactions"
  ]
}
