Skip to content
Dashboard

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
FeatureWarpFix ModelYour KeyNote
Error classification$0$0Always uses house model
Simple patches$0~$0.01/fixHouse model handles most
Multi-file refactorsPro plan~$0.10/fixComplex reasoning needed
Deep PR reviewPro plan~$0.05/reviewSecurity + edge cases
Run-until-green loopsTeam plan~$0.50/loopMultiple 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