Beacon docs
docsuai-explorerredacted view

UAI Explorer (Rust catalog at Beacon mesh)

Sibling Rust/Axum documentation catalog at 100.119.16.109:18080; /health, /api/v1/search, /api/v1/agent-guide; ~2625 entities; v0.3.2 schema v4.

Updated 2026-06-25·Freshness: Reference·No secret-like patterns were observed in this view.

UAI Explorer (Rust catalog at Beacon mesh)

Sibling Rust/Axum documentation catalog at 100.119.16.109:18080; /health, /api/v1/search, /api/v1/agent-guide; ~2625 entities; v0.3.2 schema v4.

Body

UAI Explorer (Rust Catalog at Beacon Mesh)

Purpose

UAI Explorer is the standalone Rust/Axum documentation catalog hosted on the production Beacon VPS, mesh-only. It is the canonical indexed record over every UAI documentation surface (runbooks, public-review exports, archives, source refs) with source, freshness, and sensitivity labels. Distinct from the Python UAPI Explorer at CT121 — see uai-doc-ecosystem-product-uapi-explorer for that sibling.

Current State

  • Status: active.
  • Host: production Beacon VPS, mesh IP 100.119.16.109, port 18080.
  • Bind: mesh-only (wt0 interface). Not reachable from 127.0.0.1, 0.0.0.0, the public IP, or the deprecated https://explorer.united-ai.ca URL.
  • Version: 0.3.2 (per /health).
  • Schema version: 4 (physical entity kinds: PhysicalResource, PhysicalSession, PhysicalObservation, WhiteboardCapture, VoiceCommandEvent, ProjectionScene).
  • Entity count: ~2625.
  • Service: uai-explorer.service (active, mesh-bound).
  • Freshness timer: hourly via uai-explorer-freshness.timer.

Key Components

  • Source tree: Rust workspace (explorer-core / explorer-storage / explorer-web / explorer-cli) at the Beacon-side repo.
  • Data: SQLite WAL mode, schema v4.
  • Public API surface (GET-first): /api/v1/{assets,services,hosts,products, tools,projects,runbooks,documents,search,freshness,crossovers,schema}, /api/v1/agent-guide, /health, /readyz.
  • Ingest path: explorer-cli ingest-md --db <DB> <path> --namespace=<ns> writing directly to SQLite. Inbox watcher at the Explorer inbox root fires every minute via explorer-inbox-sweep.service.
  • Routes NOT served here: /ready and /api/ai/bootstrap (those live on the Python UAPI Explorer at 10.0.0.121:8080).

Relationships

  • Sibling product: uai-doc-ecosystem-product-uapi-explorer (Python).
  • Hosts: production Beacon VPS (same host as production Beacon reverse proxy, UAI Mesh, UAI Switchboard, Cadence v6 services).
  • Receives diary drops from: every product workspace via the Explorer inbox (uai-explorer, uai-switchboard, cadence-v6, etc.).
  • Cross-references: the Python UAPI Explorer's uai-doc-docs-* entries are a curated subset of this catalog's broader ingestion.

Status

active.

See Also

  • uai-doc-ecosystem-product-uapi-explorer
  • uai-doc-ecosystem-product-beacon-v1
  • uai-doc-ecosystem-product-uai-mesh
  • uai-doc-ecosystem-product-switchboard