> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Catalog

> Every agent registered with the Agent Gateway, and the skills each one exposes.

The agent catalog is the Agent Registry: the list of agents provisioned in your organisation. Admins register agents here and control access both to the agent itself and to the individual skills and capabilities it provides.

<CardGroup cols={2}>
  <Card title="Agent Registry" icon="list" href="/docs/aigw/product/agent-gateway/registry">
    Provision agents and control access to their skills
  </Card>

  <Card title="Quickstart" icon="rocket" href="/docs/aigw/product/agent-gateway/quickstart">
    Register your first agent with the Agent Gateway
  </Card>
</CardGroup>

## What registration gives you

Once an agent is registered, you can:

* Control access to the agent itself
* Control access to the specific skills and capabilities that the agent provides

## Related

* [Agent Servers](/docs/aigw/product/agent-gateway/servers) — how virtual agent servers work and how to host your own
* [Code snippets and examples](/docs/aigw/product/agent-gateway/advanced-code-snippets-and-examples) — calling a registered agent
* [Agent Gateway](/docs/aigw/product/agent-gateway) — routing, guardrails, and observability for agent traffic
* [Coding Agents](/docs/aigw/product/coding-agent) — Cursor, Claude Code, and other coding agents behind the AI Gateway


## Related topics

- [Hermes Agent](/docs/aigw/integrations/libraries/hermes-agent.md)
- [Pi Agent](/docs/aigw/integrations/libraries/pi-agent.md)
- [Coding Agents](/docs/aigw/product/coding-agent.md)
- [Claude Agent SDK](/docs/aigw/integrations/agents/claude-agent-sdk.md)
- [Llama Agents by Llamaindex](/docs/aigw/integrations/agents/llama-agents.md)
