Join our Newsletter — 33% off our NHI Course

Capability catalog

A capability catalog is an authenticated inventory of tools and actions an agent is actually allowed to use. It matters because the model should search against real connector state, not assume every advertised function exists or is safe to invoke.

Expanded Definition

A capability catalog is more than a product feature list. It is the authenticated, current record of which tools, actions, scopes, and guardrails an agent can actually use at runtime. In agentic AI systems, that distinction matters because advertised integrations, stale documentation, and partially revoked permissions can diverge from real connector state. A well-managed catalog helps the agent query only approved capabilities, reducing failed calls, unsafe tool use, and hidden privilege creep. NHI Management Group treats this as a control surface, not a convenience layer, because the catalog shapes what an autonomous software entity can do in practice.

Industry usage is still evolving. Some vendors describe similar ideas as tool registries, action manifests, or function inventories, but no single standard governs this yet. The security meaning is strongest when the catalog is authoritative, access-controlled, and tied to policy enforcement rather than marketing claims. That makes it closely related to the governance expectations reflected in NIST Cybersecurity Framework 2.0, especially where asset visibility and access control support safe operation.

The most common misapplication is treating a published integration list as a capability catalog, which occurs when teams do not verify whether the agent still has valid authorization to invoke each action.

Examples and Use Cases

Implementing a capability catalog rigorously often introduces synchronisation overhead, requiring organisations to weigh agent flexibility against the cost of keeping tool state authoritative and current.

  • An AI agent can only create tickets in a service desk if the catalog confirms the connector is live, the scope is valid, and the action is approved for that workflow.
  • A customer support agent sees read-only CRM lookup as available, but write operations are excluded because policy requires human approval before data changes.
  • A software engineering agent queries the catalog before running deployment actions, preventing it from invoking deprecated CI/CD commands that remain in older prompts or documentation.
  • A finance assistant agent is limited to invoice retrieval and draft preparation, while payment release stays outside the catalog because it would create unacceptable transaction risk.
  • Security teams use the catalog to compare declared tools with actual connector state, aligning the runtime view with guidance from NIST CSF 2.0 on governance, asset management, and access control.

Why It Matters for Security Teams

Capability catalogs matter because autonomous systems fail in predictable ways when they rely on assumed rather than verified permissions. If the catalog is outdated, an agent may attempt unsafe actions, overreach into restricted systems, or repeatedly fail on missing connectors, creating noise that hides real abuse. If the catalog is too permissive, it becomes an indirect privilege escalation path for agents, especially where tool access is bound to secrets, tokens, or service accounts.

This is where the identity connection becomes practical. A capability catalog should reflect the real entitlements attached to the non-human identity or service principal behind the agent, including what can be executed, under what policy, and with which approval conditions. For teams building agentic workflows, that makes the catalog part of access governance, not just orchestration. It also supports auditability by making it clearer which actions were possible at the time a task was executed, which is an important control concern in NIST Cybersecurity Framework 2.0 and related identity governance practices.

Organisations typically encounter the operational cost of a weak capability catalog only after an agent attempts an action it should never have seen, at which point the catalog becomes operationally unavoidable to fix.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 ID.AM-1 The framework’s asset visibility concept fits capability catalogs as a live inventory of allowed tools.
NIST AI RMF AIRMF governance applies because capability catalogs define operational boundaries for AI systems.
NIST AI 600-1 The GenAI profile emphasizes controls around system behavior and tool access relevant to this term.
OWASP Agentic AI Top 10 Agentic AI guidance addresses unsafe tool use and over-broad action exposure.
CSA MAESTRO MAESTRO covers governance of agent workflows, including tool authorization boundaries.

Document ownership, oversight, and change control for every agent capability exposed in the catalog.