Amazon API Gateway website screenshot

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.

Amazon API Gateway publishes 12 APIs on the APIs.io network, including ApiKeys API, Apis API, Authorizers API, and 9 more. Tagged areas include API Gateway, Cloud, REST, HTTP, and WebSocket.

The Amazon API Gateway catalog on APIs.io includes 1 event-driven AsyncAPI specification, 30 JSON-LD contexts, and 3 Spectral governance rulesets.

Amazon API Gateway’s developer surface includes authentication, documentation, getting-started guide, pricing, CLI, changelog, support, and 33 more developer resources.

71.0/100 exemplar ▬ flat Agent 42/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
13 APIs 19 Features 8 Use Cases
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 71.0/100 · exemplar
Contract Quality 20.3 / 25
Developer Ergonomics 12.2 / 20
Commercial Clarity 15.8 / 20
Operational Transparency 8.9 / 13
Governance 7.0 / 12
Discoverability 6.9 / 10
Agent readiness — 42/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/aws-api-gateway: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 13

Individual APIs this provider publishes, each with its own machine-readable definition.

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 ...

Amazon API Gateway Apis API

The Apis API from Amazon API Gateway — 2 operation(s) for apis.

Amazon API Gateway Connections API

Manage and message active WebSocket connections

Amazon API Gateway Deployments API

Manage API deployments

Amazon API Gateway Integrations API

Manage backend integrations

Amazon API Gateway Methods API

Manage HTTP methods on resources

Amazon API Gateway Resources API

Manage resources within a REST API

Amazon API Gateway RestApis API

Manage REST API definitions

Amazon API Gateway Routes API

Manage routes within an API

Amazon API Gateway Stages API

Manage deployment stages

Scroll for all 13

Postman Collections 3

Ready-to-run Postman collections for exercising this provider's APIs.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Arazzo Workflows 12

Multi-step API workflows described with the Arazzo specification.

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.

ARAZZO

AWS API Gateway Audit an HTTP API Surface

Confirm an HTTP API and enumerate its routes, integrations, and stages in a single read-only pass.

ARAZZO

AWS API Gateway Build an HTTP API

Create an HTTP API, attach a backend integration, wire a route to it, and publish a stage.

ARAZZO

AWS API Gateway Build a WebSocket API

Create a WebSocket API, add an integration, and wire the $connect route to it.

ARAZZO

AWS 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.

ARAZZO

AWS API Gateway Decommission an HTTP API

Confirm an HTTP API, check for published stages, and delete the API when it is safe to remove.

ARAZZO

AWS 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.

ARAZZO

AWS 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.

ARAZZO

AWS 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.

ARAZZO

AWS 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.

ARAZZO

AWS API Gateway Redeploy a REST API Stage

Confirm a REST API, review its existing deployments, and publish a fresh deployment to a stage.

ARAZZO

AWS API Gateway Secure an HTTP API with an Authorizer

Create an HTTP API, attach an authorizer, and add a route that uses it.

ARAZZO

Scroll for all 12

GraphQL 1

GraphQL schemas published by this provider.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Aws Api Gateway Rate Limits

12 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 19

Notable capabilities this provider offers.

REST API Management

Create, deploy, and manage REST APIs with full lifecycle control including stages, deployments, and versioning.

HTTP API Support

Build lightweight HTTP APIs optimized for serverless workloads at up to 71% lower cost than REST APIs.

WebSocket APIs

Enable real-time bidirectional communication for chat platforms, streaming dashboards, and live applications.

Traffic Management

Handle hundreds of thousands of concurrent API calls with built-in throttling and request validation.

Authorization and Security

Supports IAM policies, Lambda authorizers, Amazon Cognito user pools, and OAuth2/OIDC for API access control.

Monitoring and Logging

Integration with CloudWatch metrics, access logging, and CloudTrail for full API observability.

Custom Domain Names

Map APIs to branded custom domains with TLS certificates managed through AWS Certificate Manager.

Canary Releases

Safely roll out API changes using canary deployment stages with configurable traffic splitting.

