llm-keys-ui 0.1
Simon Willison released llm-keys-ui 0.1, a plugin providing a web UI to store API keys on machines without pasting them into agent sessions.
Simon Willison released llm-keys-ui 0.1, a plugin for his LLM command-line tool. It serves a web interface for saving API keys to a machine, designed to avoid pasting secrets into AI coding agent sessions such as Codex Remote. It is invoked via 'uvx --with llm-keys-ui llm keys-ui --all' and exposes the interface over local network or Tailscale device IPs.
- Plugin launched with 'uvx --with llm-keys-ui llm keys-ui --all' inside Codex agent sessions.
- Web UI reports interface URLs including local network and Tailscale device IPs.
- Goal is avoiding pasting API keys directly into ChatGPT/Codex agent sessions.
Release: llm-keys-ui 0.1 This plugin solves a very specific problem. I've started using Codex Remote to run coding agents on various machines while controlling them from my phone. Sometimes I use those machines to hack on LLM projects, and occasionally that means I need to configure an API key. I don't like pasting API keys into agent sessions, so I wanted a way to get those keys onto a machine without pasting them into the ChatGPT app directly. With this plugin, I can tell Codex to run: uvx --with llm-keys-ui llm keys-ui --all Then have it tell me the URL - including local network or Tailscale device IPs - for an interface to save additional API keys. Then later it can use a command like…
This source does not provide full text. Read it at simonwillison.net.