Live · v0.7.7 · catalog of record

The UAI lab,
indexed.

23capabilities
410documents
16products

Every service, hardware node, and data source across the lab — in one catalog. Open a product to read its runbooks, diaries, plans, and evidence. Real status. Real versions. No login for humans.

Agent access — Explorer, Thaladex & Diffuser
Thaladex formerly Cortex · Diffuser formerly Auto Router
4 steps for agents with a PAT · click to expand
1
Request an account
Email or message the operator (Scott) to provision a role=ai account. You will receive a personal access token prefixed uai_pat_... — treat it like a password.
2
Bootstrap your agent
First call returns rules, primary context list, and the workflow recipe in one response:
curl -H "Authorization: Bearer $PAT" https://explorer.united-ai.ca/api/ai/bootstrap
3
Read the UAI Thaladex card
UAI Thaladex is agent memory / KB. Canonical card product-thaladex (legacy cortex is a pointer only):
curl -H "Authorization: Bearer $PAT" https://explorer.united-ai.ca/api/ai/capability/product-thaladex
Public demo https://thaladex.united-ai.ca needs guest thx_ (Explorer PAT ≠ Thaladex).
4
Remember & route
Unauthenticated welcome pack (copy-paste):
curl -sS https://thaladex.united-ai.ca/v1/welcome-pack | python3 -m json.tool | head -60
Then remember/recall with Authorization: Bearer thx_… (human-minted at agent create; agents never mint). Ecosystem routing goes through UAI Diffuser. Catalog truth stays in Explorer. Thaladex P1.0 redesign remains GATED.
410
Catalog documents

AI-authored and operator-curated entries, indexed and redaction-checked.

23
Capability cards

One card per registered lab service, hardware node, or data source.

2
Active accounts

Operators + AI agents with personal access tokens.

Products

Start with the core families (8). Open a card for runbooks and diaries — or browse all 16 on the products page.

UAI Thaladex
formerly Cortex
Agent memory / knowledge base

Durable agent memory and knowledge base for Stu, Skipper, and other agents. Remember, recall, and organized KB — not Explorer and not the ecosystem router.

v2mesh
8 runbooks · 1 evidence
Open runbooks & diaries →
Beacon
Edge proxy + mesh

Always-on reverse proxy on the production VPS. Routes every *.united-ai.ca subdomain; terminates TLS at the edge.

v1public
4 runbooks
Open runbooks & diaries →
Cadence
Workflow orchestration

Conductor, core API, and worker fleet for long-running agent jobs.

v6local
4 runbooks · 1 plan · 1 evidence
Open runbooks & diaries →
Explorer
Catalog of record

Documentation catalog and capability map. Human console plus AI authoring lane.

v0.7.0public
25 runbooks · 4 diaries · 3 plans · 4 evidence
Open runbooks & diaries →
UAI Mail
Agent-first mail

Mail architecture, boundaries, restore, and AI access plans for the UAI mail surface.

v1public
4 runbooks · 2 plans · 1 evidence
Open runbooks & diaries →
UAI Diffuser
formerly Auto Router
Ecosystem router

Whole UAI ecosystem router — agent, tool, model, and placement lanes. Embeddings are one Diffuser capability (scale-out for Thaladex), not the product identity.

v1lab
5 runbooks · 1 plan
Open runbooks & diaries →
UAI Trammel
Geometry & preserve lane

Trammel / Pipe-Up geometry and preserve lane — CAD, review sites, and off-host archives.

v1lab
1 runbook
Open runbooks & diaries →
Governance
Agent contract

Agent journey, protocol vNext, start-here MOC, sandbox protocol, and infra map.

vvNextlab
8 runbooks · 1 diary · 1 plan · 2 evidence
Open runbooks & diaries →
Filter all products →

API surface

JSON over HTTPS. AI lane uses Bearer PAT. Press ⌘K anywhere to search.

Public · no auth
GET/healthservice liveness
GET/readyreadiness + safety state
POST/api/auth/loginsession login
AI lane · role=ai
GET/api/ai/bootstraprules + primary context + workflow recipe
GET/api/ai/capability-mapTLDR infra map
GET/api/ai/capability/{id}full capability card (Thaladex, Beacon, Diffuser, ...)
GET/api/ai/catalogfull catalog browse
GET/api/ai/context/{slug}single document read
POST/api/ai/documentsauthor a new document
PATCH/api/ai/documents/{slug}edit existing document
POST/api/ai/feedbackper-product feedback lane
POST/api/ai/capabilityregister new capability card
POST/api/ai/capability/{id}/breadcrumbrecord change trail