# Instantly API Configuration
# Get your API key from: https://app.instantly.ai/settings/integrations
INSTANTLY_API_KEY=your-api-key-here
# Optional: Tool Category Lazy Loading
# Reduces context window by loading only specific tool categories
# Valid categories: accounts, campaigns, leads, emails, analytics
# Example: TOOL_CATEGORIES=accounts,campaigns
# Default: All categories loaded (31 tools)
# TOOL_CATEGORIES=
# Optional: Server Configuration (for HTTP transport)
# HOST=0.0.0.0
# PORT=8000