Overview
This guide walks you through setting up IncidentFox for your team. By the end, you’ll have an AI SRE agent ready to investigate incidents from Slack.IncidentFox is deployed as a managed service. Contact your account team for access credentials and your team token.
Step 1: Get Your Credentials
After onboarding, you’ll receive:- Team Token - Used to authenticate API requests
- Web UI Access - Dashboard to configure agents and view investigation history
- Slack App - Bot to install in your workspace
Step 2: Install the Slack Bot
The Slack bot is the primary interface for triggering investigations.1
Install the App
Your IncidentFox admin will provide an installation link. Click it and authorize the app for your Slack workspace.
2
Invite to Channels
Invite
@incidentfox to channels where you want to trigger investigations:3
Test the Connection
Send a test message:The bot should respond confirming it’s connected.
Step 3: Configure Data Sources
Connect IncidentFox to your observability stack to enable investigations.Via Web UI
- Log in to your IncidentFox dashboard
- Navigate to Team Console > Integrations
- Click Add Integration and select your data source
- Enter the required credentials
Common Data Sources
| Platform | Required Credentials |
|---|---|
| Coralogix | API Key, Domain |
| Snowflake | Account, Username, Password, Warehouse |
| AWS | Access Key, Secret Key, Region |
| Datadog | API Key, Application Key |
| Grafana | URL, API Key |
| GitHub | Personal Access Token |
See the Data Sources section for detailed setup instructions for each platform.
Step 4: Enable Tools
IncidentFox comes with 50+ built-in tools. Enable the ones relevant to your stack. In the Web UI:- Go to Team Console > Tools
- Toggle on the tools you need
- Configure any tool-specific settings
Step 5: Start Investigating
You’re ready to go! Try these commands in Slack:Basic Investigation
Check Pod Status
Analyze CI Failure
Query Logs
What Happens During an Investigation
When you trigger an investigation, IncidentFox:- Acknowledges - Reacts to your message to confirm it’s working
- Plans - The Planner agent creates an investigation strategy
- Gathers Data - Pulls logs, metrics, and events from your data sources
- Analyzes - Correlates data to identify root cause
- Reports - Posts findings back to the Slack thread


