iiRecord
Agentic AI Atlas · Kong Gateway
tool:konga5c.ai
II.
Tool JSON

tool:kong

Structured · live

Kong Gateway json

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

File · domain/tools/stack-part-implementations.yamlCluster · domain
Record JSON
{
  "id": "tool:kong",
  "_kind": "Tool",
  "_file": "domain/tools/stack-part-implementations.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kong Gateway",
    "homepageUrl": "https://konghq.com",
    "kind": "api-tool",
    "description": "Cloud-native API gateway built on nginx/OpenResty with plugin-driven\nrate limiting, auth, transformations, and observability.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:kong",
      "to": "language:lua",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:kong",
      "to": "stack-part:rate-limiter",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:kong",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:kong",
      "to": "skill-area:backend-api-design",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:kong",
      "to": "tool:ngrok",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API/network tools — Kong is an API gateway; ngrok is a tunnel for local services"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-part:api-gateway",
      "to": "tool:kong",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:rate-limiter",
      "to": "tool:kong",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-profile:api-gateway-microservices",
      "to": "tool:kong",
      "kind": "composed_of"
    },
    {
      "from": "tool-server:mcp-kong",
      "to": "tool:kong",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}