Integrations

⌘K

Integrations

Connect your tools for automated evidence collection

0
Connected
50+
Available
0
Data Points / day
3 min ago
Last Sync

Connected

6 integrations active
AW
AWS
Connected
Last sync: 3 min ago · 142 evidence items
GH
GitHub
Connected
Last sync: 8 min ago · 89 evidence items
OK
Okta
Connected
Last sync: 12 min ago · 214 evidence items
JR
Jira
Connected
Last sync: 20 min ago · 67 evidence items
SL
Slack
Connected
Last sync: 5 min ago · 38 evidence items
AD
Azure AD
Connected
Last sync: 15 min ago · 176 evidence items

Browse More

50+ integrations available
GC
Google Cloud
Collect IAM policies, audit logs, and resource configurations from GCP.
DD
Datadog
Import monitoring alerts, SLOs, and infrastructure compliance data.
PD
PagerDuty
Sync incident response records and on-call schedules for audit trails.
SN
Snyk
Pull vulnerability scan results and dependency security reports automatically.
TF
Terraform
Verify infrastructure-as-code configurations and state file compliance.
LN
Linear
Track remediation tasks and link compliance issues to engineering workflows.

REST API

Build custom integrations with the Guardjo API

View API Docs
# Upload evidence via API
curl -X POST https://api.guardjo.io/v1/evidence \
  -H "Authorization: Bearer $GUARDJO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "framework": "NIS2",
    "control": "Art. 21(2)(a)",
    "type": "automated",
    "source": "aws-config"
  }'