Detection, Mitigation & Response

Detect and mitigate DDoS attacks in under 1 second, respond automatically, and keep your users informed.

All features →
Learn
Documentation Quick Start API Reference Agent Setup DDoS Protection Landscape State of DDoS 2026 REPORT Free Certifications NEW
Research & Guides
Mirai Botnet Kill Switch Research memcached Amplification Dynamic Baselines PCAP Forensics PagerDuty Setup
Company
About Us Partners Managed Protection Whitelabel / Reseller Affiliate Program Pay with Crypto System Status
Legal & Support
Contact Us Security Trust Center Terms Privacy SLA
Who Uses Flowtriq

From indie hosts to ISPs, see how teams like yours use Flowtriq to detect and stop DDoS attacks.

Talk to Us →
Infrastructure
Hosting Providers ISPs MSPs/MSSPs Small Operators Routers Edge Node Defense
Gaming
Game Server Hosting Game Studios
Business
SaaS Platforms E-Commerce Financial Services Compliance

SDKs & Libraries

FTAgent (Python)

The Flowtriq detection agent is available on PyPI and handles all communication with the Flowtriq API automatically:

pip install ftagent --break-system-packages

See Agent Setup for installation and configuration, or Mass Deployment for automated provisioning across your fleet.

FTAgent-Lite (Open Source)

A lightweight, open-source traffic monitor with no cloud dependency. Monitors PPS/BPS, protocol breakdown, and prints structured stats to stdout. MIT licensed.

pip install ftagent-lite --break-system-packages sudo ftagent-lite --watch

Source: github.com/Flowtriq/ftagent-lite

For programmatic access to your Flowtriq data, use the REST API v1 for full workspace management, or the Webhook integration for real-time incident events.