Use the interactive 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
Open the interactive terminal UI:What you can do with the TUI
- switching between multiple A2A servers in tabs
- inspecting agent cards and supported capabilities
- sending messages and inspecting task responses
- editing auth, custom headers, and server details interactively
- keeping recent sessions close at hand while testing agents repeatedly
- viewing logs without leaving the interface
Footer shortcuts
The footer shows the shortcuts that are always worth keeping close:Ctrl+Popens the command paletteCtrl+Qquits the application?opens the keybindings panel
Connecting with configured servers
If you already defined 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.