Install CLI¶
Run HolmesGPT from your terminal as a standalone CLI tool.
Installation Options¶
Quick Start¶
After installation, set up your AI provider and run your first investigation:
-
Set up API key:
See supported AI Providers for more details.# OpenAI export OPENAI_API_KEY="your-api-key" # Anthropic export ANTHROPIC_API_KEY="your-api-key" # Azure OpenAI export AZURE_API_VERSION="2024-02-15-preview" export AZURE_API_BASE="https://your-resource.openai.azure.com/" export AZURE_API_KEY="your-azure-api-key" # Google export GOOGLE_API_KEY="your-api-key"
-
Create a test pod to investigate:
-
Ask your first question:
Ask follow-up questions to refine your investigation
Next Steps¶
- AI Provider Setup - Configure your AI provider
- Run Your First Investigation - Complete walkthrough with examples
- Add integrations - Connect monitoring tools like Prometheus and Grafana
- Troubleshooting guide - Common issues and solutions
Need Help?¶
- Join our Slack - Get help from the community
- Request features on GitHub - Suggest improvements or report bugs