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.
Copy file name to clipboardExpand all lines: articles/api-center/key-concepts.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
@@ -4,7 +4,7 @@ description: Key concepts of Azure API Center. API Center inventories an organiz
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: concept-article
7
-
ms.date: 11/15/2024
7
+
ms.date: 02/25/2026
8
8
9
9
---
10
10
@@ -22,7 +22,7 @@ The following diagram shows the main entities and how they relate to each other.
22
22
23
23
## API
24
24
25
-
A top-level logical entity in Azure API Center, an API represents any real-world API that you want to track. An API center can include APIs of any type, including REST, GraphQL, gRPC, SOAP, WebSocket, and Webhook.
25
+
A top-level logical entity in Azure API Center, an API represents any real-world API that you want to track. An API center can include APIs of any type, including REST, GraphQL, gRPC, SOAP, WebSocket, and Webhook. You can also include local and remote MCP servers and A2A agents in your API center inventory.
26
26
27
27
You can manage an API in the inventory by any API management solution. For example, use Azure [API Management](../api-management/api-management-key-concepts.md), Apigee API Management, Kong Konnect, MuleSoft API Management, or another platform. An API represented in Azure API Center can also be unmanaged.
Copy file name to clipboardExpand all lines: articles/api-center/register-manage-agents.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Learn how to update agent metadata, add skills, configure capabili
5
5
6
6
ms.service: azure-api-center
7
7
ms.topic: how-to
8
-
ms.date: 11/11/2025
8
+
ms.date: 02/24/2026
9
9
ms.update-cycle: 180-days
10
10
ms.collection: ce-skilling-ai-copilot
11
11
---
@@ -22,14 +22,16 @@ This article shows you how to register A2A agents in API Center, and how to upda
22
22
23
23
## Register agent
24
24
25
-
Enter required values from the agent's agent card. Optionally add skills and other metadata that define the capabilities and actions your A2A agent can perform.
25
+
Enter required values from the agent's agent card. Optionally, add skills and other metadata that define the capabilities and actions your A2A agent can perform.
26
26
27
27
> [!TIP]
28
28
> For detailed skill schema information, see the [Agent2Agent (A2A) Protocol Official Specification](https://a2a-protocol.org/latest/specification/).
29
29
30
-
1. Sign in to the [Azure portal](https://portal.azure.com), then navigate to your API center.
30
+
1. Sign in to the [Azure portal](https://portal.azure.com), then go to your API center.
31
31
32
-
1. In the sidebar menu, under **Assets**, select **APIs** > **+ Register an API**.
32
+
1. In the sidebar menu, under **Inventory**, select **Assets**.
33
+
34
+
1. Select **+ Register an asset** > **A2A agent**.
33
35
34
36
1. In the **Register an API** page, fill in the [standard properties](tutorials/register-apis.md) to register an API and choose **A2A** as the agent type.
35
37
@@ -72,7 +74,7 @@ Enter required values from the agent's agent card. Optionally add skills and oth
72
74
## Update agent
73
75
74
76
1. In the [Azure portal](https://azure.microsoft.com), go to your API center.
75
-
1. In the sidebar menu, under **Assets**, select **APIs**.
77
+
1. In the sidebar menu, under **Inventory**, select **Assets**.
76
78
1. From the table, select your A2A agent by selecting the agent name in the **Title** column.
77
79
1. Select the **Edit** button to open the **Edit** page in the working pane.
78
80
@@ -119,10 +121,6 @@ Agent capabilities describe what features your A2A agent supports.
119
121
120
122
1. Select **Save**.
121
123
122
-
## Limitations
123
-
124
-
Agent-to-Agent APIs in API Management don't synchronize with API Center.
125
-
126
124
## Related content
127
125
128
126
[Agent registry in Azure API Center](agent-to-agent-overview.md)
0 commit comments