{"id":32057,"date":"2026-01-14T16:59:44","date_gmt":"2026-01-14T22:59:44","guid":{"rendered":"https:\/\/wpengine.com\/builders\/?p=32057"},"modified":"2026-01-14T18:06:50","modified_gmt":"2026-01-15T00:06:50","slug":"why-wordpress-needs-to-plug-into-the-agentic-web","status":"publish","type":"post","link":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/","title":{"rendered":"Why WordPress Needs to Plug Into the Agentic Web"},"content":{"rendered":"\n<p>\n  For much of its history, WordPress\n  <span style=\"font-size: 0.7em; vertical-align: super;\">\u00ae[1]<\/span>\n  has been the definitive open-source CMS for publishers seeking an intuitive editing experience and developers requiring a battle-tested technical stack. Traditionally, its role was straightforward: store content, expose it via templates or APIs, and render pages for users to browse.\n<\/p>\n\n\n\n<p>While the traditional model remains important, it is no longer sufficient on its own. As autonomous systems become more prevalent, WordPress must evolve from a platform that is simply &#8220;readable&#8221; to one that is actively operable.<\/p>\n\n\n\n<p>As AI agents become actors on the web, WordPress content must participate in agent-driven workflows. This is where the Model Context Protocol (MCP) and managed environments like the <a href=\"https:\/\/wpengine.com\/support\/ai-toolkit\/\">WP Engine AI Toolkit<\/a> become essential.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">MCP changes what WordPress can be<\/h2>\n\n\n\n<p>MCP turns WordPress from a content repository into an AI-native interface.&nbsp; Traditionally, WordPress exposes data through REST endpoints or GraphQL, which are interfaces designed for human developers. MCP introduces a new standard designed explicitly for AI agents.<\/p>\n\n\n\n<p>Instead of agents scraping messy HTML or reverse-engineering complex APIs, MCP allows your site to &#8220;advertise&#8221; clear, structured capabilities. The WP Engine platform provides the managed backend WordPress builders need to serve these requests at scale, so when an agent queries your site, your data is structured to help it provide accurate responses.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What \u201cplugging in\u201d actually means<\/h2>\n\n\n\n<p>\u201cPlugging in\u201d does not mean rebuilding WordPress. It means making your existing content queryable in a way that aligns with how <a href=\"https:\/\/www.ibm.com\/think\/topics\/large-language-models\">Large Language Models (LLMs)<\/a> operate. This involves exposing capabilities\u2014like semantic search or media metadata\u2014as MCP tools.<\/p>\n\n\n\n<p>This is where the right infrastructure becomes a differentiator. For example, a major hurdle in building for the agentic web is &#8220;grounding. Basically, this means doing what you can to ensure the AI doesn&#8217;t hallucinate answers. By using <a href=\"https:\/\/wpengine.com\/managed-vector-database\/\">WP Engine\u2019s Managed Vector Database<\/a>, developers can automatically index posts and custom fields into &#8220;vectors,&#8221; which are mathematical representations of meaning. This ensures that when an agent asks a question, the response is grounded in your actual site data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">High-level MCP schema &amp; reasoning<\/h2>\n\n\n\n<p>When your site acts as an MCP server, it defines &#8220;tools&#8221; that an AI can understand. Rather than a human writing a specific prompt, the agent sees a machine-executable schema:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JSON \/ JSON with Comments\" data-shcb-language-slug=\"json\"><span><code class=\"hljs language-json shcb-code-table shcb-line-numbers\"><span class='shcb-loc'><span>\n<\/span><\/span><span class='shcb-loc'><span><span class=\"hljs-comment\">\/\/ Example MCP Tool Definition powered by WP Engine Smart Search<\/span>\n<\/span><\/span><span class='shcb-loc'><span>{\n<\/span><\/span><span class='shcb-loc'><span>  <span class=\"hljs-attr\">\"name\"<\/span>: <span class=\"hljs-string\">\"wp_smart_search\"<\/span>,\n<\/span><\/span><span class='shcb-loc'><span>  <span class=\"hljs-attr\">\"description\"<\/span>: <span class=\"hljs-string\">\"Performs a semantic similarity search across vectorized WordPress content.\"<\/span>,\n<\/span><\/span><span class='shcb-loc'><span>  <span class=\"hljs-attr\">\"parameters\"<\/span>: {\n<\/span><\/span><span class='shcb-loc'><span>    <span class=\"hljs-attr\">\"query\"<\/span>: { <span class=\"hljs-attr\">\"type\"<\/span>: <span class=\"hljs-string\">\"string\"<\/span>, <span class=\"hljs-attr\">\"description\"<\/span>: <span class=\"hljs-string\">\"The user's intent or search query\"<\/span> },\n<\/span><\/span><span class='shcb-loc'><span>    <span class=\"hljs-attr\">\"limit\"<\/span>: { <span class=\"hljs-attr\">\"type\"<\/span>: <span class=\"hljs-string\">\"number\"<\/span>, <span class=\"hljs-attr\">\"default\"<\/span>: <span class=\"hljs-number\">5<\/span> }\n<\/span><\/span><span class='shcb-loc'><span>  }\n<\/span><\/span><span class='shcb-loc'><span>}\n<\/span><\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JSON \/ JSON with Comments<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">json<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>An agent like Claude or ChatGPT can see this tool and reason: \u201cI need authoritative info on X\u2014this site provides a <code>wp_smart_search<\/code> tool.\u201d\u00a0 It calls the tool, receives structured JSON from the WP Engine Similarity API, and incorporates that &#8220;ground truth&#8221; directly into its workflow.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Solving the &#8220;unstructured data&#8221; problem<\/h2>\n\n\n\n<p>One of the biggest obstacles for AI agents is understanding non-text content, like images, videos, and PDFs. If an agent can&#8217;t &#8220;see&#8221; your media library, it can&#8217;t use it.<\/p>\n\n\n\n<p>Modern AI infrastructure now handles this automatically. Within the <a href=\"https:\/\/wpengine.com\/support\/ai-toolkit\/\">WP Engine AI Toolkit<\/a>, the <a href=\"https:\/\/wpengine.com\/support\/ai-toolkit\/#Generate_Metadata_for_Media_in_Bulk\">AI-Generated Metadata<\/a> feature can bulk-generate Alt Text and descriptions for your entire media library. This transforms a &#8220;blind&#8221; folder of images into a searchable database that an AI agent can describe to a user, effectively making your entire media library agent-operable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why this matters across your teams<\/h2>\n\n\n\n<p>Integrating WP Engine\u2019s AI Toolkit reduces friction by replacing ad-hoc integrations with a shared, machine-readable contract.<\/p>\n\n\n\n<p><strong>Traditional Developers<\/strong>: You can make your sites relevant to the AI era without learning Python or Vector mathematics. Tools like <a href=\"https:\/\/wpengine.com\/smart-search\/\">WP Engine Smart Search<\/a> provide a &#8220;3-click&#8221; setup to vectorize content and handle the heavy lifting of AI-ready infrastructure.<\/p>\n\n\n\n<p><strong>Headless Developers: <\/strong>You can treat WordPress as a high-performance, agent-friendly backend. By connecting the <a href=\"https:\/\/developers.wpengine.com\/docs\/wp-engine-ai-toolkit\/vector-db\/similarity-api\/\">WP Engine Similarity API<\/a> to frameworks like <a href=\"https:\/\/openai.com\/index\/introducing-agentkit\/\">OpenAI\u2019s AgentKit<\/a>, you can build autonomous agents that use your WordPress site as their primary knowledge base.<\/p>\n\n\n\n<p><strong>Decision Makers:<\/strong> By adopting an agent-operable architecture now, you future-proof your content to ensure your data remains discoverable for both traditional browsers and AI assistants.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From Passive to Active<\/h2>\n\n\n\n<p>MCP offers WordPress builders a clear path into the agentic future, and the WP Engine AI Toolkit provides the infrastructure you need to bridge the gap. Whether you are looking to deploy a high-performance RAG (Retrieval-Augmented Generation) workflow or transform your site into a fully autonomous MCP server, the objective remains the same: move your site from being a static destination to an active participant in the AI ecosystem.<\/p>\n\n\n\n<p>Ready to get started? Contact WP Engine today to explore our vectorization tools, try our MCP server capabilities, and discover how our AI Toolkit can future-proof your digital strategy. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For much of its history, WordPress \u00ae[1] has been the definitive open-source CMS for publishers seeking an intuitive editing experience and developers requiring a battle-tested technical stack. Traditionally, its role [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-32057","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why WordPress Needs to Plug Into the Agentic Web - Builders<\/title>\n<meta name=\"description\" content=\"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why WordPress Needs to Plug Into the Agentic Web\" \/>\n<meta property=\"og:description\" content=\"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\" \/>\n<meta property=\"og:site_name\" content=\"Builders\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-14T22:59:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T00:06:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2026\/01\/plugging-wp-in-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Francis Agulto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpebuilders\" \/>\n<meta name=\"twitter:site\" content=\"@wpebuilders\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Francis Agulto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\"},\"author\":{\"name\":\"Francis Agulto\",\"@id\":\"https:\/\/wpengine.com\/builders\/#\/schema\/person\/bcdcb4ac0b215c34b6b30e440a24dc54\"},\"headline\":\"Why WordPress Needs to Plug Into the Agentic Web\",\"datePublished\":\"2026-01-14T22:59:44+00:00\",\"dateModified\":\"2026-01-15T00:06:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\"},\"wordCount\":744,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/wpengine.com\/builders\/#organization\"},\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\",\"url\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\",\"name\":\"Why WordPress Needs to Plug Into the Agentic Web - Builders\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/builders\/#website\"},\"datePublished\":\"2026-01-14T22:59:44+00:00\",\"dateModified\":\"2026-01-15T00:06:50+00:00\",\"description\":\"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/builders\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why WordPress Needs to Plug Into the Agentic Web\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/builders\/#website\",\"url\":\"https:\/\/wpengine.com\/builders\/\",\"name\":\"Builders\",\"description\":\"Reimagining the way we build with WordPress.\",\"publisher\":{\"@id\":\"https:\/\/wpengine.com\/builders\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/builders\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wpengine.com\/builders\/#organization\",\"name\":\"WP Engine\",\"url\":\"https:\/\/wpengine.com\/builders\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png\",\"contentUrl\":\"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png\",\"width\":348,\"height\":68,\"caption\":\"WP Engine\"},\"image\":{\"@id\":\"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/wpebuilders\",\"https:\/\/www.youtube.com\/channel\/UCh1WuL54XFb9ZI6m6goFv1g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/builders\/#\/schema\/person\/bcdcb4ac0b215c34b6b30e440a24dc54\",\"name\":\"Francis Agulto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/builders\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c24a68b84c9ad2b53c633d14917d8298?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c24a68b84c9ad2b53c633d14917d8298?s=96&d=mm&r=g\",\"caption\":\"Francis Agulto\"},\"description\":\"Fran Agulto is a Developer Advocate at WP Engine. He is a lover of all things headless WordPress, Rock Climbing, and overall being stoked for people that love what they do and share that stoke with others! Follow me on Twitter for cool stoked headless WP!\",\"url\":\"https:\/\/wpengine.com\/builders\/author\/francis-agultowpengine-com-2-2-2-2-2-2-2-2-2-2-2-3\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why WordPress Needs to Plug Into the Agentic Web - Builders","description":"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.","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:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/","og_locale":"en_US","og_type":"article","og_title":"Why WordPress Needs to Plug Into the Agentic Web","og_description":"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.","og_url":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/","og_site_name":"Builders","article_published_time":"2026-01-14T22:59:44+00:00","article_modified_time":"2026-01-15T00:06:50+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2026\/01\/plugging-wp-in-1024x576.png","type":"image\/png"}],"author":"Francis Agulto","twitter_card":"summary_large_image","twitter_creator":"@wpebuilders","twitter_site":"@wpebuilders","twitter_misc":{"Written by":"Francis Agulto","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#article","isPartOf":{"@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/"},"author":{"name":"Francis Agulto","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/person\/bcdcb4ac0b215c34b6b30e440a24dc54"},"headline":"Why WordPress Needs to Plug Into the Agentic Web","datePublished":"2026-01-14T22:59:44+00:00","dateModified":"2026-01-15T00:06:50+00:00","mainEntityOfPage":{"@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/"},"wordCount":744,"commentCount":0,"publisher":{"@id":"https:\/\/wpengine.com\/builders\/#organization"},"articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/","url":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/","name":"Why WordPress Needs to Plug Into the Agentic Web - Builders","isPartOf":{"@id":"https:\/\/wpengine.com\/builders\/#website"},"datePublished":"2026-01-14T22:59:44+00:00","dateModified":"2026-01-15T00:06:50+00:00","description":"Learn why WordPress needs to be plugged into AI agents and how the WP Engine AI Toolkit helps with getting plugged in.","breadcrumb":{"@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/builders\/why-wordpress-needs-to-plug-into-the-agentic-web\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/builders\/"},{"@type":"ListItem","position":2,"name":"Why WordPress Needs to Plug Into the Agentic Web"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/builders\/#website","url":"https:\/\/wpengine.com\/builders\/","name":"Builders","description":"Reimagining the way we build with WordPress.","publisher":{"@id":"https:\/\/wpengine.com\/builders\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/builders\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpengine.com\/builders\/#organization","name":"WP Engine","url":"https:\/\/wpengine.com\/builders\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/","url":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png","contentUrl":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png","width":348,"height":68,"caption":"WP Engine"},"image":{"@id":"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/wpebuilders","https:\/\/www.youtube.com\/channel\/UCh1WuL54XFb9ZI6m6goFv1g"]},{"@type":"Person","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/person\/bcdcb4ac0b215c34b6b30e440a24dc54","name":"Francis Agulto","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c24a68b84c9ad2b53c633d14917d8298?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c24a68b84c9ad2b53c633d14917d8298?s=96&d=mm&r=g","caption":"Francis Agulto"},"description":"Fran Agulto is a Developer Advocate at WP Engine. He is a lover of all things headless WordPress, Rock Climbing, and overall being stoked for people that love what they do and share that stoke with others! Follow me on Twitter for cool stoked headless WP!","url":"https:\/\/wpengine.com\/builders\/author\/francis-agultowpengine-com-2-2-2-2-2-2-2-2-2-2-2-3\/"}]}},"_links":{"self":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts\/32057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/comments?post=32057"}],"version-history":[{"count":0,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts\/32057\/revisions"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/media?parent=32057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/categories?post=32057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/tags?post=32057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}