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, port18080. - Bind: mesh-only (
wt0interface). Not reachable from127.0.0.1,0.0.0.0, the public IP, or the deprecatedhttps://explorer.united-ai.caURL. - 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 viaexplorer-inbox-sweep.service. - Routes NOT served here:
/readyand/api/ai/bootstrap(those live on the Python UAPI Explorer at10.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-exploreruai-doc-ecosystem-product-beacon-v1uai-doc-ecosystem-product-uai-meshuai-doc-ecosystem-product-switchboard