API & integrations
A documented, standards-based REST API and real integrations โ feed your SIEM, drive your IdP, and route alerts where your team already works. Everything the API returns is licence-clean and redistributable.
Built for developers
Every capability below maps to a documented endpoint you can call today.
Authenticate with X-API-Key or Bearer. Per-key rate limits, per-member RBAC, honest 429s and RFC 7807 errors.
Score any domain, pull the snapshot, search the corpus by domain or identifier โ all licence-gated and aggregates-only.
Standards-based export that Splunk, Sentinel and Elastic ingest natively โ STIX bundles and an NDJSON feed with a since cursor.
Signed, replayable webhooks and Slack alerts per tenant, filtered by severity. Configure exactly which events fire.
Pull the attack surface, run a typosquat scan, and prepare RDAP takedowns โ capabilities no feed reseller exposes.
Provision tenants, convert pilots, export leads to CSV. The whole MSSP funnel is API-driven.
Featured integrations
Native where standards allow, honest about the rest.
Ingest STIX 2.1 / NDJSON natively for correlation, dashboards and alerting.
Drive remediation โ session revocation, forced reset, MFA โ through the approval-gated action engine.
Real-time alerts and funnel notifications, signed and replayable, live today.
Open and track cases via webhook โ every alert carries the context to auto-populate a ticket.
Get a key in the dashboard, authenticate with a header, then query exposure, pull snapshots, and drive response. No SDK required.
X-API-Key or Bearer/v1/exposure/{domain}/score/v1/export/siem?since=โฆ/v1/takedown# score any domain โ deterministic, explainable curl "$BASE/v1/exposure/acme.com/score" \ -H "X-API-Key: $KEY" # pull new intel into your SIEM (STIX / NDJSON) curl "$BASE/v1/export/siem?since=2026-08-01" \ -H "X-API-Key: $KEY" # prepare a takedown for a confirmed lookalike curl -X POST "$BASE/v1/takedown" \ -H "X-API-Key: $KEY" \ -d '{"brand":"acme.com","impersonator":"acme-login.net"}'
Build on it
Documented, licence-clean, and yours to resell.
Read the docs โ