Generate API token
Go to app.garnet.ai → Settings → API Tokens → Create Token.Copy and save the token — you’ll need it to authenticate your runtime agent.
Install runtime agent
Add the Garnet action to your GitHub Actions workflow:1. Add repository secretYour repo → Settings → Secrets and variables → Actions → New repository secretName: Detailed guide: GitHub Actions
GARNET_API_TOKEN2. Add Garnet to your workflowThe Garnet runtime agent (Jibril) uses eBPF for kernel-level visibility. For architecture details, see jibril.sh.
See your first run
Once the runtime agent is active, your first run appears in the dashboard within seconds. Each run is a complete behavioral profile of a workflow execution — showing every network connection and process lineage.
Runs are automatically evaluated against assertions. If any assertion fails, the run is flagged.Learn more about Runs.

Configure alerts (optional)
Go to Settings → Alerting to add webhook endpoints (Slack or custom).GitHub Actions Job Summaries appear automatically — no extra configuration needed.Learn more about Alerts & Settings.