@deniai/flixa
v0.1.2
Published
CLI tool to authenticate with [Flixa](https://deniai.app) and configure Claude Code to use Flixa as the API backend.
Downloads
481
Readme
Flixa CLI
CLI tool to authenticate with Flixa and configure Claude Code to use Flixa as the API backend.
Installation
npm install -g @deniai/flixaOr use directly without installing:
npx @deniai/flixa <command>Usage
1. Log in
flixa loginOpens a browser-based device authorization flow. Your API key is saved to the system credential store (Keychain on macOS, GNOME Keyring on Linux, DPAPI on Windows).
2. Configure Claude Code
flixa claude-codeSets ANTHROPIC_API_KEY and ANTHROPIC_BASE_URL in ~/.claude/settings.json so Claude Code routes requests through Flixa.
Other commands
flixa logout # Remove stored credentials
flixa --help # Show all commandsCanary releases
Every commit to main is published to npm under the canary tag:
npm install -g @deniai/flixa@canary