# Enterprise API Platform Architecture

```text
Clients / Web / Mobile / CLI / AI Agents
                  |
                  v
        Kong — north-south gateway
        - consumer identity
        - public authentication
        - global rate limits
        - correlation IDs
                  |
                  v
    Apache APISIX — dynamic route layer
        - route and upstream policy
        - plugin chains
        - canary / traffic shaping
        - route metrics
                  |
                  v
        Envoy — east-west data plane
        - retries and timeouts
        - circuit breaking
        - external authorization
        - local rate limiting
        - access logs and tracing
                  |
                  v
REST | GraphQL | Auth | AI Engineering Lab | GitHub | Observability
```

The Cloudflare Pages Worker mirrors the public platform contract so the portfolio remains interactive on a serverless Pages deployment. The container configuration demonstrates where the native gateway projects run in a self-hosted or Kubernetes environment.
