iiRecord
Agentic AI Atlas · API Gateway
stack-part:api-gatewaya5c.ai
II.
StackPart JSON

stack-part:api-gateway

Structured · live

API Gateway json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/api-gateway.yamlCluster · domain
Record JSON
{
  "id": "stack-part:api-gateway",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/api-gateway.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "API Gateway",
    "category": "api",
    "description": "Edge router that fronts internal services - terminates TLS, enforces auth and rate limits, routes by path/host, handles request/response transformation. Examples: Kong, Traefik, Envoy, AWS API Gateway.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:api-gateway",
      "to": "platform-service:aws-api-gateway",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:api-gateway",
      "to": "tool:kong",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:api-gateway",
      "to": "skill-area:api-design",
      "kind": "stack_part_used_by",
      "attributes": {}
    },
    {
      "from": "stack-part:api-gateway",
      "to": "skill-area:rate-limiting",
      "kind": "stack_part_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:aws-api-gateway",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:aws-api-gateway",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:kong",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}