Skill Wiki v0.1.0
pattern @backend-architecture/pattern-api-gateway

Api Gateway

An API Gateway is a single ingress that fronts the microservice fleet. Clients (web, mobile, partner) talk to one URL; the gateway routes to internal services, fans out parallel calls, aggregates responses, terminates TL…

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
4 out · 2 in
Tokens
96/323/584
$ prime install @backend-architecture/pattern-api-gateway

Projection

Always in _index.xml · the agent never has to ask for this.

ApiGateway [pattern] v1.0.0

An API Gateway is a single ingress that fronts the microservice fleet. Clients (web, mobile, partner) talk to one URL; the gateway routes to internal services, fans out parallel calls, aggregates responses, terminates TLS, applies authn/authz, and rate-limits. It hides the internal service topology from external callers.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/pattern-api-gateway/atom.yaml

Compiled at 2026-05-10