Overview
IncidentFox agents can be customized through configuration to:- Modify system prompts
- Enable or disable specific tools
- Add custom context about your infrastructure
- Tune behavior for your team’s needs
Agent Types
Configuration Structure
Each agent is configured under theagents key:
Configuration Options
prompt
The system prompt that defines the agent’s behavior, knowledge, and communication style.
enabled
Toggle an agent on or off. Defaults to true.
disable_default_tools
Remove specific tools from an agent’s default toolkit. Useful for security or compliance.
enable_extra_tools
Add tools beyond the agent’s default set.
Writing Effective Prompts
Structure
A well-structured agent prompt includes:- Role definition - What the agent is and does
- Context - Information about your infrastructure
- Guidelines - How to approach investigations
- Constraints - What to avoid or be careful about
- Output format - How to structure responses
Example: Investigation Agent
Example: Slack Bot Agent
Agent Specialization
Creating Workflow-Specific Agents
You can create specialized agents for different workflows: CI/CD Investigation Agent:Tuning Tips
Improve Root Cause Accuracy
- Add service dependencies to the prompt
- Include common failure patterns you’ve seen
- Specify data source priority (which to check first)
- Add context about recent changes (migrations, refactors)
Reduce Investigation Time
- Prioritize fast data sources in the prompt
- Include known quick wins (common issues and solutions)
- Set appropriate timeouts for tool execution
Improve Response Quality
- Define output format explicitly
- Include examples of good responses
- Specify confidence thresholds for recommendations
Validation
Before deploying prompt changes:- Test in staging with known scenarios
- Compare results with previous prompt version
- Check for regressions in accuracy or speed
If approval workflows are enabled, prompt changes require admin approval before taking effect.
Next Steps
Tool Configuration
Configure and customize tools
Custom Prompts
Advanced prompt engineering

