Skip to main content
This feature is currently in public preview. This preview is provided without a service-level agreement, and we don’t recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see Supplemental Terms of Use for Microsoft Azure Previews.
Create a private skill catalog so developers in your organization can discover and use agent skills through Foundry. A skill is a reusable capability - instructions, bundled scripts, and tool references - that an agent can consume to extend what it does. A private skill catalog uses Azure API Center to register organization-scoped skills that only your developers can access.

Prerequisites

Plan administrator and developer access

Before you create the catalog, decide who manages it and who consumes it.

Register skills and define allowed tools

Register each skill in your API Center so it’s discoverable, and scope what it’s allowed to reach.
  1. In the Azure portal, go to your API Center resource.
  2. In the sidebar under Inventory, select Assets.
  3. Select + Register an asset > Skill, and provide the skill’s title, summary, description, lifecycle stage, and the Source URL of the Git repository that holds the skill’s source code.
  4. Under Allowed tools, select + Add tool to specify the APIs or MCP servers from your API inventory that the skill can access.
The allowed tools list is the governance boundary for a skill. It explicitly defines which resources the skill can consume, so a shared skill can’t reach endpoints you didn’t approve.
  1. Optionally add License and Contact information, then select Create.
To keep the catalog in sync with source instead of re-uploading, integrate a Git repository with your API Center. For more information, see Synchronize API assets from a Git repo.

(Optional) Assess skill quality before promotion

API Center can automatically assess registered skills against default or custom criteria before you promote them.
  1. In the Azure portal, go to your API Center resource.
  2. Select Governance > AI Assessment.
  3. Select the Skills tab, set Assessment status to Enabled, and accept the default criteria or add custom criteria (name, score range, pass threshold, and weight).
  4. Select Save.
Developers can then view assessment results on each skill’s details page in the API Center portal.

Grant developer access to the catalog

Assign Azure RBAC permissions so developers can discover skills from your private catalog in Foundry.
  1. Decide whether to grant access to a security group or to individual users.
  2. Assign at least the Azure API Center Data Reader role (or an equivalent custom role) to those users.
Role assignments can take up to 24 hours to propagate. If developers don’t see the catalog immediately, wait and try again.

Verify catalog discovery in Foundry

After you grant access, confirm that developers can find and use the catalog in the Foundry portal.
  1. In the Foundry portal, open the project that your developers use.
  2. Go to Build > Skills.
  3. Use search and filters to find your private skill catalog by the API Center name.
  4. Select a skill from the catalog and review its summary, source, compatibility, and allowed tools.
If the catalog appears and displays your registered skills, the configuration is complete.

Troubleshoot private skill catalog issues

If you encounter problems setting up or using your private skill catalog, use the following table to identify and resolve common issues. What is Toolbox in Foundry? Create a private tool catalog (preview) Register skills in your API center