{
 "categories": [
  "virtual-desktop",
  "endpoint-management",
  "enterprise"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-11",
   "fact": "homepage",
   "note": "Microsoft defines Windows 365 Enterprise as a cloud service that automatically creates dedicated Cloud PCs managed in Intune, using Entra ID and Azure Virtual Desktop for connectivity.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "vendor",
   "note": "Windows 365 is documented on Microsoft Learn as a Microsoft 365 Cloud PC SaaS offering.",
   "source": "https://learn.microsoft.com/en-us/windows-365/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "deployment",
   "note": "Microsoft describes Windows 365 as cloud-based software-as-a-service that hosts Cloud PCs.",
   "source": "https://learn.microsoft.com/en-us/windows-365/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "license",
   "note": "Customers purchase Windows 365 as a separate per-user license for a fixed monthly fee. Cloud PCs for human use are billed per user per month.",
   "source": "https://learn.microsoft.com/en-us/windows-365/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "platforms",
   "note": "Browser and app-based access is documented for Windows, Mac, iOS, and Android. Users also connect at windows365.microsoft.com.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "status",
   "note": "Windows 365 is an active SaaS product with Enterprise, Business, Government, Flex, and a preview Agents edition. It is not currently available for individuals.",
   "source": "https://learn.microsoft.com/en-us/windows-365/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.exists",
   "note": "Microsoft Graph provides programmatic access to Cloud PC information and management actions. The API performs the same operations available through Microsoft Endpoint Manager.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.kinds[0]",
   "note": "Cloud PCs are listed with GET https://graph.microsoft.com/v1.0/deviceManagement/virtualEndpoint/cloudPCs and a Bearer token.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.kinds[1]",
   "note": "The list method supports the OData query parameters $select, $filter, $count, and $top.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.auth[0]",
   "note": "Delegated Graph access uses the OAuth 2.0 authorization-code flow. The app redeems a code for a Bearer access token and calls Graph on behalf of the signed-in user.",
   "source": "https://learn.microsoft.com/en-us/graph/auth-v2-user",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.auth[1]",
   "note": "App-only Graph access uses the OAuth 2.0 client-credentials grant against https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token with scope https://graph.microsoft.com/.default.",
   "source": "https://learn.microsoft.com/en-us/graph/auth-v2-service",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.coverage",
   "note": "Graph covers provisioning policies, Cloud PC lifecycle, device and gallery images, Azure network connections, audit events, and user settings. It does not automate applications inside the Cloud PC session, so coverage of the product is partial.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.api.docs",
   "note": "Opened as the current Windows 365 Cloud PC Microsoft Graph overview used as this record's API docs URL.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.exists",
   "note": "Microsoft publishes official Graph SDK snippets for listing Cloud PCs in C#, Go, Java, JavaScript, PHP, PowerShell, and Python.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[0]",
   "note": "The opened Cloud PC list page includes an official C# Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[1]",
   "note": "The opened Cloud PC list page includes an official Go Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[2]",
   "note": "The opened Cloud PC list page includes an official Java Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[3]",
   "note": "The opened Cloud PC list page includes an official JavaScript Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[4]",
   "note": "The opened Cloud PC list page includes an official PHP Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[5]",
   "note": "The opened Cloud PC list page includes an official PowerShell Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.languages[6]",
   "note": "The opened Cloud PC list page includes an official Python Graph SDK example.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.sdk.official",
   "note": "The SDK examples are Microsoft Graph SDK snippets published on Learn for the Cloud PC list API.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.mcp.first_party",
   "note": "The opened Windows 365 Enterprise overview does not declare a first-party MCP server for Cloud PCs. Registry silence is not used as proof of absence, so first_party stays unknown. Microsoft's Dev Box MCP listing is a different identity.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.cli.exists",
   "note": "The official Microsoft Graph PowerShell SDK wraps Graph APIs as generated cmdlets, including Cloud PC administration cmdlets.",
   "source": "https://learn.microsoft.com/en-us/powershell/microsoftgraph/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.extensibility.scripting[0]",
   "note": "Cloud PC provisioning and lifecycle are automated through Microsoft Graph REST resources.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.extensibility.scripting[1]",
   "note": "Microsoft documents Get-MgDeviceManagementVirtualEndpointCloudPc in the Microsoft.Graph.DeviceManagement.Administration module.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.data_access.export[0]",
   "note": "Successful list calls return HTTP 200 and a JSON collection of cloudPC objects.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.data_access.export[1]",
   "note": "Graph PowerShell returns the same Cloud PC collection as structured objects.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.data_access.import[0]",
   "note": "Graph methods create and update provisioning-related configuration and invoke Cloud PC actions such as reboot, rename, resize, restore, and reprovision.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.rpa.ui_stack[0]",
   "note": "A Cloud PC is a hosted Windows desktop accessed remotely from Windows, Mac, iOS, Android, or Windows 365 Link.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "modalities.rpa.ui_stack[1]",
   "note": "Users can connect in a browser at windows365.microsoft.com, so a web DOM client is in scope alongside the remote desktop.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "verdict.scores.api",
   "note": "Graph v1.0 covers Cloud PC provision and lifecycle with documented OAuth permissions. An active Windows 365 license is required. Session content inside the Cloud PC is out of path, so the score is 7 rather than 8 or 9.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "verdict.scores.cli",
   "note": "Official cross-platform Graph PowerShell exposes generated Cloud PC cmdlets with the same Graph permissions. It is a wrapper around Graph rather than a dedicated Windows 365 shell.",
   "source": "https://learn.microsoft.com/en-us/powershell/microsoftgraph/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as the current Windows 365 Enterprise overview of provisioning, Intune enrollment, and access clients.",
   "source": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current Microsoft Graph Cloud PC API overview for v1.0.",
   "source": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as Microsoft's Dev Box overview. The page states Dev Box is in maintenance mode and names Windows 365 as the recommended path for virtualized developer environments.",
   "source": "https://learn.microsoft.com/en-us/azure/dev-box/overview-what-is-microsoft-dev-box",
   "tier": "declared"
  },
  {
   "date": "2026-09-11",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as the current v1.0 list-cloudPCs operation, permissions, and OData query support.",
   "source": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-11",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview"
   },
   {
    "type": "docs",
    "url": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0"
   },
   {
    "type": "docs",
    "url": "https://learn.microsoft.com/en-us/azure/dev-box/overview-what-is-microsoft-dev-box"
   },
   {
    "type": "docs",
    "url": "https://learn.microsoft.com/en-us/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0"
   }
  ]
 },
 "homepage": "https://learn.microsoft.com/en-us/windows-365/enterprise/overview",
 "id": "windows-365",
 "license": "commercial",
 "modalities": {
  "agent_docs": {
   "llms_txt": "unknown"
  },
  "api": {
   "auth": [
    "oauth2-delegated",
    "oauth2-app-only"
   ],
   "coverage": "partial",
   "docs": "https://learn.microsoft.com/en-us/graph/api/resources/cloudpc-api-overview?view=graph-rest-1.0",
   "exists": true,
   "kinds": [
    "rest",
    "odata"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json",
    "powershell-objects"
   ],
   "import": [
    "api-json"
   ]
  },
  "extensibility": {
   "scripting": [
    "microsoft-graph",
    "graph-powershell"
   ],
   "webhooks": "unknown"
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": "unknown",
   "third_party": [],
   "verdict": "unknown"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Microsoft Graph manages Cloud PC provisioning, lifecycle, images, networks, audit, and user settings. Those APIs do not expose the desktop session after a user connects. This record is Windows 365 Enterprise Cloud PCs. It is not Microsoft Intune as a standalone management plane, Citrix published applications, or Microsoft Dev Box. Microsoft states Dev Box is in maintenance mode and points virtualized developer environments at Windows 365.\n",
   "ui_stack": [
    "remote-desktop",
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "csharp",
    "go",
    "java",
    "javascript",
    "php",
    "powershell",
    "python"
   ],
   "official": true
  }
 },
 "name": "Windows 365 Enterprise",
 "platforms": [
  "windows",
  "macos",
  "ios",
  "android",
  "web"
 ],
 "related": {
  "alternatives": [
   "microsoft-intune",
   "citrix-published-applications"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Microsoft",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 7,
   "cli": 6,
   "computer_use": null,
   "integrations": null,
   "mcp": null,
   "overall": 7,
   "rpa": null
  },
  "summary": "Windows 365 Enterprise is automatable today as Cloud PC fabric through Microsoft Graph, not as the Windows session a user sees after connect. Assigning a Windows 365 license to a user in an Entra group automatically provisions a dedicated Cloud PC and enrolls it in Intune. Graph v1.0 at GET https://graph.microsoft.com/v1.0/deviceManagement/virtualEndpoint/cloudPCs lists Cloud PCs and supports $select, $filter, $count, and $top. cloudPC methods reboot, rename, reprovision, resize, restore, troubleshoot, end grace period, and return launch detail. Related resources cover provisioning policies, device and gallery images, Azure network connections, audit events, and user settings. An active Windows 365 license is required. Delegated and application permissions CloudPC.Read.All and CloudPC.ReadWrite.All apply; personal Microsoft accounts are not supported. Official Graph SDKs and the Microsoft Graph PowerShell SDK expose the same surface, including Get-MgDeviceManagementVirtualEndpointCloudPc. Graph automates publication and lifecycle, not the applications running inside the Cloud PC. A Windows 365-specific first-party MCP server was not established. Microsoft Dev Box is in maintenance mode with no new features; Microsoft names Windows 365 as the path forward for virtualized developer environments. iPaaS catalogs were not opened. Computer-use viability of the Cloud PC desktop is unassessed. API scores 7 and is the best path.\n"
 }
}