How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
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.

agent aware

Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.

Kin Score

API Evangelist profiles Amazon API Gateway the way a machine reads it — 260 machine-readable artifacts across 3 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Amazon API Gateway scores 68.2/100 (exemplar), with a separate agent-readiness read of 23/100 (agent aware). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance. Every facet and dimension name is a link: it opens that measurement's page on APIs.io, where the rating runs across the whole catalog — the exact checks that feed it, how every profiled provider distributes on it, and who is at the top of it.

Kin Score Kin Score How this is scored →
scored 2026-09-10 · rubric v0.20.0
Amazon API Gateway Kin Score — API readiness rating by API Evangelist

Put this on your own site. The badge is drawn live from Amazon API Gateway's current Kin Score — paste it once and it updates itself every time the score is recomputed. It follows your visitor's light or dark setting, and it links back here so anyone who sees it can read the full breakdown.

<!-- Kin Score · API Evangelist -->
<a href="https://providers.apievangelist.com/providers/aws-api-gateway/"
   title="Amazon API Gateway on API Evangelist — API profile and Kin Score">
  <img src="https://apis.io/badge/aws-api-gateway.svg"
       alt="Amazon API Gateway Kin Score — API readiness rating by API Evangelist" width="150" height="150" loading="lazy">
</a>

More shapes, themes and sizes → · Score as JSON · How badges work

How we profile Amazon API Gateway

Each block below is one kind of artifact we hold for Amazon API Gateway. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 26

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

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

Amazon API Gateway WebSocket API

Build real-time two-way communication applications with WebSocket APIs.

Amazon API Gateway HTTP API

Lower latency and lower cost alternative to REST APIs with essential features for building HTTP-based APIs.

Amazon API Gateway Management API

API for directly managing runtime aspects of deployed APIs, including sending data to connected WebSocket clients via the @connections endpoint and managing connection state.

Amazon API Gateway API Keys API

Operations for managing API keys

Amazon API Gateway Base Path Mappings API

Operations for managing base path mappings

Amazon API Gateway Documentation API

Operations for managing API documentation

Amazon API Gateway Domain Names API

Operations for managing custom domain names

Amazon API Gateway Gateway Responses API

Operations for managing gateway responses

Amazon API Gateway Models API

Operations for managing API data models

Amazon API Gateway Request Validators API

Operations for managing request validators

Amazon API Gateway REST APIs API

Operations for creating and managing REST APIs

Amazon API Gateway Usage Plans API

Operations for managing usage plans and throttling

Amazon API Gateway VPC Links API

Operations for managing VPC links

Scroll within the panel for all 26 ·

Postman Collections 3

A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.

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

Open Collections 16

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

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

Scroll within the panel for all 16 ·

Arazzo Workflows 12

Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.

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 within the panel for all 12 ·

GraphQL 1

Where a provider ships GraphQL, the schema is the contract. We profile it alongside the REST surface so the whole interface is legible in one place.

GraphQL schemas published by this provider.

Pricing Plans 1

Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the things the Kin Score reads for access clarity — renamed from commercial clarity in rubric 0.12, because a free statutory interface has access terms and no commercial ones.

Published pricing tiers and plan structures.

Rate Limits 1

Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.

Documented rate limits and quota policies.

Aws Api Gateway Rate Limits

12 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.

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

Features 19

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

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 within the panel for all 19 ·

Event Specifications 2

Not every API is request/response. AsyncAPI describes the event-driven and streaming side — the webhooks and channels — so the asynchronous half of the interface is documented the same way the synchronous half is.

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

Amazon API Gateway WebSocket API

Amazon API Gateway WebSocket APIs enable real-time two-way communication between clients and backend services. Clients connect via WebSocket protocol and exchange messages throu...

ASYNCAPI

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 31

JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.

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

Amazon Api Gateway Context

0 classes · 13 properties

JSON-LD

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 within the panel for all 31 ·

Spectral Rules 3

Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.

Amazon API Gateway API Rules

7 rules · 1 errors · 5 warnings

SPECTRAL

Amazon API Gateway API Rules

5 rules · 3 warnings

SPECTRAL

Amazon API Gateway API Rules

40 rules · 17 errors · 21 warnings

SPECTRAL

JSON Schema 46

Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.

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

AccessLogSettings

2 properties

JSON SCHEMA

Amazon API Gateway REST API Definition

20 properties

JSON SCHEMA

ApiKey

10 properties

JSON SCHEMA

ApiKeys

3 properties

JSON SCHEMA

ApiStage

3 properties

JSON SCHEMA

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 within the panel for all 46 ·

JSON Structure 44

JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.

JSON Structure definitions describing this provider's data shapes.

Amazon Api Gateway Apikey Structure

0 properties

JSON STRUCTURE

Amazon Api Gateway Apikeys Structure

0 properties

JSON STRUCTURE

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 within the panel for all 44 ·

Examples 41

Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.

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 within the panel for all 41 ·

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

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

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

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 actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

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 within the panel for all 8 ·

Resources

Every other property we hold for Amazon API Gateway — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Company 2

The organization behind the API

← All providers · Data indexed from github.com/api-evangelist/aws-api-gateway · machine-readable index on apis.io

Where this information came from

This is an independent, third-party profile of Amazon API Gateway, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.