{
  "name": "Base2026 public API index",
  "version": "2026-06-18",
  "status": "static_public_index",
  "base_url": "https://aggressorbulkit.online/knowledge/",
  "policy": {
    "access": "public read-only",
    "private_data": "not exposed",
    "raw_captions": "not exposed",
    "raw_asr": "not exposed",
    "media_files": "not exposed"
  },
  "entry_points": [
    {
      "id": "human_search_workspace",
      "url": "https://aggressorbulkit.online/knowledge/",
      "format": "html",
      "description": "Public search workspace for human review of sources, topics, creators, and source-backed intelligence."
    },
    {
      "id": "api_access_page",
      "url": "https://aggressorbulkit.online/knowledge/api.html",
      "format": "html",
      "description": "Human-readable API and AI access documentation."
    },
    {
      "id": "llms_context",
      "url": "https://aggressorbulkit.online/knowledge/llms.txt",
      "format": "text",
      "description": "Agent-readable project context, public boundaries, and recommended entry points."
    },
    {
      "id": "sitemap",
      "url": "https://aggressorbulkit.online/knowledge/sitemap.xml",
      "format": "xml",
      "description": "Public sitemap index for generated source, topic, comparison, creator, and info pages."
    }
  ],
  "route_templates": [
    {
      "id": "source_page",
      "template": "https://aggressorbulkit.online/knowledge/sources/{item_id}.html",
      "description": "Canonical public source record page with attribution, reviewed public source text when policy allows, and source-backed intelligence."
    },
    {
      "id": "topic_page",
      "template": "https://aggressorbulkit.online/knowledge/topics/{topic_id}.html",
      "description": "Canonical topic evidence page."
    },
    {
      "id": "creator_page",
      "template": "https://aggressorbulkit.online/knowledge/creators/{handle}.html",
      "description": "Canonical creator attribution page."
    },
    {
      "id": "compare_page",
      "template": "https://aggressorbulkit.online/knowledge/compare/{topic_id}.html",
      "description": "Canonical topic comparison page for repeated source-backed viewpoints."
    }
  ],
  "endpoints": [
    {
      "id": "manifest",
      "url": "https://aggressorbulkit.online/knowledge/static/manifest.json",
      "format": "json",
      "description": "Release counts and public export metadata."
    },
    {
      "id": "documents",
      "url": "https://aggressorbulkit.online/knowledge/static/documents.jsonl",
      "format": "jsonl",
      "description": "Search documents and public source records."
    },
    {
      "id": "passages",
      "url": "https://aggressorbulkit.online/knowledge/static/passages.jsonl",
      "format": "jsonl",
      "description": "Public evidence passages linked to source records."
    },
    {
      "id": "insight_cards",
      "url": "https://aggressorbulkit.online/knowledge/static/insight_cards.jsonl",
      "format": "jsonl",
      "description": "Reviewed public source-backed insight cards."
    },
    {
      "id": "topic_signal_briefs",
      "url": "https://aggressorbulkit.online/knowledge/static/topic_signal_briefs.jsonl",
      "format": "jsonl",
      "description": "Compact deterministic signal summaries for strong public topics."
    },
    {
      "id": "data_dictionary",
      "url": "https://aggressorbulkit.online/knowledge/data-dictionary.json",
      "format": "json",
      "description": "Field and dataset documentation for public Base2026 data."
    },
    {
      "id": "search_multi",
      "url": "https://aggressorbulkit.online/knowledge-search/multi-search",
      "method": "POST",
      "format": "json",
      "description": "Server-side Meilisearch multi-search proxy used by the public UI. Prefer static JSONL for bulk/offline analysis; use this endpoint when live search ranking is needed."
    }
  ],
  "future_mcp_contract": {
    "planned": true,
    "principles": [
      "read-only public data first",
      "source attribution required",
      "no raw caption or private pipeline exposure",
      "stable source, creator, topic, and signal lookup tools before write tools"
    ]
  }
}
