Skip to content

Commit 2b6f73b

Browse files
Merge pull request #298655 from dlepow/copstu
[APIC] Export to Copilot Studio connector
2 parents 410694a + 6dfeb70 commit 2b6f73b

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

articles/api-center/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
href: design-api-github-copilot-azure.md
5151
- name: Register APIs - GitHub Actions
5252
href: register-apis-github-actions.md
53+
- name: Export API from API Center to Copilot Studio
54+
href: export-to-copilot-studio.yml
5355
- name: API governance
5456
items:
5557
- name: Use metadata for governance
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
### YamlMime:HowTo
2+
3+
metadata:
4+
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
73+
url: /connectors/custom-connectors/define-openapi-definition
74+
75+
- text: Learn more about building AI-driven agents with Microsoft Copilot Studio
76+
url: /microsoft-copilot-studio/nlu-gpt-overview
77+
78+
- text: Get started with Microsoft Copilot Studio
79+
url: /training/modules/power-virtual-agents-bots
84.1 KB
Loading

0 commit comments

Comments
 (0)