Integrate a Foundry agent
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- An agent someone else built, called from yours
- What must be true in Foundry first
- Adding the connected agent, field by field
- Agent Id is the only field that selects the agent
- Agent or model: two things one project supplies
- How delegation reaches the connected agent
- Writing the description the orchestrator can act on
- What stays your responsibility
- How this shows up in questions
Three ways a Copilot Studio agent reaches an external specialist
| Property | Connected Microsoft Foundry agent | Foundry catalog model in a Prompt tool | Connected Copilot Studio agent |
|---|---|---|---|
| What you attach | An agent that already has its own model, instructions and tools | One model, running a prompt you wrote | Another Copilot Studio agent in the same environment |
| Copilot Studio entry point | Agents page, Add an agent, Connect to an external agent, Microsoft Foundry | Tools page, Prompt tool, the Model field in the prompt editor | Agents page, Add an agent, the Copilot Studio agent entry |
| Identifier you supply | Agent Id of the target agent | Model deployment name and base model name, exactly as they appear in Foundry | The agent you select from the environment, no identifier typed |
| Connection input | Foundry project endpoint URL | Azure model endpoint URL ending in /chat/completions | None; both agents are already in the same environment |
| Who decides the steps at runtime | The Foundry agent, using its own instructions and tools | You, in the prompt text; the model only generates | The connected agent, using its own orchestration |
| Where its lifecycle lives | The Microsoft Foundry project | The Microsoft Foundry deployment plus the Copilot Studio prompt | Copilot Studio, in the same environment |
| Retargeting later | Change the Agent Id on the connected agent's details page | Connect a different model and reselect it in the prompt | Disconnect and connect a different agent |
| Covered on | This page | Configure custom prompts to use the Foundry model catalog | Integrate an existing agent in Copilot Studio |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Connect a Microsoft Foundry agent (Build multi-agent solutions using connected agents in Copilot Studio, training unit)
- What is Microsoft Foundry Agent Service?
- Connect to a Microsoft Foundry agent (preview)
- Add other agents overview
- Quickstart: Create a new Foundry Agent Service project (classic)
- Bring your own model for your prompts
- Select a primary AI model for your agent
- Change the model version and settings
- Orchestrate agent behavior with generative AI
- Add a connected agent to an agent (preview) - Copilot Studio new experience