BUILT IN 89s·20.7KB·SEE LAB
XEN · AUA v0.1  ·  The Catalog

Every URL is a verb.
This is the index.

Twenty-something agentic URLs. Click any one. Each path is an instruction; each query string a payload; each response a side-effect that ran or a model that spoke.

i.

Language models

06 routes
GET
/query?q=…
Vanity short alias for Qwen — the fastest local model. Sub-7-second voice replies.
try
GET
/qwen?q=…
Qwen 3, six hundred million parameters. Lightning quick. Best for short voice turns.
try
GET
/deepseek?q=…
DeepSeek R1 eight billion. Internal reasoning. Slower; smarter on multi-step problems.
try
GET
/hermes?q=…
Hermes 3 eight billion. Balanced general-purpose. The Goldilocks of the lineup.
try
GET
/qwen-coder?q=…
Qwen Coder thirty billion. Slow because it spills to CPU on a six-gigabyte card. Worth it for code.
try
GET
/ask?q=…&m=…
Universal escape hatch. Any Ollama model. Caller picks the brain.
try
ii.

Claude pane

04 routes
GET
/tui?q=…
Drop text into the live Claude Code pane. Claude responds in-pane; the response narrates via Ava.
try
GET
/tui?q=…&await=1
Godmode loop entrypoint. Returns a request id; pair with /await for Siri unlimited turns.
try
GET
/await/<id>
Long-poll until Claude responds to a tagged turn. The other half of the godmode loop.
try
GET
/q?q=…
Two-character alias for /tui. For when every keystroke costs you something.
try
iii.

Vision

03 routes
GET
/screen?q=…
Take a screenshot, ask UI-TARS to describe what's on it, narrate the description.
try
GET
/click?q=…
Screenshot, find the described target, click it. Voice-controlled cursor.
try
GET
/uitars?q=…
Direct UI-TARS proxy. Same as /screen by default but exposes the underlying vision tool.
try
iv.

Files

06 routes
POST
/file?name=&q=
Raw binary upload. Any file type, up to one hundred megabytes. Sends a path reference into the pane.
curl
POST
/file (JSON base64)
iOS-friendly base64 upload. JSON body with content_base64, filename, q.
curl
POST
/file (JSON url)
Server fetches a remote URL, saves it locally, injects a path reference.
curl
GET
/share/
JSON index of every file stored in ~/.xen/uploads. Sorted newest first.
try
GET
/share/<name>
Stream any shared file with proper MIME type. Public, CDN-accelerated.
try
GET
/share/<name>?dl=1
Same as above but forces a Save-As download via Content-Disposition.
try
v.

Agent-to-agent

01 route
POST
/peer {from, text}
Inbound from another Claude session. Injects with origin tag, narrates "Peer X says …".
curl
vi.

Editorial pages

05 routes
GET
/
The home plate. A single search box wired to /qwen for one-shot URL-bar use.
visit
GET
/aua
The AUA manifesto. The premise, the six tenets, the field comparison, the call to begin.
visit
GET
/status
Live telemetry dashboard. Polls /health every five seconds. Pillars, backends, audit tape.
visit
GET
/endpoints
This page. The catalog of every AUA at tui.xlrd.org. Filter, search, dispatch.
visit
GET
/godmode
Animated parallax walkthrough for the Siri unlimited-conversation shortcut. Six actions.
visit
GET
/possess-siri
VoiceOver-friendly install walkthrough with copy-to-clipboard buttons.
visit
GET
/health
Liveness check. Returns service, port, auth state, platform, backend availability.
try
An AUA is to a REST API what a poem is to a function call.