CLI tool to authenticate with Flixa and configure Claude Code to use Flixa as the API backend.
npm install -g @deniai/flixaOr use directly without installing:
npx @deniai/flixa <command>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).
flixa claude-codeSets ANTHROPIC_API_KEY and ANTHROPIC_BASE_URL in ~/.claude/settings.json so Claude Code routes requests through Flixa.
flixa logout # Remove stored credentials
flixa --help # Show all commandsEvery commit to main is published to npm under the canary tag:
npm install -g @deniai/flixa@canary