AT&T Developer Hub · Capability
AT&T Network Performance
Unified network performance capability combining Device Status, Network Insights, and Quality on Demand APIs. Used by developers building connectivity-aware applications, real-time streaming platforms, and IoT systems requiring AT&T 5G performance optimization.
What You Can Do
POST
Check connectivity
— Check device connectivity and network connection type
/v1/devices/connectivity
POST
Check roaming
— Check if device is roaming
/v1/devices/roaming
POST
Create qod session
— Request enhanced QoS for a device
/v1/qod/sessions
GET
List qod sessions
— List active QoD sessions
/v1/qod/sessions
GET
Get qod session
— Get QoD session status
/v1/qod/sessions/{sessionId}
DELETE
Delete qod session
— Terminate QoD session
/v1/qod/sessions/{sessionId}
MCP Tools
device-check-connectivity
Check if an AT&T subscriber device is connected to the network and get connection type (4G/5G)
read-only
idempotent
device-check-roaming
Check if an AT&T subscriber device is roaming on a partner network and get location
read-only
idempotent
qod-create-session
Create a 5G Quality on Demand session to enhance throughput or reduce latency for a device application
qod-list-sessions
List active Quality on Demand sessions for the application
read-only
idempotent
qod-get-session
Get the current status of a Quality on Demand session
read-only
idempotent
qod-terminate-session
Terminate an active Quality on Demand session and restore normal network quality
idempotent
APIs Used
att-device-status
att-qod