AWS WAF Integration

Protect APIs against common web exploits and DDoS attacks using AWS Web Application Firewall.

SDK Generation

Automatically generate client SDKs for deployed APIs in multiple programming languages.

API Caching

Reduce backend load and improve response times with configurable response caching at the stage level.

CloudFront Edge Distribution

Leverage Amazon CloudFront edge locations for global low-latency API distribution.

Bedrock AgentCore Gateway MCP Target

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...

Developer Portals

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 acco...

REST API Response Streaming

REST APIs can progressively stream response payloads to clients as they become available (launched November 19, 2025), enabling long-running and incremental response patterns.

Private Integration with Application Load Balancer

REST APIs support private integrations with Application Load Balancers (launched November 21, 2025), expanding private integration options beyond NLB and AWS Cloud Map.

SIGv4a Authentication for REST APIs

REST APIs now support AWS Signature Version 4a (launched August 19, 2025), enabling multi-Region signing for cross-Region API invocations.

Enhanced TLS Security Policies

Configurable TLS security policies for REST APIs and custom domain names (launched November 19, 2025) allow tighter control over accepted protocols and ciphers.

Dual-Stack IPv4/IPv6 Endpoints

REST, HTTP, and WebSocket APIs and custom domain names support dual-stack endpoints (launched March 28, 2025).

Scroll for all 19

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

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

Semantic Vocabularies 30

JSON-LD contexts and semantic vocabularies used across these APIs.

Aws Api Gateway Management Connection Context

1 classes · 5 properties

JSON-LD

Aws Api Gateway Management Identity Context

1 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Api Context

3 classes · 4 properties

JSON-LD

Aws Api Gateway V1 Create Context

7 classes · 10 properties

JSON-LD

Aws Api Gateway V1 Deployment Context

2 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Deployments Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V1 Endpoint Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V1 Method Context

1 classes · 3 properties

JSON-LD

Aws Api Gateway V1 Put Context

1 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Quota Context

1 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Resource Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V1 Resources Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V1 Rest Context

5 classes · 5 properties

JSON-LD

Aws Api Gateway V1 Stage Context

2 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Stages Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V1 Throttle Context

1 classes · 2 properties

JSON-LD

Aws Api Gateway V1 Usage Context

3 classes · 8 properties

JSON-LD

Aws Api Gateway V2 Api Context

1 classes · 6 properties

JSON-LD

Aws Api Gateway V2 Apis Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V2 Authorizer Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V2 Authorizers Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V2 Create Context

6 classes · 16 properties

JSON-LD

Aws Api Gateway V2 Deployment Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V2 Deployments Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V2 Integration Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V2 Integrations Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V2 Route Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V2 Routes Context

1 classes · 1 properties

JSON-LD

Aws Api Gateway V2 Stage Context

1 classes · 4 properties

JSON-LD

Aws Api Gateway V2 Stages Context

1 classes · 1 properties

JSON-LD

Scroll for all 30

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Amazon API Gateway API Rules

7 rules · 1 errors 5 warnings 1 info

SPECTRAL

Amazon API Gateway API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Amazon API Gateway API Rules

40 rules · 17 errors 21 warnings 2 info

SPECTRAL

JSON Schema 41

Standalone JSON Schema definitions for this provider's data models.

Connection

3 properties

JSON SCHEMA

Identity

2 properties

JSON SCHEMA

ApiKey

4 properties

JSON SCHEMA

ApiKeys

1 properties

JSON SCHEMA

CreateApiKeyRequest

3 properties

JSON SCHEMA

CreateDeploymentRequest

2 properties

JSON SCHEMA

CreateRestApiRequest

4 properties

JSON SCHEMA

CreateUsagePlanRequest

4 properties

JSON SCHEMA

Deployment

3 properties

JSON SCHEMA

Deployments

1 properties

JSON SCHEMA

EndpointConfiguration

1 properties

JSON SCHEMA

Method

3 properties

JSON SCHEMA

PutMethodRequest

2 properties

JSON SCHEMA

QuotaSettings

2 properties

JSON SCHEMA

