Documentation Index
Fetch the complete documentation index at: https://wildcampstudio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Python 3.9+
Delve requires Python 3.9 or higher. Check your version with
python --versionInstallation Methods
- PyPI (Recommended)
- uv (Fast)
- From Source
Install Delve from PyPI using pip:This is the easiest method and works with any Python environment.
API Key Configuration
Anthropic API Key (Required)
Delve uses Claude models from Anthropic. You’ll need an API key:Get an API Key
Sign up and get your API key from the Anthropic Console
LangSmith API Key (Optional)
If you want to use LangSmith as a data source:Environment Variables
Create a.env file in your project directory for easy management:
.env
Verify Installation
Test that everything is working:- CLI
- SDK
Using with uv
If you installed withuv, you can run Delve without activating a virtual environment:
Using with Virtual Environments
If you prefer traditional virtual environments:Troubleshooting
Command not found: delve
Command not found: delve
Make sure you’ve installed Delve in your current environment:If using a virtual environment, ensure it’s activated.
API key not found
API key not found
Ensure your If empty, set it:
ANTHROPIC_API_KEY environment variable is set:Authentication failed
Authentication failed
Your API key may be invalid or expired. Get a new one from the Anthropic Console.
Python version too old
Python version too old
Next Steps
Quickstart
Run your first taxonomy generation
CLI Reference
Learn all CLI commands
SDK Reference
Explore the Python SDK
Examples
See code examples
