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
title: "Export API from API Center to Copilot Studio"
5
-
description: "Learn how to export an API from your Azure API center to a connector in Microsoft Copilot Studio."
4
+
title: Export API from API Center to Copilot Studio connector
5
+
description: Learn how to export an API definition from your Azure API center as a connector in Microsoft Copilot Studio.
6
6
author: dlepow
7
7
ms.author: danlep
8
8
ms.service: azure-api-management
@@ -15,29 +15,29 @@ metadata:
15
15
# - item
16
16
# - item
17
17
18
-
#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 re-use by citizen developers.
18
+
#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.
19
19
title: |
20
-
"Export API from API Center to Copilot Studio as a connector"
20
+
Export API definition from API Center to Copilot Studio as a connector
21
21
22
22
introduction: |
23
-
You can export an API from your Azure API center to a connector in Microsoft Copilot Studio. This allows you to share the API with citizen developers who can use it in their applications. The exported connector is available for use in Microsoft Copilot Studio, where it can be used to create applications and workflows.
23
+
You can export an API definition from your Azure API center as a [connector in Microsoft Copilot Studio](/connectors/overview). The exported connector is available for use in Microsoft Copilot Studio, where it can be used by citizen developers to extend the capabilities of AI agents. [Learn more about extending agent capabilities with Copilot connectors](/microsoft-copilot-studio/copilot-connectors-in-copilot-studio).
24
24
25
-
In this article, you create a custom connector using an OpenAPI definition in OpenAPI 2.0 format. Learn more about [creating a custom connector](/connectors/custom-connectors/define-openapi-definition) from an OpenAPI definition in the [Microsoft documentation](https://learn.microsoft.com/en-us/connectors/custom-connectors/define-openapi-connector).
25
+
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center. Learn more about [creating a custom connector](/connectors/custom-connectors/define-openapi-definition) from an OpenAPI definition.
26
26
prerequisites:
27
27
summary: |
28
28
The following are prerequisites for this procedure.
29
29
30
30
dependencies:
31
31
- An API center instance. You can [create one](set-up-api-center.md) in the Azure portal.
32
-
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-depoloyments.md) and an API definition in OpenAPI 2.0 format
32
+
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-deployments.md) and an API definition in OpenAPI 2.0 format
33
33
- A Power Apps [environment](/power-apps/powerapps-overview#power-apps-for-admins) to export the API to.
34
34
35
35
36
36
procedureSection:
37
37
- title: |
38
-
"Export API from API Center to Copilot Studio"
38
+
Export API definition from API Center
39
39
summary: |
40
-
Follow these steps to export an API from your Azure API center as a custom connector in Microsoft Copilot Studio.
40
+
Follow these steps to export an API definition from your Azure API center as a custom connector in Microsoft Copilot Studio.
41
41
42
42
steps:
43
43
- |
@@ -57,23 +57,21 @@ procedureSection:
57
57
- |
58
58
Select the **API definition** to use for the connector.
59
59
- |
60
-
Select the **Security requirement** type to use for the connector.
60
+
Optionally, select an available **Security requirement** type to use for the connector.
61
61
- |
62
62
Select **Create**.
63
-
The connector is now available for use in Microsoft Copilot Studio.
64
63
65
-
- title: |
66
-
"[verb] * [noun]"
67
-
summary: |
68
-
[Introduce the procedure.]
69
-
steps:
70
-
- |
71
-
Procedure step
72
-
- |
73
-
Procedure step
74
-
- |
75
-
Procedure step
64
+
:::image type="content" source="media/export-to-copilot-studio/copilot-studio-menu-item.png" alt-text="Screenshot of creating a Copilot Studio connector in the portal.":::
65
+
66
+
67
+
The connector is now available for use in Microsoft Copilot Studio.
68
+
69
+
You can [test the connector](/connectors/custom-connectors/define-openapi-definition#test-the-connector) in Power Automate or Power Apps. Manage the custom connector in Microsoft Copilot Studio. After testing, you can use the connector in [Microsoft Copilot Studio]() to create applications and workflows.
70
+
71
+
relatedContent:
72
+
73
+
- text: Learn more about building AI-driven agents with Microsoft Copilot Studio
0 commit comments