Experience Copilot Studio BlastBox Omega

Ready-to-run samples for Agents and Workflows in Copilot Studio. The retro-future game store, run by agents.

Copilot Studio has been rebuilt for complex, multi-step work — coordinated, multi-agent systems on the GitHub Copilot harness, where the agent reasons, acts, and adapts in a loop. The fastest way to understand it is to run it. This guide from the CAT team is built around complete, ready-to-run samples: deploy one into a Power Platform environment you already have and watch connected agents, MCP servers, runtime skills, and generated files work together end to end. Copilot Studio has been rebuilt for complex, multi-step work, moving from a single chatbot to coordinated, multi-agent systems on the GitHub Copilot harness — its agentic build, where the agent reasons, acts, and adapts in a continuous loop. BlastBox Omega is a complete, runnable reference: a parent agent that delegates to connected agents, calls multiple MCP servers, runs per-agent skills that generate and execute Python at runtime, and returns real generated files. End-to-end reference scenarios spanning agents and workflows in Copilot Studio.

store-associate-assistant
Console gave out 10 days in. Replace or refund, and cancel his BlastPass. Walk me through it.
→ asking Store Policy Agent to rule the defect
MCP search_policy warranty
→ asking Inventory & Fulfillment Agent for stock
MCP check_stock MEGA in stock
SKILL prorated-refund-calculator python
Warranty swap to MEGA · refund $76.66 applied · net due $23.34.
📄 blastbox_slip.pdf generated

Scenarios

End-to-end transcripts that put the building blocks to work, from a quick self-serve task to a full multi-agent flagship. More scenarios will land here over time.

Stand up the store

One command downloads the sample and deploys all four agents and their MCP connectors into a Power Platform environment you already have — no clone, no servers, nothing to host. A few minutes later you have a running store to explore.

Needs the pac CLI (signed in) and az CLI. Prefer to clone? Grab the sample and run node deploy/deploy.mjs.

# macOS / Linux

curl -fsSL https://raw.githubusercontent.com/microsoft/new-copilot-studio-tech-guide/main/deploy/install.sh | bash

# Windows · PowerShell

powershell -c "irm https://raw.githubusercontent.com/microsoft/new-copilot-studio-tech-guide/main/deploy/install.ps1 | iex"
  1. 1
    Run the one-liner

    Pick your pac profile and target environment when it asks.

  2. 2
    It deploys

    Imports both solutions, deploys the MCP connectors, creates connections, publishes the agents.

  3. 3
    Re-attach MCP tools

    One ~2-minute manual UI step it prints at the end.

  4. 4
    Play the scenarios

    Open each agent's Preview and run the walkthroughs above.

Resources

Reference material to go further: a technical deep-dive deck, the open-source plugin that upgrades and builds agents, and straight answers to the common questions.