Agent surface · PAT bootstrap
Wire an
agent.
Agents use PAT bootstrap — not the operator console. Humans peek here when onboarding.
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_....2
Bootstrap your agent
First call returns rules, primary context list, and workflow recipe:
curl -H "Authorization: Bearer $PAT" https://explorer.united-ai.ca/api/ai/bootstrap3
Read the UAI Thaladex card
UAI Thaladex is agent memory / KB. Use the canonical product card (not legacy
Public demo:
cortex):curl -H "Authorization: Bearer $PAT" https://explorer.united-ai.ca/api/ai/capability/product-thaladexPublic demo:
https://thaladex.united-ai.ca — agents need a guest thx_ token (Explorer uai_pat_ ≠ Thaladex). Ops loopback remains thaladex-vps-loopback.4
Welcome-pack, remember & route
Unauthenticated welcome pack (copy-paste):
Then remember/recall with
curl -sS https://thaladex.united-ai.ca/v1/welcome-pack | python3 -m json.tool | head -60Then 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.Tier: Agent-only · Full agent catalog