INTEGRATIONS
Connect Everything
Panguard integrates with your existing tools and workflows. No custom code required.
Slack
AvailableReal-time alerts, threat notifications, and AI copilot queries in Slack channels.
Microsoft Teams
AvailableSecurity alerts and Panguard Chat integration for Teams.
LINE
AvailableAlert notifications via LINE messaging for Asia-Pacific teams.
Telegram
AvailableBot-powered alerts with rich formatting and threat details.
Splunk
AvailableForward security events and detection logs to Splunk for centralized analysis.
Elastic (ELK)
AvailableShip logs to Elasticsearch for custom dashboards and correlation.
Datadog
Coming SoonSecurity metrics and alerts integrated with Datadog monitoring.
PagerDuty
AvailableTrigger incidents from critical security events with automatic escalation.
Jira
AvailableAuto-create security tickets from detected threats with full context.
AWS
AvailableNative integration with AWS CloudTrail, GuardDuty, and Security Hub.
Google Cloud
Coming SoonIntegration with GCP Security Command Center and Cloud Logging.
Docker
AvailableContainer security scanning and runtime protection for Docker environments.
Developer API
Build Custom Integrations
Panguard offers a comprehensive RESTful API, webhook support, and SDKs for Python, Node.js, and Go. Build custom integrations tailored to your security workflow, automate threat responses, and connect Panguard to any system in your stack.
- RESTful API with full CRUD operations
- Webhook callbacks for real-time event streaming
- SDKs for Python, Node.js, and Go
- OAuth 2.0 and API key authentication
- Rate-limited with generous quotas
curl -X GET \
https://api.panguard.ai/v1/threats \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"
{
"data": [
{
"id": "thr_9x8kL2",
"severity": "critical",
"type": "brute_force",
"endpoint": "api-gateway-01",
"detected_at": "2025-01-15T08:32:00Z"
}
],
"meta": { "total": 47, "page": 1 }
}Don't see your tool?
We're constantly expanding our integration ecosystem. Let us know what tools you use and we'll prioritize building a native integration for your workflow.