Bring Your Own Key
Plug in your own OpenAI, Anthropic, or Google API key for heavy features. WarpFix orchestrates; you control the LLM bill.
Your Key, Your Bill
Use your own API key for expensive flows: multi-file refactors, deep reviews, run-until-green loops. WarpFix keeps a small house model for cheap tasks.
Keys Never Stored
Your API key is encrypted in transit and held only in memory during processing. Never logged, never persisted to disk.
Local Agent Mode
Run WarpFix CLI locally — processing happens on your machine with your key. Only validation/PR wiring goes through the cloud.
Configure API Key
Best for complex multi-file patches and deep code reasoning
Available models:gpt-4ogpt-4o-minio1-preview
Encrypted in transit (TLS 1.3). Held in memory only during processing. Never logged or persisted.
Cost Comparison: House Model vs BYO Key
| Feature | WarpFix Model | Your Key | Note |
|---|---|---|---|
| Error classification | $0 | $0 | Always uses house model |
| Simple patches | $0 | ~$0.01/fix | House model handles most |
| Multi-file refactors | Pro plan | ~$0.10/fix | Complex reasoning needed |
| Deep PR review | Pro plan | ~$0.05/review | Security + edge cases |
| Run-until-green loops | Team plan | ~$0.50/loop | Multiple iterations |
Local Agent Mode
Run WarpFix locally with your own API key. Processing happens on your machine — only PR creation goes through the cloud.
# Install the CLI
$ npm install -g warpfix-cli
# Set your API key
$ export OPENAI_API_KEY=sk-...
# Run local repair with your key
$ warpfix fix --local --model gpt-4o
# Dry-run without pushing
$ warpfix fix --dry-run --model claude-sonnet-4-20250514