{"id":133397,"date":"2026-02-24T09:12:21","date_gmt":"2026-02-24T17:12:21","guid":{"rendered":""},"modified":"2026-02-24T09:12:24","modified_gmt":"2026-02-24T17:12:24","slug":"build-power-pages-sites-with-ai-using-agentic-coding-tools-preview","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/","title":{"rendered":"Build Power Pages sites with AI using agentic coding tools (preview)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">We&#8217;re pleased to introduce the public preview of the&nbsp;<strong>Power Pages plugin for GitHub Copilot CLI and Claude Code<\/strong>. With this plugin, you simply describe the site you want in natural language. The plugin takes care of everything else, from project scaffolding and Dataverse setup to API integrations, permissions, and deployment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This plugin is purpose-built for Power Pages. It understands table permissions, web roles, site settings, setting up authentication and Web API patterns. The code it generates is platform-aware, so you spend less time on manual configuration and more time building your site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-it-works\">How it works<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The plugin provides nine conversational skills covering the full lifecycle of a Power Pages single-page application (SPA) site. Here&#8217;s a typical end-to-end flow:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><strong>Create your site<\/strong>&nbsp;(<code>\/create-site<\/code>). Describe what you&#8217;re building, the pages you need, and your design preferences. The plugin scaffolds the project with your choice of framework (React, Vue, Angular, or Astro), installs dependencies, and opens a live browser preview.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Deploy and activate<\/strong>&nbsp;(<code>\/deploy-site<\/code>,&nbsp;<code>\/activate-site<\/code>). The plugin builds your project, uploads it to Power Pages, and provisions a public URL.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Set up your data model<\/strong>&nbsp;(<code>\/setup-datamodel<\/code>). A specialized&nbsp;<strong>Data Model Architect<\/strong>&nbsp;agent analyzes your site&#8217;s code, checks your Dataverse environment for existing tables, and proposes a schema with an ER diagram. The plugin doesn&#8217;t create anything until you approve.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Connect to live data<\/strong>&nbsp;(<code>\/integrate-webapi<\/code>,&nbsp;<code>\/add-sample-data<\/code>). The plugin scans your components for mock data and replaces it with production-ready API code, including typed clients, CRUD services, and framework-specific patterns. A&nbsp;<strong>Permissions Architect<\/strong>&nbsp;agent proposes table permissions and site settings for your review. You can also populate your tables with realistic test records.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Add authentication and SEO<\/strong>&nbsp;(<code>\/setup-auth<\/code>,&nbsp;<code>\/create-webroles<\/code>,&nbsp;<code>\/add-seo<\/code>). The plugin generates sign-in and sign-out functionality with Microsoft Entra ID, role-based access control, web role definitions, sitemaps, and meta tags.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Deploy the final site<\/strong>&nbsp;(<code>\/deploy-site<\/code>). A final deployment pushes your code, permissions, web roles, and site settings to your Power Pages environment.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Each skill works independently and checks its own prerequisites, so you can run them in any order. At every critical step, the plugin proposes changes and waits for your approval before it acts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-typical-end-to-end-workflow\">A typical end-to-end workflow<\/h2>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-1024x364.webp\" alt=\"\" class=\"wp-image-133427 webp-format\" srcset=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-1024x364.webp 1024w, https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-300x107.webp 300w, https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-768x273.webp 768w, https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-1536x546.webp 1536w, https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-2048x728.webp 2048w\" data-orig-src=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-plugin-for-GitHub-Copilot-CLI-01-1024x364.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-started\">Get started<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You need the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Node.js 18 or later<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Power Platform CLI (PAC CLI) &#8211; latest version<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Azure CLI &#8211; latest version<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">GitHub Copilot CLI or Claude Code<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You also need a Power Platform environment with Power Pages and authenticated sessions for both PAC CLI and Azure CLI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To install the plugin, open GitHub Copilot CLI or Claude Code and run the following commands:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n\/plugin marketplace add microsoft\/power-platform-skills\n\/plugin install power-pages@power-platform-skills\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">After installation, run&nbsp;<code>\/create-site<\/code>&nbsp;and describe what you want to build.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For the full walkthrough, see&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/power-pages\/configure\/create-code-site-using-claude-code\">Get started with the Power Pages plugin for GitHub Copilot CLI and Claude Code<\/a>.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/02\/Power-Pages-Plugin-for-ClaudeCode-Release-Blog-Demo-01-1.mp4\"><\/video><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip: New to GitHub Copilot CLI or Claude Code agentic coding tools?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read <strong><a href=\"https:\/\/learn.microsoft.com\/power-pages\/configure\/create-code-site-using-claude-code#tips-and-best-practices\" target=\"_blank\" rel=\"noreferrer noopener\">Tips and best practices<\/a> <\/strong>for guidance on writing effective prompts, sharing errors with context, building incrementally, and getting the most out of the plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"we-are-looking-for-your-feedback\">We are looking for your feedback<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your feedback helps us improve the developer experience on Power Pages. Share your thoughts and reach out on the&nbsp;<a href=\"https:\/\/powerusers.microsoft.com\/t5\/Power-Pages-Community\/ct-p\/PowerPagesCommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Power Pages Community Forum<\/a>. You can also submit ideas through the&nbsp;<a href=\"https:\/\/ideas.powerpages.microsoft.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Power Pages Ideas portal<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;re pleased to introduce the public preview of the&nbsp;Power Pages plugin for GitHub Copilot CLI and Claude Code. With this plugin, you simply describe the site you want in natural language. The plugin takes care of everything else, from project scaffolding and Dataverse setup to API integrations, permissions, and deployment.<\/p>\n","protected":false},"author":459,"featured_media":132513,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"audience":[3378],"content-type":[],"job-role":[],"product":[3475],"property":[],"topic":[3420,3450],"coauthors":[3265],"class_list":["post-133397","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","audience-it-professional","product-power-pages","topic-ai-and-agents","topic-extend-business-apps","review-flag-1593580428-604","review-flag-integ-1593580289-294","review-flag-new-1593580248-627","review-flag-publi-1593580762-96"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog\" \/>\n<meta property=\"og:description\" content=\"We&#8217;re pleased to introduce the public preview of the&nbsp;Power Pages plugin for GitHub Copilot CLI and Claude Code. With this plugin, you simply describe the site you want in natural language. The plugin takes care of everything else, from project scaffolding and Dataverse setup to API integrations, permissions, and deployment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Power Platform Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-24T17:12:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T17:12:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Neeraj Nandwana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neeraj Nandwana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/neerajnandwana\/\",\"@type\":\"Person\",\"@name\":\"Neeraj Nandwana\"}],\"headline\":\"Build Power Pages sites with AI using agentic coding tools (preview)\",\"datePublished\":\"2026-02-24T17:12:21+00:00\",\"dateModified\":\"2026-02-24T17:12:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\"},\"wordCount\":553,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\",\"name\":\"Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg\",\"datePublished\":\"2026-02-24T17:12:21+00:00\",\"dateModified\":\"2026-02-24T17:12:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg\",\"width\":1920,\"height\":1280,\"caption\":\"A woman working on a laptop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build Power Pages sites with AI using agentic coding tools (preview)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\",\"name\":\"Microsoft Power Platform Blog\",\"description\":\"Innovate with Business Apps\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\",\"name\":\"Microsoft Power Platform Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"width\":194,\"height\":145,\"caption\":\"Microsoft Power Platform Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/person\/083e3f19150989d2bab0fb2a2212d5c6\",\"name\":\"Neeraj Nandwana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg93c2b92550d537ed4e7575656d77608a\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg\",\"caption\":\"Neeraj Nandwana\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/neerajnandwana\/\"],\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/neerajnandwana\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/","og_locale":"en_US","og_type":"article","og_title":"Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog","og_description":"We&#8217;re pleased to introduce the public preview of the&nbsp;Power Pages plugin for GitHub Copilot CLI and Claude Code. With this plugin, you simply describe the site you want in natural language. The plugin takes care of everything else, from project scaffolding and Dataverse setup to API integrations, permissions, and deployment.","og_url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/","og_site_name":"Microsoft Power Platform Blog","article_published_time":"2026-02-24T17:12:21+00:00","article_modified_time":"2026-02-24T17:12:24+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg","type":"image\/jpeg"}],"author":"Neeraj Nandwana","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neeraj Nandwana","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/neerajnandwana\/","@type":"Person","@name":"Neeraj Nandwana"}],"headline":"Build Power Pages sites with AI using agentic coding tools (preview)","datePublished":"2026-02-24T17:12:21+00:00","dateModified":"2026-02-24T17:12:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/"},"wordCount":553,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/","name":"Build Power Pages sites with AI using agentic coding tools (preview) - Microsoft Power Platform Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg","datePublished":"2026-02-24T17:12:21+00:00","dateModified":"2026-02-24T17:12:24+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg","contentUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/09\/CLO22_RemoteHome_038.jpg","width":1920,"height":1280,"caption":"A woman working on a laptop"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-pages\/build-power-pages-sites-with-ai-using-agentic-coding-tools-preview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/"},{"@type":"ListItem","position":2,"name":"Build Power Pages sites with AI using agentic coding tools (preview)"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/","name":"Microsoft Power Platform Blog","description":"Innovate with Business Apps","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization","name":"Microsoft Power Platform Blog","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","width":194,"height":145,"caption":"Microsoft Power Platform Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/person\/083e3f19150989d2bab0fb2a2212d5c6","name":"Neeraj Nandwana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg93c2b92550d537ed4e7575656d77608a","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg","contentUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2024\/09\/cropped-Neeraj-LinkedIn-96x96.jpg","caption":"Neeraj Nandwana"},"sameAs":["https:\/\/www.linkedin.com\/in\/neerajnandwana\/"],"url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/neerajnandwana\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Power Platform Blog","distributor_original_site_url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/133397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/users\/459"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/comments?post=133397"}],"version-history":[{"count":29,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/133397\/revisions"}],"predecessor-version":[{"id":133474,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/133397\/revisions\/133474"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media\/132513"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media?parent=133397"}],"wp:term":[{"taxonomy":"audience","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/audience?post=133397"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/content-type?post=133397"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/job-role?post=133397"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/product?post=133397"},{"taxonomy":"property","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/property?post=133397"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/topic?post=133397"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/coauthors?post=133397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}