QuestionQ23

Integrate and extend agents in Copilot Studio

A company needs to extend a Copilot Studio agent by calling an external REST API to retrieve and update data.

To satisfy the business requirements, add the REST API in the proper dependency sequence.

You need to add a REST API to the agent so that it can be invoked during conversations.

In what order should the actions be performed?

Drag & Drop
Explanation

In Copilot Studio, extending an agent with a REST API tool starts by adding a new REST API tool from the Tools section, after which the endpoint details (such as the OpenAPI specification and operation to call) are configured, followed by configuring the authentication required to access the external system. Once endpoint and authentication are configured, the tool's configuration should be tested (for example, by testing the connector's authentication flow) before the agent relies on it during live conversations, ensuring the API can actually be invoked and update data as intended.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!