Documentation Index
Fetch the complete documentation index at: https://handler.alduncanson.com/llms.txt
Use this file to discover all available pages before exploring further.
TUI and web UI
The TUI is the fastest way to explore an A2A agent when you want a live, interactive workflow instead of one command at a time.Start the TUI
What the TUI is good at
- switching between multiple agent connections in tabs
- inspecting agent cards and supported capabilities
- sending messages and watching streaming responses
- editing auth, custom headers, and connection details interactively
- keeping recent sessions close at hand while testing agents repeatedly
- viewing logs without leaving the interface
Useful keyboard shortcuts
The default footer exposes the most important controls:Ctrl+Popens the command paletteCtrl+Nopens a new server tabCtrl+Wcloses the active server tabCtrl+Bswitches to the previous server tabCtrl+Tswitches to the next server tabCtrl+Mmaximizes the focused panelCtrl+Cquits the application
Connecting with saved servers
If you already defined named servers inservers.toml, the TUI can open them
directly from the picker or from the command line with --server.
This is usually the easiest way to work with mTLS or OAuth2 because the server
definition already knows the URL and auth shape. See Servers and
Authentication.
Auth in the UI
The auth panel supports the same major flows as the CLI:- bearer tokens
- API keys
- custom headers
- mTLS certificate paths
- OAuth2 client credentials
Browser-hosted mode
If you want the same interface in a browser tab, serve it as a web app:localhost:8001.