Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
As a developer, you have the flexibility to use the technology stack of your choice for AI Services when working with the Microsoft 365 Agents SDK. This flexibility includes the ability to use agents built in Microsoft Copilot Studio. Copilot Studio lets business users and makers create agents easily in an SaaS-based environment. Makers can then share the agents they build with developers to integrate in their own custom web or native applications. You can carry out integration in either of two ways:
Reference one or more agents built in Copilot Studio from your agent built with the Agents SDK. You can also integrate with other agents, such as those created with Azure.
Use the Microsoft 365 Agents SDK to integrate Copilot Studio directly within your web or native apps.
Using the Copilot Studio client library
There is a full guide and sample available to get started with the Copilot Studio client library in the Agents SDK in .NET and JavaScript. A Python client is coming soon.
Clone the Copilot Studio client sample from the Agents SDK repo and access the relevant readme.
The sample is configured as a console app so you can get started quickly. In this console app, you interact with a live Copilot Studio agent.