API Gateway Pattern Implementation
Design and implement an API gateway with routing, authentication, rate limiting, request transformation, and c...
Prompts for REST API design, GraphQL schemas, API documentation, versioning strategies, rate limiting, and API-first development.
15 prompts found
Design and implement an API gateway with routing, authentication, rate limiting, request transformation, and c...
Implement production-grade API rate limiting using Redis with sliding windows, tiered limits, distributed coor...
Implement and compare cursor-based and offset-based pagination for APIs with guidance on choosing the right st...
Build a reliable webhook delivery system with retry logic, signature verification, delivery tracking, and dead...
Design a multi-layer API response caching strategy with cache invalidation, conditional requests, cache warmin...
Generate type-safe client SDKs from an OpenAPI specification for multiple languages with authentication, error...
Evaluate gRPC and REST for your API architecture with a structured decision framework covering performance, de...
Design a RESTful API following industry best practices — resource naming, HTTP methods, status codes, paginati...
Design a production GraphQL API — schema design, resolvers, dataloaders, subscriptions, and N+1 prevention.
Implement secure API authentication — OAuth 2.0, JWT, API keys, RBAC, and token refresh with security best pra...
Generate a complete OpenAPI 3.1 specification from requirements, then auto-generate typed client SDKs for mult...
Design a comprehensive API error handling system — error codes, structured logging, correlation IDs, and devel...