[solutions] · For Engineering

Security that lives inside your pipeline.

Shift security left. From infrastructure scanning to source code analysis, integrate security into your workflow with APIs, webhooks, and CI/CD pipeline triggers.
API · webhooks
[01] · Developer-first security

Built for the people who ship.

01

CI/CD integration

Trigger attack surface scans from your pipeline. Fail builds when critical vulnerabilities are detected on staging or production domains.

02

API-first design

RESTful API for programmatic access to scan results, asset inventory, and vulnerability data. Build custom workflows and integrations.

03

Webhook notifications

Get notified in Slack, PagerDuty, or your custom endpoint when new vulnerabilities or exposed services are detected.

[02] · Quick start

A scan, in two curl calls.

# 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 ↗

┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐

Build security into your workflow.

API docs, SDKs, and integration guides to get you started in minutes.

└─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