Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node 18 or higher (Node 20 LTS recommended).
- An OpenAI API key (or other Vercel-AI-SDK-compatible provider).
Install
The package exposes three binaries — pick the one you like:Provider keys
Add these to your shell rc file (~/.zshrc, ~/.bashrc, config.fish) or use a tool like direnv for per-project keys.
First launch
Updating
Uninstall
Troubleshooting
Command not found
Command not found
Make sure
npm prefix -g/bin is in your PATH. On macOS/Linux:OPENAI_API_KEY not set
OPENAI_API_KEY not set
The CLI needs a provider key. Export it before launching:
Tool errors / 429s
Tool errors / 429s
Some tools (Tavily, Moralis) need their own keys. See Configuration.