Resources & Documentation
Everything you need to get started with ClarityXDR, from quick start guides to advanced configuration tutorials.
Getting Started
Welcome to ClarityXDR! This guide will help you get up and running with our AI-powered security platform in just 15 minutes.
Prerequisites
- Microsoft Defender XDR license
- Azure subscription with appropriate permissions
- Global Administrator or Security Administrator role
Quick Start Checklist
- ✅ Sign up for ClarityXDR account
- ✅ Connect your Microsoft Defender XDR instance
- ✅ Deploy AI agents to your environment
- ✅ Configure threat detection rules
- ✅ Set up automated response workflows
Installation
ClarityXDR can be deployed in under 15 minutes using our automated Azure deployment templates.
Azure Deployment
Click the button below to deploy ClarityXDR to your Azure subscription:
# Deploy via Azure CLI
az deployment group create \
--resource-group clarityxdr-rg \
--template-uri https://raw.githubusercontent.com/clarityxdr/templates/main/azuredeploy.json \
--parameters @parameters.json
Configuration
Configure ClarityXDR to work with your specific environment and security requirements.
Microsoft Defender Integration
Connect ClarityXDR to your Microsoft Defender XDR instance:
# PowerShell configuration script
Connect-MgGraph -Scopes "SecurityEvents.ReadWrite.All"
./Connect-ClarityXDR.ps1 -TenantId "your-tenant-id"
AI Agent Configuration
Deploy and configure AI agents for your environment:
- Threat Detection Agent
- Incident Response Agent
- Compliance Monitoring Agent
- Business Operations Agent
AI Agents
Learn how to deploy, configure, and manage AI agents in your ClarityXDR environment.
Agent Types
- Security Agent: Monitors threats and automates responses
- Compliance Agent: Ensures regulatory compliance
- Operations Agent: Manages business processes
- Customer Service Agent: Handles customer interactions
Agent Deployment
Deploy agents using the ClarityXDR management console or API:
# REST API example
POST /api/v1/agents
{
"type": "security",
"name": "Primary Security Agent",
"configuration": {
"threatThreshold": "medium",
"autoResponse": true
}
}
Integrations
ClarityXDR integrates with popular security tools and platforms to provide comprehensive protection.
Supported Integrations
- Microsoft Sentinel
- Azure Security Center
- Splunk
- QRadar
- ServiceNow
- Slack/Teams
Custom Integrations
Build custom integrations using our REST API and webhooks:
Troubleshooting
Common issues and solutions for ClarityXDR deployment and operation.
Common Issues
- Agent Not Connecting: Check network connectivity and permissions
- High False Positives: Adjust threat detection thresholds
- Performance Issues: Review resource allocation and scaling settings
Log Analysis
Access logs for troubleshooting:
# Azure CLI log access
az logs query \
--workspace clarityxdr-workspace \
--analytics-query "ClarityXDRLogs | where TimeGenerated > ago(1h)"
API Reference
Complete reference for the ClarityXDR REST API.
Authentication
All API requests require authentication using Bearer tokens:
curl -H "Authorization: Bearer your-api-token" \
-H "Content-Type: application/json" \
https://api.clarityxdr.com/v1/incidents
Endpoints
- GET /v1/incidents - List security incidents
- POST /v1/incidents - Create new incident
- GET /v1/agents - List AI agents
- POST /v1/agents - Deploy new agent
- GET /v1/threats - List detected threats
Support
Get help when you need it with our comprehensive support options.
Support Channels
- Email: support@clarityxdr.com
- Chat: Available 24/7 in the management console
- Phone: +1-800-CLARITY (Enterprise customers)
- Community: Join our Slack community
Response Times
- Critical: 1 hour response
- High: 4 hours response
- Medium: 24 hours response
- Low: 72 hours response
🎥 Video Tutorials & Webinars
ClarityXDR Quick Start Guide
Get up and running with ClarityXDR in under 15 minutes. This tutorial covers initial setup, agent deployment, and basic configuration.
Watch on YouTube →AI Agent Configuration Deep Dive
Learn how to configure and customize AI agents for your specific security needs and organizational requirements.
Watch on YouTube →Microsoft Defender XDR Integration
Step-by-step guide to integrating ClarityXDR with your existing Microsoft Defender XDR environment.
Watch on YouTube →Advanced Threat Hunting Techniques
Master advanced threat hunting using ClarityXDR's AI-powered query generation and correlation capabilities.
Watch on YouTube →Enterprise Deployment Best Practices
Learn best practices for deploying ClarityXDR in large enterprise environments with multiple tenants.
Watch on YouTube →Weekly Security Webinar Series
Join our weekly webinars covering the latest security trends, threat intelligence, and ClarityXDR updates.
Watch Live →Documentation
Comprehensive guides and API documentation for developers and administrators.
Training & Certification
Become a ClarityXDR expert with our comprehensive training programs.
Tools & Downloads
PowerShell modules, deployment templates, and integration tools.
Community
Connect with other ClarityXDR users and security professionals.