# Kong API Gateway

[Kong API Gateway](https://konghq.com/products/kong-gateway) is an open-source API gateway and microservices management layer that provides a scalable and flexible platform for managing, securing, and optimizing your APIs and microservices. Designed to handle high-performance API traffic, Kong sits in front of your APIs and handles requests from clients, directing them to the appropriate backend services. Kong is built on top of NGINX, a high-performance web server, which enables it to manage millions of API calls per second with low latency.

Kong offers a wide range of features, including load balancing, caching, request and response transformation, and more, making it a powerful tool for enhancing the reliability and performance of your APIs. One of Kong’s standout features is its extensive plugin ecosystem, which allows you to easily extend the functionality of the API gateway with plugins for authentication, logging, rate limiting, security, and more. Kong supports both RESTful and gRPC APIs, providing flexibility for different API architectures.

Security is a critical aspect of Kong, with built-in features such as OAuth2, JWT authentication, and IP filtering to protect your APIs from unauthorized access and threats. Kong also integrates seamlessly with service meshes, like Kuma or Istio, allowing you to manage and secure your microservices architecture with ease.

As part of its [API Catalog](https://docs.pynt.io/documentation/api-catalog) Pynt allows seamless [integration](https://docs.pynt.io/documentation/applications-view/manage-sources-for-api-discovery) with Kong API Gateway.

Integrating Pynt with Kong enhances your API discovery, security, and management capabilities. Pynt automatically discovers and catalogs your APIs as they pass through Kong, providing real-time security assessments and insights. This integration ensures that vulnerabilities are identified and addressed early, helping you maintain a secure API environment. With Pynt and Kong working together, you can manage, scale, and protect your APIs and microservices with confidence, ensuring they are resilient against threats while maintaining high performance.

<figure><img src="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FefJAlfPZ9HnP45mYiY7V%2FKong.png?alt=media&#x26;token=7b19f127-60b6-49a6-9276-e87467783137" alt="" width="142"><figcaption><p>Kong</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pynt.io/documentation/applications-view/manage-sources-for-api-discovery/source-categories/api-gateways/kong-api-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
