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.
Servers
Handler can load named server definitions from two places:- global config at
$XDG_CONFIG_HOME/handler/servers.toml - repository-local config at
.handler/servers.toml
Handler Agent at
http://localhost:8000. It appears in the TUI server picker even before you
create a servers.toml file, so new users can connect to Handler’s bundled
embedded agent immediately. If you define your own server with the same name or
URL, Handler uses your entry instead of adding the built-in one.
Repository-local config is useful when a project should travel with a shared
agent URL or auth shape, while secrets continue to come from environment
variables on each developer machine.
File format
url. Auth is optional.