---
title: "Agent Catalog Generator"
description: "Enter agent metadata, get a finished catalog entry - generated by a language model behind the Kong AI Gateway."
url: "https://nexora.apim.eu/agent-catalog-generator"
image: "https://nexora.apim.eu/_og/d/c_Ocean.takumi,title_Agent+Catalog+Generator,description_~RW50ZXIgYWdlbnQgbWV0YWRhdGEsIGdldCBhIGZpbmlzaGVkIGNhdGFsb2cgZW50cnkgLSBnZW5lcmF0ZWQgYnkgYSBsYW5ndWFnZSBtb2RlbCBiZWhpbmQgdGhlIEtvbmcgQUkgR2F0ZXdheS4,props_eyJ0aGVtZSI6eyJtb2RlIjoiZGFyayIsImNvbG9ycyI6eyJwcmltYXJ5IjoiIzM5RkYxNCJ9fX0,p_Ii9hZ2VudC1jYXRhbG9nLWdlbmVyYXRvciI,s_GGtwDvdU-qgsB4IM.png"
---

## Agent Catalog Generator

Enter agent metadata, get a catalog entry. No template, no snippet library, no code.

[Open Generator](http://localhost:8088)[Read the Workflow](https://nexora.apim.eu/guides/agent-catalog-workflow)

## [What the Generator Does](#what-the-generator-does)

You fill in a form with the data you're already capturing anyway: agent type, owning team, model/provider, deployment tier, integrations, and the compliance disclosures from the governance certification. You also choose which teams the entry is for and what tone it should be written in.

What comes back is a complete catalog entry: headline, short tagline for the results list, capability summary, data scope, integrations, the compliance disclosures as flowing text, a recommended-teams note, and a short announcement snippet. All in English, ready to publish or edit further.

Nothing Is Invented

The generator works exclusively with what you entered. If a field is missing, it simply doesn't appear in the text - instead of making up a capability that isn't there.

Disclosures Stay Verbatim

The figures from the compliance certification and the chargeback rate are carried over unchanged, never rounded and never reworded.

Wording That Holds Up

The recommended-teams description covers what the agent's capabilities and data scope actually suit - not unsubstantiated claims about outcomes. That keeps the text free of overstated AI capability claims.

## [Three Steps to a Finished Text](#three-steps-to-a-finished-text)

1.  **Enter agent data.** A sample agent is pre-filled so you can see the flow right away.
2.  **Choose the target teams.** Target team, tone and length determine how the text sounds and how long it is.
3.  **Generate.** Within a few seconds the catalog entry is ready - with a button that copies it to the clipboard as Markdown.

If you need the same flow programmatically, find it in the [Agent Catalog](https://nexora.apim.eu/apis) API and the guide [From Agent Deployment to Catalog Entry](https://nexora.apim.eu/guides/agent-catalog-workflow).

**Access:** You need your API key to make the call. The form asks for it, uses it only for that one call, and never stores or logs it. To learn how to generate a key, see [Authentication](https://nexora.apim.eu/guides/authentication).

## [Why It Runs Through the Gateway](#why-it-runs-through-the-gateway)

Between the form and the language model sits the **Kong AI Gateway**. It handles, in one place, what every application would otherwise have to solve on its own:

| Task                              | Where it's handled                                               |
| :-------------------------------- | :--------------------------------------------------------------- |
| Provider and model choice         | at the gateway - switching providers changes nothing in the form |
| Access control                    | at the gateway, not in the application                           |
| Usage and cost                    | the gateway logs what was consumed, per call and per key         |
| Protection against unwanted input | prompt guard at the gateway                                      |
| Lowering response times           | semantic caching for recurring requests                          |

The generator itself doesn't know a provider key. It knows an address.