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/export-to-copilot-studio.yml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,17 @@ metadata:
7
7
ms.author: danlep
8
8
ms.service: azure-api-management
9
9
ms.topic: how-to
10
-
ms.date: 04/24/2025
10
+
ms.date: 04/28/2025
11
11
ms.custom: template-how-to
12
12
13
13
#customer intent: As an API program manager, I want to export an API from my API center inventory as a connector in Microsoft Copilot Studio for use in agents.
14
14
title: |
15
15
Export API definition from API Center to Copilot Studio as a connector
16
16
17
17
introduction: |
18
-
You can export an API definition from your Azure API center as a [connector in Microsoft Copilot Studio](/connectors/overview) (preview). In Microsoft Copilot Studio, citizen developers can use the exported connector to extend the capabilities of AI agents. [Learn more about extending agent capabilities with Copilot connectors](/microsoft-copilot-studio/copilot-connectors-in-copilot-studio).
18
+
You can export an API definition from your Azure API center as a [connector in Microsoft Copilot Studio](/connectors/overview) (preview). Copilot Studio is a graphical, low-code tool for building agents and agent flows and is part of the Microsoft Power Platform family.
19
+
20
+
In Microsoft Copilot Studio, citizen developers can use the exported connector as a custom connector to [extend the capabilities of AI agents](/microsoft-copilot-studio/copilot-connectors-in-copilot-studio).
19
21
20
22
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center.
21
23
@@ -26,6 +28,7 @@ prerequisites:
26
28
- An API center instance. You can [create one](set-up-api-center.md) in the Azure portal.
27
29
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-deployments.md), and it must have an API definition in OpenAPI 2.0 format.
28
30
- A Power Platform [environment](/power-apps/powerapps-overview#power-apps-for-admins).
31
+
- A Microsoft Copilot Studio [license](/microsoft-copilot-studio/requirements-licensing-subscriptions).
29
32
30
33
procedureSection:
31
34
- title: |
@@ -37,7 +40,7 @@ procedureSection:
37
40
- |
38
41
Navigate to your API center in the Azure portal.
39
42
- |
40
-
In the left menu, under **Assets**, select **Copilot Studio (preview)**.
43
+
In the left menu, select **Copilot Studio (preview)**.
41
44
- |
42
45
Select **Create a connector**. The **Create a connector** window opens.
43
46
- |
@@ -49,7 +52,7 @@ procedureSection:
49
52
- |
50
53
Select the **API definition** to use for the connector.
51
54
- |
52
-
Optionally, if you added API access settings in your API center, select an available **Security requirement** type to use for the connector.
55
+
Optionally, if you configured [API access settings](https://aka.ms/apicenter/docs/access) for the API version in your API center, select an available **Security requirement** type to use for the connector.
0 commit comments