Get Garnet running in 3 minutes.

Prerequisites

  • Linux kernel ≥5.15
  • GitHub account OR Kubernetes cluster OR Docker

Step 1: Get API token

# Visit dashboard.garnet.ai/tokens and create token
export GARNET_API_TOKEN="garnet_xxx"
Copy the token immediately - you won’t see it again.
Generate API token in Garnet dashboard

Step 2: Choose deployment

Step 3: Verify

Visit dashboard.garnet.ai ✅ Your agent should appear in 1-2 minutes
✅ Detections appear when threats occur (not immediately)
Agent setup options in dashboard

Step 4: Test (optional)

Trigger a test detection:
# This connects to a known test domain
curl http://malicious.test.garnet.ai
Expected: Alert in dashboard within 10 seconds Example detection alert from security scan

Add alerts (optional)

# 1. Create Slack webhook: api.slack.com/messaging/webhooks
# 2. Add to Garnet:
Dashboard Settings Notifications Slack Webhook URL
Slack notification example showing security alert

What’s being monitored?

  • Network: Connections to IPs, domains, ports
  • Processes: Commands, ancestry, execution
  • Files: Reads, writes, deletes

Next steps

Problems? Troubleshooting →