Initialize
Run the onboard command to set up your workspace and configuration.
nanobot onboardConfigure
Add your API keys to ~/.nanobot/config.json
{ "providers": { "openrouter": {
"apiKey": "sk-or-v1-xxx" } },
"agents": { "defaults": {
"model": "anthropic/claude-opus-4-5" } }
}
Chat
Start chatting with your personal AI assistant.
nanobot agent -m "What is 2+2?"