Runloop · Capability
Runloop Gateway Configs (gateway-configs)
Runloop gateway-configs capability covering one Runloop business surface. 5 operations.
Runloop Gateway Configs (gateway-configs) is a Naftiko capability published by Runloop, one of 17 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the POST and GET methods rooted at /v1/gateway-configs.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: Create a GatewayConfig. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Runloop, Gateway-Configs, AI Agents, and Sandboxes.
What You Can Do
POST
Creategatewayconfig
— Create a GatewayConfig.
/v1/gateway-configs
GET
Listgatewayconfigs
— List GatewayConfigs.
/v1/gateway-configs
GET
Getgatewayconfig
— Get a GatewayConfig.
/v1/gateway-configs/{id}
POST
Updategatewayconfig
— Update a GatewayConfig.
/v1/gateway-configs/{id}
POST
Deletegatewayconfig
— Delete a GatewayConfig.
/v1/gateway-configs/{id}/delete
MCP Tools
runloop-gateway-configs-gateway-configs-createGatewayConfig
Create a GatewayConfig.
runloop-gateway-configs-gateway-configs-listGatewayConfigs
List GatewayConfigs.
read-only
idempotent
runloop-gateway-configs-gateway-configs-getGatewayConfig
Get a GatewayConfig.
read-only
idempotent
runloop-gateway-configs-gateway-configs-updateGatewayConfig
Update a GatewayConfig.
runloop-gateway-configs-gateway-configs-deleteGatewayConfig
Delete a GatewayConfig.