Configuration
Configure TurboDev for your workflow.
Setup Wizard
On first launch, TurboDev runs an interactive setup wizard:
- API Key — Enter your OpenRouter API key
- Model — Select your default LLM model
Re-run the wizard anytime with /setup.
Changing Your Model
Use the /model command to browse and switch models during a session:
/modelThis opens an interactive selector with popular models. Navigate with arrow keys, select with a number.
Configuration Storage
TurboDev stores configuration in:
~/.config/turbodev/config.jsonThis file contains:
json
{
"apiKey": "sk-or-...",
"model": "anthropic/claude-sonnet-4-20250514"
}WARNING
Never commit your API key to version control.
Next Steps
- Models — Browse available models
- Agent Skills — Installable skill packs
- MCP Servers — Connect external tool servers via Model Context Protocol
- Persistent Memory — Cross-session memory via
.turbodev/memory.md - Economy Mode — Cut token usage with concise output
- AGENTS.md — Project context file