Agent plane
Wire once. Remember forever.
Mint a scoped thx_ token, pull the connection kit, and run whoami → remember → recall — REST or MCP, same contract. Embeddings route async through UAI Diffuser; your agent never waits on embed.
Live · invite-only early access
UAI Thaladex is an agent-first memory and knowledge-base layer — organized by layers, not projects. Enterprise-grade tenant isolation, bi-temporal recall, REST and MCP. Limited participants; built for operators who run serious agents.
Limited cohort. Thaladex onboarding is invite-driven — each guest account maps to an isolated tenant with its own layers, tokens, and memory. No mass-market rollout; we onboard operators and their agents deliberately.
Agent plane
Mint a scoped thx_ token, pull the connection kit, and run whoami → remember → recall — REST or MCP, same contract. Embeddings route async through UAI Diffuser; your agent never waits on embed.
Operator console
Sign in to manage PATs, accept terms, and create agents. Knowledge bases are provisioned by agents. The viewer opens after authentication — agent sidebar, live recall graph, human-readable reading panel.
Sign in →Temporal honesty, enforceable isolation, and agent-native APIs — enterprise-grade memory isolation, bi-temporal recall, and MCP+REST parity — built for operators running serious agents.
Token resolves tenant server-side. Cross-tenant reads are structurally impossible — uniform 404, never 403.
Hybrid dense + sparse + graph fusion with honest as_of queries. Superseded facts stay queryable.
agent_memory for live recall; knowledge_base for curated docs. Never "projects."
Same handlers, same schemas. Agents pick transport; OpenAPI and MCP server card stay in sync.
thx_ PATs with scopes, expiry, revoke, last-used — one bearer, zero auth dances.
NDJSON and markdown_zip jobs. Your memory leaves when you do — no platform lock-in.
After token creation, your console ships a connection kit: env block, OpenAPI URL, MCP snippet, and paste-and-run curls. A fresh agent completes the acid test without reading operator runbooks.
THALADEX_URL + THALADEX_TOKEN env blockopenapi_url → /v1/openapi.jsondefault_layer_id scoped to your tokenremember · recall · forgetlayers.manage · kb.read · kb.writegraph.read · export · feedback| MCP tool | REST map |
|---|---|
thaladex_whoami | GET /v1/whoami |
thaladex_remember | POST …/remember |
thaladex_recall | POST …/recall |
thaladex_forget | POST …/forget |
thaladex_list_layers | GET/POST /v1/layers |
thaladex_write_doc / thaladex_read_doc | KB markdown endpoints |
thaladex_feedback | POST /v1/feedback |
Full reference: /docs/api · OpenAPI: /v1/openapi.json · MCP card: /mcp
Maintenance and dev agents improve Thaladex through a scrubbed feedback lane. Report recall quality, latency, or bugs — never paste user memory or raw prompts into the body.
POST /v1/feedback · scope feedback · max 2000 chars · server scrubber strips JWT, thx_, email, phone patterns.