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
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@ metadata:
9
9
ms.topic: how-to
10
10
ms.date: 04/24/2025
11
11
ms.custom: template-how-to
12
-
# appliesTo: <optional> leave commented out.
13
-
# - item
14
-
# - item
15
-
# - item
16
-
# - item
17
12
18
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.
19
14
title: |
@@ -22,7 +17,8 @@ title: |
22
17
introduction: |
23
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).
24
19
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 custom connectors](/connectors/custom-connectors/define-openapi-definition) from OpenAPI definitions.
20
+
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center.
21
+
26
22
prerequisites:
27
23
summary: |
28
24
@@ -45,15 +41,15 @@ procedureSection:
45
41
- |
46
42
Select **Create a connector**. The **Create a connector** window opens.
47
43
- |
48
-
Select a **Power Platform environment** to expoert the API to.
44
+
Select a **Power Platform environment** to export the API to.
49
45
- |
50
46
Enter a **Connector display name**.
51
47
- |
52
48
Select the **API**, **API version**, and **Deployment** for the connector. The **Host** URL is populated with the deployment's runtime URL.
53
49
- |
54
50
Select the **API definition** to use for the connector.
55
51
- |
56
-
Optionally, select an available **Security requirement** type to use for the connector.
52
+
Optionally, if you added API access settings in your API center, select an available **Security requirement** type to use for the connector.
57
53
- |
58
54
Select **Create**.
59
55
@@ -66,10 +62,13 @@ procedureSection:
66
62
67
63
- You can [test the connector](/connectors/custom-connectors/define-openapi-definition#test-the-connector) in Power Automate or Power Apps.
68
64
69
-
- After testing, use the connector in [Microsoft Copilot Studio]() to create applications and workflows.
65
+
- After testing, use the connector in [Microsoft Copilot Studio](/microsoft-copilot-studio/) to create applications and workflows.
70
66
71
67
relatedContent:
72
68
69
+
- text: Create a custom connector from an OpenAPI definition
0 commit comments