Quick Start
Once installed, you’re three steps from chatting.
1. Add your API key
If you used the install script, this is already done. Otherwise, edit ~/.kyber/config.json:
{
"providers": {
"openrouter": {
"apiKey": "sk-or-v1-your-key-here"
}
},
"agents": {
"defaults": {
"provider": "openrouter",
"model": "google/gemini-3-flash-preview"
}
}
}2. Chat
Send a single message:
kyber agent -m "Hello from Kyber"Or start an interactive session:
kyber agent3. Start the gateway (for chat channels)
If you want to use Discord, Telegram, WhatsApp, or Feishu:
kyber gatewayThe gateway runs the agent and all enabled chat channels on port 18790.
Start the dashboard
To manage configuration from a web UI:
kyber dashboardOpens at http://127.0.0.1:18890. A bearer token is generated automatically on first run.
Check status
kyber statusShows your configured provider, model, enabled channels, and workspace path.