route-environments

Checks Power Platform environment routing status and resolves default environment assignment.

808|167|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/microsoft/power-platform-skills --skill route-environments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: route-environments
Source: https://github.com/microsoft/power-platform-skills/tree/main/plugins/power-automate/skills/route-environments
Command: npx skills add https://github.com/microsoft/power-platform-skills --skill route-environments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Power Platform makers often land in the wrong environment because tenant-level environment routing is opaque, making it hard to know which environment new makers are redirected to or why.

Core Features & Use Cases

  • Routing Status Check: Calls the FlowAgent MCP resolve_environment tool to show how the default environment resolves through routing, polling, and fallback.
  • Environment Discovery: Lists environments via list_environments with name filtering, identifying default, developer, sandbox, and Dataverse-linked environments.
  • Admin Guidance: Explains that routing is configured in the Power Platform admin center and directs users to the correct configuration location.
  • Use Case: A new maker asks why they keep landing in a developer environment instead of the default one; the Skill checks routing state and explains the tenant admin's routing configuration.

Quick Start

Ask the assistant to check whether environment routing is enabled and which environment you currently land in.

Frequently Asked Questions about route-environments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Power Platform environment routing status?

Use the resolve_environment tool to see how your default environment resolves through routing, polling, and fallback. The Skill reports whether routing redirects new makers to a designated developer environment.

What is environment routing in Power Platform?

Environment routing redirects new makers from the default environment to a designated developer environment. It became generally available in December 2025 and is typically scoped to specific groups rather than the entire tenant.

Can I enable environment routing from this Skill?

No, routing can only be configured by a tenant admin in the Power Platform admin center at admin.powerplatform.microsoft.com under Environments > Environment routing. The Skill can check routing state but cannot modify it.

How do I list all Power Platform environments?

Call the list_environments tool, optionally using the query parameter to filter by name. The results show environment types so you can identify default, developer, sandbox, and Dataverse-linked environments.

Why am I landing in the wrong environment in Power Automate?

Environment routing configured by your tenant admin likely redirects new makers to a developer environment. Run resolve_environment to confirm the routing state, then contact your admin if the target environment needs to change.