Install
Verify
Shell Completions
Generate tab completions for your shell:Requirements
- Node.js 18+
- A Danube account (sign up)
Next Steps
Authentication
Log in and configure API keys
Search & Execute
Find and run tools from the terminal
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Danube CLI to search tools, execute them, and manage integrations from the terminal.
npm install -g danube-cli
npx danube-cli search "send email"
danube --version
danube completion bash >> ~/.bashrc
source ~/.bashrc
danube completion zsh >> ~/.zshrc
source ~/.zshrc
danube completion fish > ~/.config/fish/completions/danube.fish
