II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--platform-api-gateway-design
specializations/sdk-platform-development/platform-api-gateway-design overview
Platform API Gateway Design - Design and implement API gateway with routing, security, rate limiting, and traffic management capabilities.
Attributes
displayName
specializations/sdk-platform-development/platform-api-gateway-design
description
Platform API Gateway Design - Design and implement API gateway with routing, security, rate limiting,
and traffic management capabilities.
libraryPath
library/specializations/sdk-platform-development/platform-api-gateway-design.js
specialization
sdk-platform-development
references
- - Kong Gateway: https://docs.konghq.com/
- - AWS API Gateway: https://docs.aws.amazon.com/apigateway/
- - Envoy Proxy: https://www.envoyproxy.io/
example
const result = await orchestrate('specializations/sdk-platform-development/platform-api-gateway-design', {
projectName: 'CloudAPI Gateway',
gatewayType: 'kong',
features: ['rate-limiting', 'auth', 'routing', 'circuit-breaker'],
trafficManagement: { loadBalancing: 'round-robin', retries: 3 }
});
usesAgents
- platform-architect
- security-review-agent
- telemetry-privacy-auditor
- technical-writer-agent
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:sdk-platform-development·Specialization
lib_covers_topic2
- topic:api-design·TopicAPI Design
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:architecture-decision-record·WorkflowArchitecture Decision Record
lib_involves_role1
lib_requires_skill_area2
- skill-area:sdk-codegen·SkillAreaSDK Code Generation
- skill-area:api-clients-sdks·SkillAreaAPI Clients and SDKs
uses_agent4
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--security-review-agent·LibraryAgentsecurity-review-agent
- lib-agent:sdk-platform-development--telemetry-privacy-auditor·LibraryAgenttelemetry-privacy-auditor
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.