Resource

4 properties

JSON SCHEMA

Resources

1 properties

JSON SCHEMA

RestApi

6 properties

JSON SCHEMA

RestApis

1 properties

JSON SCHEMA

Stage

3 properties

JSON SCHEMA

Stages

1 properties

JSON SCHEMA

ThrottleSettings

2 properties

JSON SCHEMA

UsagePlan

4 properties

JSON SCHEMA

UsagePlans

1 properties

JSON SCHEMA

Api

6 properties

JSON SCHEMA

Apis

1 properties

JSON SCHEMA

Authorizer

4 properties

JSON SCHEMA

Authorizers

1 properties

JSON SCHEMA

CreateApiRequest

5 properties

JSON SCHEMA

CreateAuthorizerRequest

4 properties

JSON SCHEMA

CreateDeploymentRequest

2 properties

JSON SCHEMA

CreateIntegrationRequest

3 properties

JSON SCHEMA

CreateRouteRequest

3 properties

JSON SCHEMA

CreateStageRequest

3 properties

JSON SCHEMA

Deployment

4 properties

JSON SCHEMA

Deployments

1 properties

JSON SCHEMA

Integration

4 properties

JSON SCHEMA

Integrations

1 properties

JSON SCHEMA

Route

4 properties

JSON SCHEMA

Routes

1 properties

JSON SCHEMA

Stage

4 properties

JSON SCHEMA

Stages

1 properties

JSON SCHEMA

Scroll for all 41

JSON Structure 41

JSON Structure definitions describing this provider's data shapes.

Management Connection Structure

3 properties

JSON STRUCTURE

Management Identity Structure

2 properties

JSON STRUCTURE

V1 Api Key Structure

4 properties

JSON STRUCTURE

V1 Api Keys Structure

1 properties

JSON STRUCTURE

V1 Create Api Key Request Structure

3 properties

JSON STRUCTURE

V1 Create Deployment Request Structure

2 properties

JSON STRUCTURE

V1 Create Rest Api Request Structure

4 properties

JSON STRUCTURE

V1 Create Usage Plan Request Structure

4 properties

JSON STRUCTURE

V1 Deployment Structure

3 properties

JSON STRUCTURE

V1 Deployments Structure

1 properties

JSON STRUCTURE

V1 Endpoint Configuration Structure

1 properties

JSON STRUCTURE

V1 Method Structure

3 properties

JSON STRUCTURE

V1 Put Method Request Structure

2 properties

JSON STRUCTURE

V1 Quota Settings Structure

2 properties

JSON STRUCTURE

V1 Resource Structure

4 properties

JSON STRUCTURE

V1 Resources Structure

1 properties

JSON STRUCTURE

V1 Rest Api Structure

6 properties

JSON STRUCTURE

V1 Rest Apis Structure

1 properties

JSON STRUCTURE

V1 Stage Structure

3 properties

JSON STRUCTURE

V1 Stages Structure

1 properties

JSON STRUCTURE

V1 Throttle Settings Structure

2 properties

JSON STRUCTURE

V1 Usage Plan Structure

4 properties

JSON STRUCTURE

V1 Usage Plans Structure

1 properties

JSON STRUCTURE

V2 Api Structure

6 properties

JSON STRUCTURE

V2 Apis Structure

1 properties

JSON STRUCTURE

V2 Authorizer Structure

4 properties

JSON STRUCTURE

V2 Authorizers Structure

1 properties

JSON STRUCTURE

V2 Create Api Request Structure

5 properties

JSON STRUCTURE

V2 Create Authorizer Request Structure

4 properties

JSON STRUCTURE

V2 Create Deployment Request Structure

2 properties

JSON STRUCTURE

V2 Create Integration Request Structure

3 properties

JSON STRUCTURE

V2 Create Route Request Structure

3 properties

JSON STRUCTURE

V2 Create Stage Request Structure

3 properties

JSON STRUCTURE

V2 Deployment Structure

4 properties

JSON STRUCTURE

V2 Deployments Structure

1 properties

JSON STRUCTURE

