Lumen Technologies · Capability
Lumen Internet On-Demand API
The Lumen Internet On-Demand API enables programmatic provisioning and management of internet bandwidth services. It provides access to Lumen's global fiber network, allowing customers to dynamically adjust bandwidth, manage connections, and automate network provisioning through a secure REST API using OAuth 2.0 client credentials authentication.
What You Can Do
GET
Listconnections
— List connections
/internet-on-demand/connections
POST
Createconnection
— Create a connection
/internet-on-demand/connections
GET
Getconnection
— Get connection details
/internet-on-demand/connections/{connectionId}
PUT
Updatebandwidth
— Update bandwidth
/internet-on-demand/connections/{connectionId}/bandwidth
MCP Tools
listconnections
List connections
read-only
idempotent
createconnection
Create a connection
getconnection
Get connection details
read-only
idempotent
updatebandwidth
Update bandwidth
idempotent