> For the complete documentation index, see [llms.txt](https://docs.bluetext.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluetext.dev/integrations/kong-konnect.md).

# Kong Konnect

<figure><img src="/files/15idxXDaKcLtRICBtl1w" alt=""><figcaption></figcaption></figure>

### Integrate With Kong Konnect&#x20;

This setup gives you access to the ENTERPRISE-licenced AI plugins during the free trial.

Sign up at <https://konghq.com/products/kong-konnect/register>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdn6YPFR5ZlYlMZX7y9LwAN2K-MPkoJ1eDK_d39U8Bn8uAO4vk6vWfn1RY1knx41CiBKNhoAWbVaz7s73AApZkEioAjxL-h61QloZyEo_adrd__euOU_AmI_6ukbGcChDFXDhlW?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Click “Set up a Kong API Gateway”

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe2DjtwuDXzwwkNGuF0GJK-NMnblfwn0SA8L0g_qLUQ6E20LsiYlvKnC1mVPI8Q2XvRwPdwtyjzCCKqE_j8siXb7nuwGmQKU3rwdyrZOEK1dAM6i0jyrJfMt9-HNrPLNXupvyUb?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Select “Self-Managed Hybrid” and specify the name. Click “Next Step”

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkZji9TNCJSmdnKnSQ6Z28ih_0UrRzUQ8f00xRox7NJjzdB0fwXPFL5yNZLLnBZI5pZ5J54FWBBzTrfu8ydRI0L_AL0DkTeSBmK7SRYArTeaWzX6qMN1NMJgZTen-HZIc-gBqjiA?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Select “Linux (Docker)” as the platform. Click “Generate certificate”.&#x20;

Store the server name and certificate in your Polytope vault by running the following command in your system project directory.

```bash
pt value set kong-cluster-server-name THE_PROVIDED_SERVER_NAME
pt value set kong-cluster-telemetry-server-name THE_PROVIDED_TELEMETRY_SERVER_NAME
pt secret set --raw kong-server-cert '-----BEGIN CERTIFICATE-----
THE PROVIDED CERTIFICATE
-----END CERTIFICATE-----'
pt secret set --raw kong-server-cert-key '-----BEGIN PRIVATE KEY-----
THE PROVIDED CERTIFICATE KEY
-----END PRIVATE KEY-----'
```
