innies
v0.1.16
Published
CLI wrappers for routing Claude and Codex through the Innies proxy.
Maintainers
Readme
innies
CLI wrappers for routing Claude Code and OpenAI Codex through the Innies proxy.
Install
npm install -g inniesCommands
innies login --token <buyer_token> --base-url https://api.innies.computer
innies doctor
innies claude -- --help
innies codex -- --help
innies unlink claudeWhat It Does
innies clauderuns Claude Code through a local loopback bridge that forwards to the Innies Anthropic path with buyer auth injected.innies codexruns Codex against the Innies OpenAI Responses proxy path.- Innies authenticates with your buyer token and routes requests through pooled provider credentials.
Notes
- You need an Innies buyer token, not a raw Anthropic/OpenAI API key.
innies loginstores config in~/.innies/config.json.- Wrapper commands pass through extra arguments after
--. innies codexisolates wrapped runs from stale local ChatGPT login state in~/.codex/auth.json, while still preserving normal Codex config likeconfig.toml.innies doctorshows the actual Claude binaryinnies claudewill execute and whether plainclaudeis currently wrapper-linked through Innies.innies unlink clauderemoves the managed~/.local/bin/claudetakeover wrapper if you want plainclaudeto go back to the real local install.- Upgrade past
[email protected]if installed; that build used Claude credential shelving and has been replaced by the local bridge flow.
Repo
Main repo: https://github.com/shirtlessfounder/innies
