Get started with SensorGuard in minutes
Get up and running with SensorGuard in under 5 minutes.
Create your account at sensorguard.tech/signup
curl -sSL https://install.sensorguard.tech | sh
sensorguard init --token YOUR_API_TOKEN
sensorguard start
SensorGuard supports multiple installation methods:
docker run -d sensorguard/agent:latest
kubectl apply -f https://sensorguard.tech/k8s.yaml
Download the appropriate binary for your platform from our releases page.
Configure SensorGuard using YAML or environment variables:
# config.yaml
api_token: YOUR_TOKEN
sensors:
- type: temperature
interval: 60s
- type: pressure
interval: 30s
Full REST API documentation for integrating with SensorGuard.
All API requests require an API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
GET /api/v1/sensors - List all sensorsPOST /api/v1/sensors - Register a new sensorGET /api/v1/health - Get system health scoreGET /api/v1/alerts - List active alertsSensorGuard integrates with popular tools and platforms:
Receive alerts directly in Slack channels
Automatic incident creation and escalation
Create work tickets automatically
Visualize metrics and health scores