V2 Integration Structure

4 properties

JSON STRUCTURE

V2 Integrations Structure

1 properties

JSON STRUCTURE

V2 Route Structure

4 properties

JSON STRUCTURE

V2 Routes Structure

1 properties

JSON STRUCTURE

V2 Stage Structure

4 properties

JSON STRUCTURE

V2 Stages Structure

1 properties

JSON STRUCTURE

Scroll for all 41

Examples 41

Example request and response payloads for these APIs.

V1 Api Key Example

4 fields

EXAMPLE

V1 Api Keys Example

1 fields

EXAMPLE

V1 Deployment Example

3 fields

EXAMPLE

V1 Deployments Example

1 fields

EXAMPLE

V1 Method Example

3 fields

EXAMPLE

V1 Quota Settings Example

2 fields

EXAMPLE

V1 Resource Example

4 fields

EXAMPLE

V1 Resources Example

1 fields

EXAMPLE

V1 Rest Api Example

6 fields

EXAMPLE

V1 Rest Apis Example

1 fields

EXAMPLE

V1 Stage Example

3 fields

EXAMPLE

V1 Stages Example

1 fields

EXAMPLE

V1 Usage Plan Example

4 fields

EXAMPLE

V1 Usage Plans Example

1 fields

EXAMPLE

V2 Api Example

6 fields

EXAMPLE

V2 Apis Example

1 fields

EXAMPLE

V2 Authorizer Example

4 fields

EXAMPLE

V2 Authorizers Example

1 fields

EXAMPLE

V2 Deployment Example

4 fields

EXAMPLE

V2 Deployments Example

1 fields

EXAMPLE

V2 Integration Example

4 fields

EXAMPLE

V2 Integrations Example

1 fields

EXAMPLE

V2 Route Example

4 fields

EXAMPLE

V2 Routes Example

1 fields

EXAMPLE

V2 Stage Example

4 fields

EXAMPLE

V2 Stages Example

1 fields

EXAMPLE

Scroll for all 41

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Aws Api Gateway Authentication

apiKey · 1 scheme

SECURITY

Aws Api Gateway Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Aws Api Gateway Vulnerability Disclosure

security.txt · contact published

SECURITY

Aws Api Gateway Trust Center

PCI DSS, HIPAA, FedRAMP, GDPR, FIPS 140

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Aws Api Gateway Agentic Access

32 operations · 16 acting

32 operations · 16 acting

AGENTIC

Use Cases 8

What developers build with this provider.

Serverless API Backend

Build fully serverless APIs with API Gateway as the front door and AWS Lambda as the backend compute layer.

Microservices Gateway

Consolidate access to multiple microservices behind a single API endpoint with routing and load balancing.

Real-Time Applications

Enable chat apps, collaborative tools, and live dashboards using WebSocket APIs for persistent bidirectional connections.

Mobile and Web Application APIs

Create secure, scalable REST and HTTP APIs for mobile and web front-ends with Cognito authentication.

Legacy API Modernization

Expose existing on-premises or EC2-hosted services as modern REST APIs without rewriting backend logic.

Third-Party API Integration

Aggregate and normalize third-party APIs behind a consistent API surface with transformation and mapping.

MCP Tool Server for AI Agents

Expose REST APIs as MCP-compatible tool catalogs via Bedrock AgentCore Gateway so AI agents can list and invoke operations without bespoke client code.

Developer Portal for Partner APIs

Use native API Gateway Portals to publish partner-facing REST APIs with branded documentation, Cognito-gated access, and self-service key issuance.

Scroll for all 8

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 14

Pagination, idempotency, versioning, errors, and events

