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 as Copilot Studio connector
5
+
description: Learn how to export an API definition from your Azure API center as a custom connector in Microsoft Copilot Studio.
6
+
author: dlepow
7
+
ms.author: danlep
8
+
ms.service: azure-api-management
9
+
ms.topic: how-to
10
+
ms.date: 04/28/2025
11
+
ms.custom: template-how-to
12
+
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
+
title: |
15
+
Export API definition from API Center to Copilot Studio as a connector
16
+
17
+
introduction: |
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).
21
+
22
+
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center.
23
+
24
+
prerequisites:
25
+
summary: |
26
+
27
+
dependencies:
28
+
- An API center instance. You can [create one](set-up-api-center.md) in the Azure portal.
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.
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).
32
+
33
+
procedureSection:
34
+
- title: |
35
+
Export API definition from API Center
36
+
summary: |
37
+
Follow these steps to export an API definition from your Azure API center as a custom connector in Microsoft Copilot Studio.
38
+
39
+
steps:
40
+
- |
41
+
Navigate to your API center in the Azure portal.
42
+
- |
43
+
In the left menu, select **Copilot Studio (preview)**.
44
+
- |
45
+
Select **Create a connector**. The **Create a connector** window opens.
46
+
- |
47
+
Select a **Power Platform environment** to export the API to.
48
+
- |
49
+
Enter a **Connector display name**.
50
+
- |
51
+
Select the **API**, **API version**, and **Deployment** for the connector. The **Host** URL is populated with the deployment's runtime URL.
52
+
- |
53
+
Select the **API definition** to use for the connector.
54
+
- |
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.
56
+
- |
57
+
Select **Create**.
58
+
59
+
:::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.":::
60
+
61
+
62
+
The connector is now available for use in Microsoft Copilot Studio.
63
+
64
+
After creating the connector:
65
+
66
+
- You can [test the connector](/connectors/custom-connectors/define-openapi-definition#test-the-connector) in Power Automate or Power Apps.
67
+
68
+
- After testing, use the connector in [Microsoft Copilot Studio](/microsoft-copilot-studio/) to create applications and workflows.
69
+
70
+
relatedContent:
71
+
72
+
- text: Create a custom connector from an OpenAPI definition
0 commit comments