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 Deploy API for node provisioning and the Webhook integration for real-time incident events.