Your Entire Supply Network, Navigable
Move through your supplier graph tier by tier. Filter by country, commodity, and risk score. Identify which nodes carry the most downstream production exposure.
Every View You Need for Supplier Risk Analysis
Multi-Dimensional Filtering
Filter the graph by tier depth, country of origin, commodity category, concentration index, current risk score, or alert status. Compound filters narrow to any supplier segment.
Node Drill-Down
Click any supplier node to see its profile: countries of operation, trade volume, downstream connections, active alerts, and historical disruption record.
Dependency Path Tracing
Select any production component and trace the full dependency chain back to raw material sources. See every tier it passes through and the risk score at each hop.
Concentration Heat Map
Overlay the geographic concentration view to see which countries or provinces your supply chain flows through disproportionately. Identify hidden geographic risk clusters.
Export & Reporting
Export the current graph view or filtered subset as CSV, JSON, or PDF risk report. Schedule recurring exports to designated procurement team members.
Historical Playback
Replay your supply graph at any past date to see how the network looked before a disruption event. Use it for retrospective analysis and resilience planning.
Embed the Graph in Your Own Tools
Supplytrx exposes a full REST API for the supplier graph. Query nodes, edges, risk scores, and alerts — or embed the interactive graph widget directly in your procurement portal.
- Graph query endpoints (GraphQL + REST)
- Embeddable iFrame widget with SSO auth
- Webhook alerts on node risk score change
- JSON export for downstream analytics
# Query a supplier node with risk data
$ curl -X GET https://api.supplytrx.com/v1/graph/nodes/sn_8f2a1c \
-H "Authorization: Bearer $STRX_API_KEY"
{
"node_id": "sn_8f2a1c",
"name": "Penang Advanced Components",
"tier": 2,
"country": "MY",
"risk_score": 72,
"active_alerts": 2,
"downstream_nodes": 14,
"last_updated": "2026-06-14T08:22:10Z"
}
Explore Your Supplier Graph Today
Pilot takes 12 hours from data connection to your first complete graph. No supplier surveys required.
Request Pilot Access