This page is a placeholder. Replace this content with your own legal copy before going live with paying customers. The notes below describe what WatchdogAI actually does so you have an accurate factual baseline.
WatchdogAI is a Laravel package installed inside your Laravel application. The package itself does not collect any data — it persists events to your database, sends LLM analysis requests to your chosen provider using your API key, and renders a dashboard on your server.
authorization / cookie / x-api-key headers by default), correlation IDs, timestamps. Stored in your watchdog_events table.ai_log_analyses.watchdog_ai_token_usage.APP_KEY. Stored in watchdog_ai_providers.When you click "Suggest Fix" or the AI Monitor cron runs, the package sends a request to the LLM provider you configured. That request contains:
app/ directoryYou should review the privacy policy of whichever LLM provider you use (Groq, Anthropic, xAI, OpenAI) for what they do with the data they receive. Ollama runs locally on your server and does not send data anywhere.
The package authors and SICL do not receive any telemetry, analytics, or usage data from your installation. There is no "phone home". Network traffic from the package only goes to (a) the LLM provider you configured and (b) your own users via the dashboard you host.
Watchdog events and AI analyses are pruned automatically after the configured retention window (default 30 days). You can change the windows or disable pruning in config/watchdog-ai.php.
Questions about this policy: scgvegas@gmail.com.