Integration Ecosystem

Connect GuardX to your entire stack

Pre-built integrations, robust APIs, and flexible webhooks to connect GuardX with your safety management, enterprise, and industrial control systems.

100+
Pre-built integrations
REST
API-first platform
50+
Webhook events
24/7
Integration support

Integration categories

Connect GuardX across your technology ecosystemβ€”from safety management platforms to enterprise systems and industrial control infrastructure.

12 apps

Safety Management

Connect with EHS platforms to sync incidents, corrective actions, and compliance data.

Intelex Cority SafetyCulture
15 apps

Enterprise ERP/HCM

Integrate with HR, operations, and facility management platforms for unified workflows.

SAP Oracle Workday
8 apps

Analytics & BI

Export safety data to business intelligence tools for custom reporting and analysis.

Power BI Tableau Looker
10 apps

Communication

Send alerts and notifications through your team's preferred communication channels.

Slack Teams PagerDuty
20+ protocols

Industrial Control

Connect to PLCs, SCADA, and building automation systems for automated responses.

Modbus OPC-UA BACnet
25+ devices

IoT & Sensors

Integrate environmental sensors, wearables, and smart devices for enhanced safety coverage.

MQTT LoRaWAN Zigbee
Featured Integrations

Popular integrations

Most commonly deployed integrations with detailed setup guides and dedicated support.

βœ“

SafetyCulture (iAuditor)

Safety management platform

Active

Automatically create issues in iAuditor when safety violations are detected. Sync corrective actions and track resolution status.

CAPABILITIES
Bi-directional sync
Auto-create issues
Photo attachments
Action tracking
πŸ’¬

Microsoft Teams

Team communication

Active

Send real-time safety alerts to Teams channels. Create dedicated incident response channels automatically for critical events.

CAPABILITIES
Channel notifications
Adaptive cards
@mention routing
Incident channels
πŸ“Š

SAP ERP

Enterprise resource planning

Active

Integrate safety incidents with SAP EHS, sync employee data, and track downtime impacts on production planning.

CAPABILITIES
EHS module sync
Employee data
Work order integration
Cost tracking
πŸ“ˆ

Microsoft Power BI

Business intelligence

Active

Connect GuardX data to Power BI for custom dashboards and reports. Pre-built templates available for quick deployment.

CAPABILITIES
Direct query
Pre-built templates
Scheduled refresh
Row-level security
Developer Platform

Built API-first for developers

Comprehensive REST API, GraphQL endpoint, and SDKs in multiple languages. Build custom integrations with full access to GuardX's safety intelligence platform.

OpenAPI 3.0 Specification
Complete API documentation with interactive playground
Official SDKs
Python, JavaScript, Java, C#, Go, and Ruby libraries
Webhook Events
50+ event types with guaranteed delivery and retry logic
Rate Limits
1,000 requests/minute for enterprise accounts
api-example.py
import guardx

# Initialize the client
client = guardx.Client(api_key="your_api_key")

# Get recent safety events
events = client.events.list(
    facility_id="fac_82h3b",
    severity=["high", "critical"],
    limit=50
)

for event in events:
    print(f"Event: {event.type}")
    print(f"Zone: {event.zone}")
    print(f"Timestamp: {event.timestamp}")
    
# Create corrective action
action = client.actions.create(
    event_id=event.id,
    title="Follow-up required",
    assignee="safety@company.com",
    priority="high"
)
🐍
Python
v2.1.0
πŸ“¦
JavaScript
v3.0.4
β˜•
Java
v1.5.2
#️⃣
C#
v2.0.1
πŸ”·
Go
v1.3.0
πŸ’Ž
Ruby
v1.2.8
Real-Time Events

Webhook events

Subscribe to real-time events and build reactive integrations. Webhooks are delivered with guaranteed at-least-once delivery and automatic retry logic.

Event Categories

Safety Detections
PPE, proximity, ergonomic violations
18 events
System Status
Camera online/offline, system health
8 events
Incidents
Incident created, updated, closed
6 events
Actions
Corrective action workflow events
5 events
Analytics
Report generated, threshold exceeded
4 events
Configuration
Settings changed, zones updated
9 events

Delivery & Security

Guaranteed Delivery

At-least-once delivery with automatic retry on failure (exponential backoff up to 24 hours)

HMAC Signatures

All webhooks signed with HMAC-SHA256 for request verification and security

Event Filtering

Subscribe to specific event types, severity levels, or facility zones

Delivery Logs

Complete audit trail of all webhook deliveries with response codes and timestamps

webhook-payload.json
{
  "id": "evt_2nJ8kLp3Q7m",
  "type": "detection.created",
  "created": 1700322738,
  "data": {
    "object": {
      "id": "det_8h3bN2kL",
      "type": "ppe_violation",
      "subtype": "hard_hat_missing",
      "severity": "high",
      "confidence": 0.94,
      "timestamp": "2024-11-18T14:32:18Z",
      "facility_id": "fac_82h3b",
      "camera_id": "cam_zone_a3",
      "zone": {
        "id": "zone_prod_a",
        "name": "Production Floor A"
      },
      "metadata": {
        "x": 342,
        "y": 187,
        "width": 84,
        "height": 112
      },
      "actions_taken": [
        "audio_alert",
        "supervisor_notification"
      ],
      "video_clip_url": "https://api.guardx.com/v1/clips/...",
      "snapshot_url": "https://api.guardx.com/v1/snapshots/..."
    }
  }
}
Integration Support

Expert help when you need it

Our integration team provides dedicated support for custom implementations, complex deployments, and enterprise requirements.

Comprehensive Documentation

Step-by-step guides, code samples, and video tutorials for every integration

Dedicated Integration Engineers

Technical account managers for enterprise customers with complex integration needs

Custom Integration Development

We can build custom connectors for proprietary or legacy systems

24/7 API Support

Round-the-clock support for API issues and webhook troubleshooting

Request Custom Integration

Start integrating GuardX

Explore our API documentation and start building integrations with GuardX's safety intelligence platform.

Need help? Contact our integration team