Simon Willison1 min readrelease notesintro
llm-keys-ui 0.1
Summary
Simon Willison released llm-keys-ui 0.1, a tiny web UI that lets you store LLM API keys on a remote machine and retrieve them via the llm CLI, avoiding pasting keys into chat sessions. It runs with a single uvx command and exposes local network URLs for access.
- Run `uvx --with llm-keys-ui llm keys-ui --all` to start a local web server exposing URLs on the network.
- The UI lets you add named API keys without ever displaying existing values.
- Retrieve a stored key in scripts via `llm keys get <provider>` (e.g., anthropic).
- Supports multiple providers out of the box (anthropic, openai, openrouter, qwen-dummy).
Anyone using Codex Remote or similar agents who need to manage LLM API keys securely on remote machines should care.
4/10





