Shift security left. Fold vulnerability scanning into your CI/CD with a clean REST API, webhooks, and clear fix steps — no context switching, no security team required.
No card required · API access included · Results in seconds
Built by developers, for developers. Trigger scans where your code already lives and get results where your team already looks.
A full-featured API to create scans, pull results, and manage your account programmatically. Token auth, JSON everywhere, documented endpoints.
Trigger scans from GitHub Actions, GitLab CI, Jenkins, or any pipeline. Fail the build when critical vulnerabilities show up — before they reach production.
Push scan results to Slack, PagerDuty, Discord, or any HTTP endpoint. Get instant alerts the moment a scan completes or a critical issue appears.
Add a target and kick off a scan with a single request. Everything the dashboard does is available over the API.
curl -X POST https://secably.com/api/v1/easm/targets/ \
-H "Authorization: Token YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "example.com"}'
# then trigger a scan on the returned target id
curl -X POST https://secably.com/api/v1/easm/targets/{id}/scan/ \
-H "Authorization: Token YOUR_API_KEY"
Start free — no card required. Instant tools and API access on every plan.