Microsoft Copilot with Caddey
Connect Caddey to Microsoft Copilot.
This guide shows how to add Caddey’s ready-made plugin to Microsoft Copilot (free or Pro).
After a one-time setup Copilot can list your Caddey tools and execute them on demand.
Prerequisites
- Microsoft Copilot account – works with both the free tier and Copilot Pro.
- Caddey account: A Caddey account to create an agent and connect tools.
- Caddey plugin URL –
https://api.caddey.ai/.well-known/ai-plugin.json
Step 1: Create a Caddey Agent
- Sign in to Caddey and open Agents → Add Agent.
- Fill in a name/description and click Save.
- Copy the API key and store it safely.
- Share the toolboxes you want Copilot to use with this agent.
Step 2: Add the Plugin in Copilot
- Open copilot.microsoft.com (or the Copilot desktop/mobile app) and sign in.
- Go to Plugins → My Plugins → Add custom plugin.
- Paste the plugin URL:
https://api.caddey.ai/.well-known/ai-plugin.json
- When prompted, paste the agent’s API key in the
X-API-KEY
field. - Confirm. The Caddey plugin appears in your enabled list.
Step 3: Test Your Connection
- In Copilot chat, ask:
“What Caddey tools are available?”
Copilot should return a list viaGET /tools/query
. - Run a tool, e.g.:
“Use the Send Email Caddey tool to email my team about tomorrow’s demo.”
Copilot will callPOST /tools/{toolId}/execute
and confirm success.
All Set
Copilot now taps Caddey in real time—just ask it to use your tools.
Need help? Visit the Support Section.