Documentation Index
Fetch the complete documentation index at: https://docs.foggyhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
How long does setup take?
How long does setup take?
Under 5 minutes. Sign up, add a connector (URL + API token), and ask your first question. See the Quick Start guide.
Does Foggy replace Grafana / Datadog / my existing tools?
Does Foggy replace Grafana / Datadog / my existing tools?
No. Foggy reads from your existing tools — it doesn’t replace them. It works on top of your current observability stack and queries Grafana, Prometheus, and others to answer your questions.
What integrations are supported?
What integrations are supported?
Observability: Grafana, Prometheus, OpenSearch, Kubernetes. Errors and issues: Sentry, GitHub, Linear. Full-stack observability: Datadog. Alerts: generic Alert Webhook (any alerting tool that can POST JSON). Chat: Slack. Private-network proxy: Satellite. See the Integrations section in the sidebar for setup guides for each.
AI & Models
What LLM models does Foggy use?
What LLM models does Foggy use?
Claude Sonnet 4.6 (default), Claude Opus 4.7, and other models. You choose per-message via the model selector in the chat input.
Is my data sent to LLM providers?
Is my data sent to LLM providers?
Investigation prompts and tool query results (metrics, logs, events) are sent to the selected LLM for analysis. Infrastructure credentials (API tokens, URLs) are never sent to LLMs. See Security for the full data flow.
How long does an investigation take?
How long does an investigation take?
Simple queries: 10–30 seconds. Complex multi-tool investigations: 1–3 minutes. Results stream in real-time.
Can I use my own LLM API keys?
Can I use my own LLM API keys?
Yes. Paste your own LLM API key in Settings → LLM Providers. You control which provider processes your data.
Security & Data
How does Foggy handle security and compliance?
How does Foggy handle security and compliance?
Foggy operates in read-only mode with least-privilege access. See the Security page for full details.
Does Foggy modify my infrastructure?
Does Foggy modify my infrastructure?
Never. Foggy uses read-only access to all connected tools. It queries dashboards, metrics, and logs but never creates, updates, or deletes resources in your infrastructure.
How are credentials stored?
How are credentials stored?
Encrypted at rest using Fernet symmetric encryption. Decrypted only when making API calls to your tools. Never logged, cached, or displayed in the UI after initial entry.
Do you store or reuse our production data?
Do you store or reuse our production data?
No. Foggy does not store raw production data or use it to train models. Data is retained only as conversation history within your project and is never shared across projects.