API REFERENCE · ALL SYSTEMS OPERATIONAL · GITHUB
DOCUMENTATION · {{ version }}

Build with threatDefendr.

Everything you need to integrate, extend, and operate the platform — REST APIs, native SDKs, deployment patterns, and battle-tested architecture references from teams already running it in production.

FIRST DETECTION · 5 MIN

From zero to a live detection.

Authenticate the CLI, deploy a connector, and tail your first events. The walkthrough takes you to a working detection pipeline in five steps.

  1. 1Install the CLIbrew install threatdefendr/tap/td
  2. 2Authenticatetd auth login
  3. 3Deploy a connector — pick from 80+ data sources
  4. 4Tail events — verify ingest in real time
  5. 5Ship a detection — author once, deploy as code
Open the quickstart →
~/acme · zsh
$ brew install threatdefendr/tap/td
 td 2026.06.20 installed

$ td auth login
Opening browser for SSO…
 Logged in as alex@acme.io (workspace: acme-prod)

$ td connector deploy --type=aws-cloudtrail --region=us-east-1
Validating IAM role… provisioning… subscribing…
 Connector cn_3kPqR9 deployed in 12s

$ td events tail --severity=high
2026-06-20T14:21:08Z HIGH  ev_8X… IRONVEIL signed driver
2026-06-20T14:21:09Z HIGH  ev_8Y… lateral via WinRM
2026-06-20T14:21:11Z MED   ev_8Z… anomalous OAuth grant
_

Where would you like to start?

Five rooms inside the docs — open whichever one your problem lives in.

Popular this week

ALL GUIDES →

What's new

FULL CHANGELOG →

Get help