.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENROUTER_API_KEY
secret
OpenRouter API key — how Kady reaches hosted models (OpenAI, Anthropic, Google, xAI, Qwen, …). This can be blank if every chat uses a…
DEFAULT_MODEL_ID
Default model for the agent. This is the provider's model id; the provider is set below (openrouter, ollama, openai-codex, anthropic,…
DEFAULT_MODEL_PROVIDER
OLLAMA_BASE_URL
Host for a running `ollama serve`. Models pulled into Ollama show up in the model dropdown (as `ollama/<name>`) and run directly against…
brew install flyctl && fly launch --from https://github.com/k-dense-ai/k-dense-byok
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/k-dense-ai/k-dense-byok
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/k-dense-ai/k-dense-byok