Software AG · Capability
Software AG webMethods API Management
Unified API management workflow for Software AG webMethods, combining API Gateway management operations for creating, activating, publishing, and monitoring APIs in enterprise integration environments. Designed for API platform administrators and integration engineers.
Run with Naftiko
API ManagementEnterprise IntegrationwebMethodsSoftware AGAPI GatewayDeveloper Portal
What You Can Do
GET
List apis
— List all APIs registered in the API Gateway
/v1/apis
POST
Create api
— Create a new API from spec file or URL
/v1/apis
GET
Get api
— Get a specific API definition
/v1/apis/{apiId}
PUT
Activate api
— Activate an API to make it available to consumers
/v1/apis/{apiId}/activate
PUT
Deactivate api
— Deactivate an API to hide it from consumers
/v1/apis/{apiId}/deactivate
PUT
Publish api
— Publish an API to the webMethods Developer Portal
/v1/apis/{apiId}/publish
GET
List api applications
— List all applications consuming this API
/v1/apis/{apiId}/applications
MCP Tools
list-apis
List all APIs registered in the webMethods API Gateway with optional filtering
read-only
get-api
Get full details of a specific API including its OpenAPI definition
read-only
create-api
Create a new API in the API Gateway from an OpenAPI, Swagger, RAML, or WSDL spec
activate-api
Activate an API to expose it to API consumers
idempotent
deactivate-api
Deactivate an API to remove it from consumer visibility
idempotent
publish-api
Publish an API to the webMethods Developer Portal for consumer discovery
list-api-applications
List all consumer applications subscribed to a specific API
read-only
APIs Used
webmethods-api-gateway