Amazon API Gateway API Management Workflow
Unified workflow capability for API platform engineers and developers to create, configure, deploy, and monitor REST and HTTP APIs in Amazon API Gateway. Combines V1 REST APIs, V2 HTTP/WebSocket APIs, and the Management API for complete API lifecycle management including deployment orchestration and real-time WebSocket connection management.
What You Can Do
MCP Tools
list-rest-apis
List all REST APIs in the AWS account
create-rest-api
Create a new REST API in API Gateway
get-rest-api
Get details of a specific REST API
delete-rest-api
Delete a REST API
list-deployments
List deployments for a REST API
deploy-rest-api
Deploy a REST API to a stage
list-stages
List deployment stages for a REST API
list-api-keys
List all API keys in the account
create-api-key
Create a new API key for access control
list-usage-plans
List all usage plans and their API key associations
list-http-apis
List all HTTP and WebSocket APIs
create-http-api
Create a new HTTP or WebSocket API
list-http-api-routes
List all routes for an HTTP API
create-route
Create a new route for an HTTP API
list-integrations
List all backend integrations for an HTTP API
get-websocket-connection
Get information about a connected WebSocket client
send-websocket-message
Send a message to a connected WebSocket client
disconnect-websocket-client
Disconnect a WebSocket client from the API