Microsoft Power Platform APIs · Capability
Microsoft Power Platform Administration
Unified workflow for Power Platform administrators to manage environments, deploy applications, monitor flow runs, and govern licensing across the tenant.
What You Can Do
GET
List environments
— List all environments
/v1/environments
GET
Get environment
— Get environment details
/v1/environments/{environmentId}
DELETE
Delete environment
— Delete an environment
/v1/environments/{environmentId}
GET
List packages
— List application packages for an environment
/v1/environments/{environmentId}/packages
GET
List flow runs
— List flow runs for an environment
/v1/environments/{environmentId}/flow-runs
GET
List billing policies
— List all billing policies
/v1/billing-policies
POST
Create billing policy
— Create a billing policy
/v1/billing-policies
MCP Tools
list-environments
List all Power Platform environments in the tenant
read-only
get-environment
Get details for a specific Power Platform environment
read-only
idempotent
delete-environment
Delete a Power Platform environment
idempotent
list-application-packages
List application packages available in an environment
read-only
install-application-package
Install an application package in an environment
get-install-status
Check the installation status of an application package
read-only
list-tenant-packages
List installable application packages for the tenant
read-only
list-flow-runs
List Power Automate flow runs by workflow ID
read-only
list-billing-policies
List billing policies for the tenant
read-only
create-billing-policy
Create a new billing policy linking Azure subscription
get-billing-policy
Get details for a specific billing policy
read-only
update-billing-policy
Update an existing billing policy
idempotent
APIs Used
power-platform-api