01
CI/CD integration
Trigger attack surface scans from your pipeline. Fail builds when critical vulnerabilities are detected on staging or production domains.
Trigger attack surface scans from your pipeline. Fail builds when critical vulnerabilities are detected on staging or production domains.
RESTful API for programmatic access to scan results, asset inventory, and vulnerability data. Build custom workflows and integrations.
Get notified in Slack, PagerDuty, or your custom endpoint when new vulnerabilities or exposed services are detected.
# Trigger a scan via the API
curl -X POST https://api.deft.is/v1/scans \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "example.com"}'
# Get scan results
curl https://api.deft.is/v1/scans/{scan_id}/results \
-H "Authorization: Bearer YOUR_API_KEY"API access on Enterprise plans · full API documentation ↗
API docs, SDKs, and integration guides to get you started in minutes.