The address
127.0.0.1 is this Mac’s own address,
which no other machine can route to: the endpoint is not bound to your Wi-Fi
address, not bound to 0.0.0.0, and there is no interface picker that widens
it. A test in Pomeroy’s own repository fails if that ever changes.
The commonest shape an assistant wants it in, with the token Pomeroy generates:
http, streamable-http,
streamableHttp, streamable, remote), and some want serverUrl, httpUrl
or baseUrl rather than url. Your assistant’s own page has the exact one it
takes. Find yours.
You do not normally type any of this. Pomeroy writes the address, and in
Token mode the token, into the settings of every assistant it can reach.
What guards the endpoint
The credential belongs to the endpoint, not to a connection. There is exactly one, and you choose which kind from three modes that each admit exactly one thing.
The modes are exclusive. A mode that named a credential and then admitted a
different one would not be a mode, so in Token and Open the approval
endpoints are not merely unused: they return 404.
Token
One bearer token for the whole address,pomeroy_ and 32 random bytes. Pomeroy
writes it into the settings of every assistant it can reach, and shows it,
behind Reveal, for anything it cannot: a script, a container, or a request
made by hand.
Approval
No shared secret at all. A client registers itself, asks, and you answer in a Pomeroy window; what it gets is its own, revocable on its own. Deny is the button the Return key presses. Use this in front of a tunnel, or anywhere the token would have to be copied somewhere you would rather it were not.Open
Open is a real choice and a real risk: it means any process running as you on this Mac can call your tools, and read your mail and messages through them. Nothing is checked. It exists because a buyer with a locked-down runner may prefer to gate at the network layer instead, and because the alternative to offering it is people leaving a token in a shell history.Who is on the other end
Whatever the mode, the name on a connection row is what the assistant calls itself in its opening request, rather than a checked identity, and Pomeroy labels it that way. The row also says how it got its credential: set up by Pomeroy, approved by you, or came in with nothing. Ask me before a new assistant connects adds a prompt to the other modes.Containers and virtual machines
A container on Docker Desktop reaches it because what arrives is a real
connection from a process on the Mac. A virtual machine on its own subnet is
somewhere
127.0.0.1 cannot be reached from, and needs a forwarder you run.