Scroll for all 14

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: aws-api-gateway
name: Amazon API Gateway
description: 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.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/aws-api-gateway.png
tags:
- API Gateway
- AWS
- Cloud
- REST
- HTTP
- WebSocket
- Serverless
- MCP
- AgentCore
- Developer Portal
url: https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/apis.yml
created: '2026-03-27'
modified: '2026-05-29'
specificationVersion: '0.19'
apis:
- aid: aws-api-gateway:aws-api-gateway-portals
  name: Amazon API Gateway Portals
  description: 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 groupings of REST APIs) and Product REST Endpoint Pages
    that publish path/method/stage-level documentation. Portals are Region-scoped, shareable across AWS accounts, and access-controlled
    via Amazon Cognito user pools.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - API Gateway
  - AWS
  - Developer Portal
  - REST
  properties:
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: RateLimits
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html
- aid: aws-api-gateway:aws-api-gateway-apikeys-api
  name: Amazon API Gateway ApiKeys API
  description: Manage API keys
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - ApiKeys
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-apikeys-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-apis-api
  name: Amazon API Gateway Apis API
  description: The Apis API from Amazon API Gateway — 2 operation(s) for apis.
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Apis
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-apis-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-authorizers-api
  name: Amazon API Gateway Authorizers API
  description: Manage authorizers
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Authorizers
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-authorizers-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-connections-api
  name: Amazon API Gateway Connections API
  description: Manage and message active WebSocket connections
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Connections
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-connections-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-deployments-api
  name: Amazon API Gateway Deployments API
  description: Manage API deployments
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Deployments
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-deployments-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-integrations-api
  name: Amazon API Gateway Integrations API
  description: Manage backend integrations
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Integrations
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-integrations-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-methods-api
  name: Amazon API Gateway Methods API
  description: Manage HTTP methods on resources
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Methods
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-methods-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-resources-api
  name: Amazon API Gateway Resources API
  description: Manage resources within a REST API
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Resources
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-resources-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-restapis-api
  name: Amazon API Gateway RestApis API
  description: Manage REST API definitions
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - RestApis
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-restapis-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-routes-api
  name: Amazon API Gateway Routes API
  description: Manage routes within an API
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Routes
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-routes-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-stages-api
  name: Amazon API Gateway Stages API
  description: Manage deployment stages
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - Stages
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-stages-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
- aid: aws-api-gateway:aws-api-gateway-usageplans-api
  name: Amazon API Gateway UsagePlans API
  description: Manage usage plans
  humanURL: https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
  baseURL: https://apigateway.{region}.amazonaws.com
  tags:
  - UsagePlans
  properties:
  - type: OpenAPI
    url: openapi/aws-api-gateway-usageplans-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/
  - type: APIReference
    url: https://docs.aws.amazon.com/apigateway/latest/api/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
  - type: Authentication
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/mcp-server.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html
  - type: GraphQL
    url: graphql/aws-api-gateway-graphql.md
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/Welcome.html
  - type: GettingStarted
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html
  - type: AsyncAPI
    url: asyncapi/aws-api-gateway-asyncapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html
  - type: APIReference
    url: https://docs.aws.amazon.com/apigatewaymanagementapi/latest/reference/Welcome.html
common:
- type: AgenticAccess
  url: agentic-access/aws-api-gateway-agentic-access.yml
- type: TrustCenter
  url: security/aws-api-gateway-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/aws-api-gateway-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/aws-api-gateway-domain-security.yml
- type: Authentication
  url: authentication/aws-api-gateway-authentication.yml
- type: PostmanWorkspace
  url: https://www.postman.com/kinlaneapi/amazon-api-gateway/overview
- type: Arazzo
  url: arazzo/aws-api-gateway-add-method-and-redeploy-workflow.yml
  name: AWS API Gateway Add a Method and Redeploy
- type: Arazzo
  url: arazzo/aws-api-gateway-audit-http-api-workflow.yml
  name: AWS API Gateway Audit an HTTP API Surface
- type: Arazzo
  url: arazzo/aws-api-gateway-build-http-api-workflow.yml
  name: AWS API Gateway Build an HTTP API
- type: Arazzo
  url: arazzo/aws-api-gateway-build-websocket-api-workflow.yml
  name: AWS API Gateway Build a WebSocket API
- type: Arazzo
  url: arazzo/aws-api-gateway-create-api-key-and-usage-plan-workflow.yml
  name: AWS API Gateway Create an API Key and Usage Plan
