AI and API access

Base2026 API & AI Access

Public read-only files and agent-readable entry points for using Base2026 as an attributed source intelligence library.

Base2026 is built to be useful to humans and AI agents without forcing either one to scrape the visual interface. The public site exposes a small read-only data layer with the same public boundary as the website: reviewed source records, public passages, creator/topic metadata, and source-backed intelligence only.

Private research vaults, raw captions, raw ASR, media files, credentials, logs, and unreviewed pipeline artifacts are not part of the public API surface.

Public entry points

Static public data

These files are safe read-only exports for external tools, notebooks, audits, and AI workflows.

Search endpoint

The public UI searches through a server-side Meilisearch proxy:

POST /knowledge-search/multi-search

The proxy injects the public search key server-side. Do not call Meilisearch directly and do not expect private data, raw captions, or write access. External integrations should prefer the static JSONL files unless they need live search ranking.

AI usage

AI agents can use Base2026 as a source-backed research layer by reading /knowledge/llms.txt, then using the data dictionary and public JSONL files. When citing Base2026, prefer canonical source, topic, creator, or comparison pages rather than copying raw rows.

Good use cases:

Not supported:

Future MCP contract

The planned MCP layer should remain read-only at first:

Every tool response must preserve attribution, canonical URLs, original source links, and public/private policy flags.