Amazon API Gateway
Amazon API Gateway is a fully managed service that makes it easy to create, publish, maintain, monitor, and secure APIs at any scale. It acts as the front door for applications to access backend services, supporting REST APIs, HTTP APIs, and WebSocket APIs with built-in traffic management, authorization, monitoring, and API version management. API Gateway integrates natively with AWS Lambda, CloudWatch, CloudFront, IAM, and Cognito, and (as of December 2025) can expose REST APIs as MCP-compatible tools for Amazon Bedrock AgentCore Gateway for agent-driven API consumption.
APIs
Amazon API Gateway V1 (REST)
The API Gateway V1 control plane API is used to create, deploy, and manage REST APIs in Amazon API Gateway. It exposes resources for RestApis, Resources, Methods, Stages, Deploy...
Amazon API Gateway V2 (HTTP and WebSocket)
The API Gateway V2 control plane API is used to create, deploy, and manage HTTP APIs and WebSocket APIs in Amazon API Gateway. It provides resources for Apis, Routes, Integratio...
Amazon API Gateway Management API
The API Gateway Management API allows backend services to send messages to connected clients of a deployed WebSocket API and to disconnect clients. Requests are made against the...
Amazon API Gateway Portals
The API Gateway Portals control plane (introduced November 19, 2025) lets you create branded developer portals that catalog REST APIs. A portal contains PortalProducts (logical ...
Collections
Amazon API Gateway V1 (REST)
POSTMANArazzo Workflows
AWS API Gateway Add a Method and Redeploy
Verify a REST API exists, attach a method to one of its resources, and publish a fresh deployment.
ARAZZOAWS API Gateway Audit an HTTP API Surface
Confirm an HTTP API and enumerate its routes, integrations, and stages in a single read-only pass.
ARAZZOAWS API Gateway Build an HTTP API
Create an HTTP API, attach a backend integration, wire a route to it, and publish a stage.
ARAZZOAWS API Gateway Build a WebSocket API
Create a WebSocket API, add an integration, and wire the $connect route to it.
ARAZZOAWS API Gateway Create an API Key and Usage Plan
Create an API key, create a throttled and quota-limited usage plan, and confirm the plan was registered.
ARAZZOAWS API Gateway Decommission an HTTP API
Confirm an HTTP API, check for published stages, and delete the API when it is safe to remove.
ARAZZOAWS API Gateway Deploy an HTTP API to a New Stage
Confirm an HTTP API, create a deployment, and publish it to a new stage bound to that deployment.
ARAZZOAWS API Gateway Inspect a REST API Method
Confirm a REST API, list its resources, and read the method configuration for a chosen resource and verb.
ARAZZOAWS API Gateway Provision a Metered REST API
Create a REST API with a key-protected method and branch into usage-plan setup when an API key is required.
ARAZZOAWS API Gateway Provision and Deploy a REST API
Create a REST API, configure a method on its root resource, deploy it, and confirm the stage.
ARAZZOAWS API Gateway Redeploy a REST API Stage
Confirm a REST API, review its existing deployments, and publish a fresh deployment to a stage.
ARAZZOAWS API Gateway Secure an HTTP API with an Authorizer
Create an HTTP API, attach an authorizer, and add a route that uses it.
ARAZZOGraphQL
Amazon API Gateway GraphQL API
GRAPHQLPricing Plans
Rate Limits
FinOps
Aws Api Gateway Finops
FINOPSFeatures
Create, deploy, and manage REST APIs with full lifecycle control including stages, deployments, and versioning.
Build lightweight HTTP APIs optimized for serverless workloads at up to 71% lower cost than REST APIs.
Enable real-time bidirectional communication for chat platforms, streaming dashboards, and live applications.
Handle hundreds of thousands of concurrent API calls with built-in throttling and request validation.
Supports IAM policies, Lambda authorizers, Amazon Cognito user pools, and OAuth2/OIDC for API access control.
Integration with CloudWatch metrics, access logging, and CloudTrail for full API observability.
Map APIs to branded custom domains with TLS certificates managed through AWS Certificate Manager.
Safely roll out API changes using canary deployment stages with configurable traffic splitting.
Protect APIs against common web exploits and DDoS attacks using AWS Web Application Firewall.
Automatically generate client SDKs for deployed APIs in multiple programming languages.
Reduce backend load and improve response times with configurable response caching at the stage level.
Leverage Amazon CloudFront edge locations for global low-latency API distribution.
Expose REST API stages as Model Context Protocol (MCP) tools for AI agents via Bedrock AgentCore Gateway. AgentCore translates incoming MCP requests into HTTP requests, supports tools/list and tools/call methods, and accepts API_KEY, NO_AUTH, or GATEWAY_IAM_ROLE outbound auth. Launched December 2, 2025.
Native API Gateway Portals (launched November 19, 2025) let you publish PortalProducts containing REST APIs and per-endpoint documentation. Portals can be shared across AWS accounts and access-controlled via Cognito user pools.
REST APIs can progressively stream response payloads to clients as they become available (launched November 19, 2025), enabling long-running and incremental response patterns.
REST APIs support private integrations with Application Load Balancers (launched November 21, 2025), expanding private integration options beyond NLB and AWS Cloud Map.
REST APIs now support AWS Signature Version 4a (launched August 19, 2025), enabling multi-Region signing for cross-Region API invocations.
Configurable TLS security policies for REST APIs and custom domain names (launched November 19, 2025) allow tighter control over accepted protocols and ciphers.
REST, HTTP, and WebSocket APIs and custom domain names support dual-stack endpoints (launched March 28, 2025).
Use Cases
Build fully serverless APIs with API Gateway as the front door and AWS Lambda as the backend compute layer.
Consolidate access to multiple microservices behind a single API endpoint with routing and load balancing.
Enable chat apps, collaborative tools, and live dashboards using WebSocket APIs for persistent bidirectional connections.
Create secure, scalable REST and HTTP APIs for mobile and web front-ends with Cognito authentication.
Expose existing on-premises or EC2-hosted services as modern REST APIs without rewriting backend logic.
Aggregate and normalize third-party APIs behind a consistent API surface with transformation and mapping.
Expose REST APIs as MCP-compatible tool catalogs via Bedrock AgentCore Gateway so AI agents can list and invoke operations without bespoke client code.
Use native API Gateway Portals to publish partner-facing REST APIs with branded documentation, Cognito-gated access, and self-service key issuance.
Event Specifications
Amazon API Gateway WebSocket API Protocol
AsyncAPI description of the *platform protocol* exposed by Amazon API Gateway WebSocket APIs. Customer-deployed WebSocket APIs are message-routed based on a route selection expr...
ASYNCAPI