Configure coding agents to use the Poe API.
# Install Poe wrapper binaries.
npm install -g poe-code
# Run your existing agent CLI through Poe (you’ll be prompted for api key on first run).
poe-codex --helpAlso available: poe-claude, poe-opencode.
This updates the provider’s config files so you can use the provider CLI directly.
# Claude Code
npx poe-code@latest configure claude-code
# Codex
npx poe-code@latest configure codex
# OpenCode
npx poe-code@latest configure opencode
# Kimi
npx poe-code@latest configure kiminpx poe-code@latest remove codexUtilities are especially useful for scripting and CI/CD.
npx poe-code@latest spawn codex "Say hello"echo "Say hello" | npx poe-code@latest spawn codex --stdinnpx poe-code@latest test codex# Claude Code
npx poe-code@latest install claude-code
# Codex
npx poe-code@latest install codex
# OpenCode
npx poe-code@latest install opencode
# Kimi
npx poe-code@latest install kimi--dry-run– show every mutation without touching disk.--yes– accept defaults for prompts.