konghq.com
Kong
Kong is the AI Connectivity Company providing a unified platform for managing, securing, and governing APIs, LLMs, MCP, and agent gateways. It centralizes LLM access, automates API workflows, and secures digital ecosystems for enterprises and startups across various industries.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for konghq.com
Made from what Actuent already knows. Edit it, then publish it at
https://konghq.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "konghq.com",
"name": "Kong",
"language": "en",
"pages": {
"/": {
"title": "Kong, The AI Connectivity Company",
"content": "Kong is the AI Connectivity Company providing a unified platform for managing, securing, and governing APIs, LLMs, MCP, and agent gateways. It centralizes LLM access, automates API workflows, and secures digital ecosystems for enterprises and startups across various industries."
},
"/agent-gateway": {
"title": "Kong Agent Gateway",
"content": "Governs agent-to-agent (A2A) traffic for agentic AI workflows. Provides policy enforcement, observability, and security for AI agents in production."
},
"/products/kong-mesh": {
"title": "Kong Service Mesh",
"content": "End-to-end connectivity and security for microservices using Kuma, Kong's open-source service mesh."
},
"/products/kong-gateway": {
"title": "Kong Gateway",
"content": "The world's most popular open-source API gateway. Handles API routing, authentication, rate limiting, and traffic control at high performance and scale."
},
"/products/kong-konnect": {
"title": "Kong Konnect",
"content": "The unified API and AI platform. Manages the full API and AI lifecycle — from design and testing to deployment, governance, and monetization — across any cloud or on-premise environment."
},
"/products/mcp-registry": {
"title": "Kong MCP Registry",
"content": "A registry for discovering, managing, and governing Model Context Protocol (MCP) servers in production."
},
"/products/event-gateway": {
"title": "Kong Event Gateway",
"content": "API gateway for event-driven architectures and Kafka stream management."
},
"/products/kong-operator": {
"title": "Kong Operator",
"content": "Manages API and AI traffic on Kubernetes. Automates gateway provisioning, scaling, and AI Gateway deployment via a Kubernetes-native operator."
},
"/products/kong-ai-gateway": {
"title": "Kong AI Gateway",
"content": "Centralizes access to LLMs (OpenAI, Anthropic, Cohere, etc.) with AI-specific controls: semantic caching, prompt injection protection, token cost governance, model fallback and much more."
},
"/products/kong-enterprise": {
"title": "Kong Enterprise",
"content": "Self-hosted and hybrid deployment option for Kong Gateway and the Konnect platform, for organizations with on-premise or private cloud requirements."
},
"/products/kong-ingress-controller": {
"title": "Kong Ingress Controller",
"content": "Kubernetes-native ingress for routing traffic into clusters, built on Kong Gateway."
}
},
"actions": [
{
"id": "view_products",
"name": "View Products",
"input": {
"type": "text",
"required": false
},
"intent": [
"explore_products",
"view_catalog"
],
"description": "Explore Kong's product suite including Konnect, Gateway, and AI Gateway."
},
{
"id": "learn_about_ai_gateway",
"name": "Learn About AI Gateway",
"input": {
"type": "text",
"required": false
},
"intent": [
"learn_ai_gateway",
"view_features"
],
"description": "Discover how Kong AI Gateway centralizes LLM access with semantic caching and security controls."
},
{
"id": "contact_sales",
"name": "Contact Sales",
"input": {
"type": "text",
"required": false
},
"intent": [
"contact_sales",
"request_demo"
],
"description": "Reach out to the Kong team for enterprise solutions and demos."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Kong",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Kong",
"url": "https://konghq.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
View Products
Explore Kong's product suite including Konnect, Gateway, and AI Gateway.
explore_productsview_catalogLearn About AI Gateway
Discover how Kong AI Gateway centralizes LLM access with semantic caching and security controls.
learn_ai_gatewayview_featuresContact Sales
Reach out to the Kong team for enterprise solutions and demos.
contact_salesrequest_demoPages
Kong, The AI Connectivity Company /
Kong is the AI Connectivity Company providing a unified platform for managing, securing, and governing APIs, LLMs, MCP, and agent gateways. It centralizes LLM access, automates API workflows, and secures digital ecosystems for enterprises and startups across various industries.
Kong Agent Gateway /agent-gateway
Governs agent-to-agent (A2A) traffic for agentic AI workflows. Provides policy enforcement, observability, and security for AI agents in production.
Kong Service Mesh /products/kong-mesh
End-to-end connectivity and security for microservices using Kuma, Kong's open-source service mesh.
Kong Gateway /products/kong-gateway
The world's most popular open-source API gateway. Handles API routing, authentication, rate limiting, and traffic control at high performance and scale.
Kong Konnect /products/kong-konnect
The unified API and AI platform. Manages the full API and AI lifecycle — from design and testing to deployment, governance, and monetization — across any cloud or on-premise environment.
Kong MCP Registry /products/mcp-registry
A registry for discovering, managing, and governing Model Context Protocol (MCP) servers in production.
Kong Event Gateway /products/event-gateway
API gateway for event-driven architectures and Kafka stream management.
Kong Operator /products/kong-operator
Manages API and AI traffic on Kubernetes. Automates gateway provisioning, scaling, and AI Gateway deployment via a Kubernetes-native operator.
Kong AI Gateway /products/kong-ai-gateway
Centralizes access to LLMs (OpenAI, Anthropic, Cohere, etc.) with AI-specific controls: semantic caching, prompt injection protection, token cost governance, model fallback and much more.
Kong Enterprise /products/kong-enterprise
Self-hosted and hybrid deployment option for Kong Gateway and the Konnect platform, for organizations with on-premise or private cloud requirements.
Kong Ingress Controller /products/kong-ingress-controller
Kubernetes-native ingress for routing traffic into clusters, built on Kong Gateway.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=konghq.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim konghq.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="konghq.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=konghq.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
