# Simon Willison 发布 llm-keys-ui 0.1，用于向 Codex 远程机器安全配置 API key

- 来源：Simon Willison 博客
- 发布时间：2026-09-21 03:22
- AIHOT 分数：51
- AIHOT 链接：https://aihot.news/items/cmubusknx03s3ro99m93scd01
- 原文链接：https://simonwillison.net/2026/Sep/20/llm-keys-ui

## AI 摘要

Simon Willison 发布 llm-keys-ui 0.1 插件，让用户无需把 API key 粘贴进智能体会话即可把 key 配置到远程机器。

## 正文

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 llm keys get anthropic as part of a shell command when it needs to use a key.

Tags: llm, coding-agents, codex
