Amazon API Gateway · Arazzo Workflow
AWS API Gateway Create an API Key and Usage Plan
Version 1.0.0
Create an API key, create a throttled and quota-limited usage plan, and confirm the plan was registered.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
create-api-key-and-usage-plan
Create an API key and a usage plan, then confirm the plan exists.
Creates an API key and a usage plan with throttle and quota configuration, then lists usage plans to verify registration.
1
createApiKey
createApiKey
Create an enabled API key that callers will present to the gateway.
2
createUsagePlan
createUsagePlan
Create a usage plan with throttle and quota settings to govern how the API key may be used.
3
confirmUsagePlan
getUsagePlans
List usage plans to confirm the new plan was registered.