- type: Arazzo
  url: arazzo/aws-api-gateway-decommission-http-api-workflow.yml
  name: AWS API Gateway Decommission an HTTP API
- type: Arazzo
  url: arazzo/aws-api-gateway-deploy-http-api-stage-workflow.yml
  name: AWS API Gateway Deploy an HTTP API to a New Stage
- type: Arazzo
  url: arazzo/aws-api-gateway-inspect-rest-api-method-workflow.yml
  name: AWS API Gateway Inspect a REST API Method
- type: Arazzo
  url: arazzo/aws-api-gateway-metered-rest-api-workflow.yml
  name: AWS API Gateway Provision a Metered REST API
- type: Arazzo
  url: arazzo/aws-api-gateway-provision-rest-api-workflow.yml
  name: AWS API Gateway Provision and Deploy a REST API
- type: Arazzo
  url: arazzo/aws-api-gateway-redeploy-rest-api-stage-workflow.yml
  name: AWS API Gateway Redeploy a REST API Stage
- type: Arazzo
  url: arazzo/aws-api-gateway-secure-http-api-authorizer-workflow.yml
  name: AWS API Gateway Secure an HTTP API with an Authorizer
- type: Website
  url: https://aws.amazon.com/api-gateway/
- type: Documentation
  url: https://docs.aws.amazon.com/apigateway/
- type: GettingStarted
  url: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
- type: Pricing
  url: https://aws.amazon.com/api-gateway/pricing/
- type: RateLimits
  url: https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html
- type: SDKs
  url: https://aws.amazon.com/tools/
  title: AWS SDKs
- type: CLI
  url: https://docs.aws.amazon.com/cli/latest/reference/apigateway/
- type: ChangeLog
  url: https://docs.aws.amazon.com/apigateway/latest/developerguide/history.html
- type: StatusPage
  url: https://health.aws.amazon.com/health/status
- type: Support
  url: https://aws.amazon.com/premiumsupport/
- type: Blog
  url: https://aws.amazon.com/blogs/compute/category/compute/amazon-api-gateway/
- type: Console
  url: https://console.aws.amazon.com/apigateway/
- type: TermsOfService
  url: https://aws.amazon.com/service-terms/
- type: PrivacyPolicy
  url: https://aws.amazon.com/privacy/
- type: GitHubOrganization
  url: https://github.com/aws
- type: GitHubOrganization
  url: https://github.com/aws-samples
  title: AWS Samples (121+ API Gateway sample repos)
- type: StackOverflow
  url: https://stackoverflow.com/questions/tagged/aws-api-gateway
- type: SpectralRules
  url: rules/aws-api-gateway-spectral-rules.yml
- type: Vocabulary
  url: vocabulary/aws-api-gateway-vocabulary.yaml
- type: Plans
  url: plans/aws-api-gateway-plans-pricing.yml
- type: RateLimitsArtifact
  url: rate-limits/aws-api-gateway-rate-limits.yml
- type: FinOps
  url: finops/aws-api-gateway-finops.yml
- type: Features
  data:
  - name: REST API Management
    description: Create, deploy, and manage REST APIs with full lifecycle control including stages, deployments, and versioning.
  - name: HTTP API Support
    description: Build lightweight HTTP APIs optimized for serverless workloads at up to 71% lower cost than REST APIs.
  - name: WebSocket APIs
    description: Enable real-time bidirectional communication for chat platforms, streaming dashboards, and live applications.
  - name: Traffic Management
    description: Handle hundreds of thousands of concurrent API calls with built-in throttling and request validation.
  - name: Authorization and Security
    description: Supports IAM policies, Lambda authorizers, Amazon Cognito user pools, and OAuth2/OIDC for API access control.
  - name: Monitoring and Logging
    description: Integration with CloudWatch metrics, access logging, and CloudTrail for full API observability.
  - name: Custom Domain Names
    description: Map APIs to branded custom domains with TLS certificates managed through AWS Certificate Manager.
  - name: Canary Releases
    description: Safely r

# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/apis.yml