You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/agent-to-agent-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Overview of the agent registry for discovering, registering, and m
5
5
6
6
ms.service: azure-api-center
7
7
ms.topic: overview
8
-
ms.date: 11/03/2025
8
+
ms.date: 02/24/2026
9
9
ms.update-cycle: 180-days
10
10
ms.collection: ce-skilling-ai-copilot
11
11
@@ -31,7 +31,7 @@ Azure API Center provides a centralized platform for discovering, registering, a
31
31
32
32
## Register an AI agent
33
33
34
-
You can register AI agents in API Center similar to how you register other APIs. During registration, specify the API type as **A2A** and fill in details for **Agent Card**, **Agent Skills**, and **Agent Capabilities**.
34
+
You can register AI agents in API Center similar to how you register other assets such as APIs and MCP servers. During registration, fill in details for **Agent Card**, **Agent Skills**, and **Agent Capabilities**.
35
35
36
36
For detailed steps, see [Register agent](register-manage-agents.md#register-agent).
Copy file name to clipboardExpand all lines: articles/api-center/authorize-api-access.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to configure access to APIs in the Azure API Center inven
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 06/02/2025
7
+
ms.date: 02/24/2026
8
8
9
9
ms.custom:
10
10
# Customer intent: As an API program manager, I want to store API authorization information in my API center and enable authorized users to test APIs in the API Center portal.
@@ -50,8 +50,8 @@ To manage the API key securely, store it in Azure Key Vault, and access the key
50
50
51
51
### 2. Add API key configuration in your API center
52
52
53
-
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
54
-
1. In the left menu, under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
53
+
1. In the [portal](https://azure.microsoft.com), go to your API center.
54
+
1. In the sidebar menu, under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
55
55
1. In the **Add configuration** page, set the values as follows:
56
56
:::image type="content" source="media/authorize-api-access/configure-api-key.png" alt-text="Screenshot of configuring an API key in the portal.":::
57
57
@@ -140,7 +140,7 @@ To manage the secret securely, store it in Azure Key Vault, and access the key v
140
140
After configuring settings for an API key or an OAuth 2.0 flow, add the API key or OAuth 2.0 configuration to an API version in your API center.
141
141
142
142
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
143
-
1. In the left menu, under **Assets**, select **APIs**.
143
+
1. In the left menu, under **Inventory**, select **Assets**.
144
144
1. Select an API that you want to associate the authorization configuration with.
145
145
1. In the left menu, under **Details**, select **Versions**.
146
146
1. Select the API version that you want to add the authentication configuration to.
@@ -168,8 +168,7 @@ You can manage access by specific users or groups in your organization to an API
168
168
> [!TIP]
169
169
> You can also remove users or groups from the access policy. In the **Manage access** page, select **Delete** in the context (...) menu for the user or group.
170
170
171
-
## Test API in API Center portal
172
-
171
+
## Test the API in API Center portal
173
172
174
173
You can use the API Center portal to test an API that you configured for authentication and user access.
0 commit comments