{"id":29297,"date":"2026-05-13T19:04:51","date_gmt":"2026-05-13T13:34:51","guid":{"rendered":"https:\/\/www.aicerts.ai\/news\/"},"modified":"2026-05-13T19:04:52","modified_gmt":"2026-05-13T13:34:52","slug":"red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development","status":"publish","type":"news","link":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/","title":{"rendered":"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development"},"content":{"rendered":"\n<p>However, isolated execution alone is insufficient without identity, policy, and audit layers. Therefore, the company combined kernel-isolated containers, runtime guardrails, and NVIDIA integrations into one workflow. Industry analysts view the move as a template for responsible agentic AI pipelines. Meanwhile, senior engineering teams gain a consistent experience from laptop to data center. The following report examines the release, technical underpinnings, benefits, and unresolved challenges. Furthermore, it outlines next steps and relevant certifications for professionals seeking deeper mastery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Market Shift Drivers Explained<\/h2>\n\n\n\n<p>Developers accelerated agent research after GPT-4 style models cut orchestration complexity. However, misbehaving agents have leaked data, deleted files, and spawned excessive costs during cloud experiments. Consequently, chief information security officers insist on robust sandboxing before any production rollout. In contrast, older sandbox models lacked GPU access, blocking serious AI training. The company observed those pain points through its customer advisory councils.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/sandboxed-infrastructure.jpg\" alt=\"Enterprise server room using Agent Sandboxing Tools for isolated AI testing\"\/><figcaption class=\"wp-element-caption\">Isolated infrastructure helps reduce risk during agent development.<\/figcaption><\/figure>\n\n\n\n<p>Moreover, regulatory bodies now scrutinize AI supply chains as strictly as traditional software pipelines. Therefore, platform teams must prove isolation, identity, and observability for every agent request. This pressure created a market gap that Agent Sandboxing Tools squarely address. Subsequently, vendors including NVIDIA, Microsoft, and IBM launched overlapping offerings. Nevertheless, open standards around SPIFFE and Kata remain rare, increasing fragmentation risk.<\/p>\n\n\n\n<p>These market forces clarify why isolation matters beyond theory. Next, we examine the specific Red Hat Desktop debut that operationalizes the concept.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Red Hat Desktop Debut<\/h2>\n\n\n\n<p>On May&nbsp;12, 2026, Red Hat announced general availability of Red Hat Desktop. Additionally, the release bundles Podman toolset with enterprise backing and curated extensions. Included among those extensions are Agent Sandboxing Tools for local experimentation. Consequently, developers can spin up an agent, assign tool permissions, and trace every call.<\/p>\n\n\n\n<p>The press release quoted James Labocki, Senior Director. He said, \u201cThe transition to agentic AI expands the requirements for modern application development.\u201d In practice, the Desktop edition mirrors the container definitions used later on OpenShift clusters. Therefore, lift-and-shift friction drops sharply once teams advance beyond proof of concept. Meanwhile, Advanced Developer users appreciate identical CLI commands across stages. Moreover, local telemetry feeds security baselines that feed admission policies in production.<\/p>\n\n\n\n<p>Local consistency accelerates learning and governance simultaneously. However, deeper value emerges when NVIDIA integrations enter the picture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">NVIDIA Integration Key Details<\/h2>\n\n\n\n<p>The company detailed a collaboration with NVIDIA on March&nbsp;16, 2026. Furthermore, the partners integrated NVIDIA OpenShell and NemoClaw components into OpenShift AI. OpenShell acts as an agent runtime. It enforces deny-by-default policies and privacy routing. Consequently, Agent Sandboxing Tools on Desktop match the runtime used in clusters. Joe Fernandes, VP of Red Hat AI, highlighted goals of isolation, identity, and observability.<\/p>\n\n\n\n<p>Moreover, NVIDIA GPU drivers remain available inside Kata microVMs thanks to device pass-through work. Therefore, performance penalties shrink compared with earlier virtualization approaches. Nevertheless, microVM overhead still exists and must be profiled under production traffic. Subsequently, the vendor plans community benchmarks to quantify trade-offs.<\/p>\n\n\n\n<p>The joint stack promises aligned tooling across silicon, kernel, and policy layers. Next, we dissect those technical safety layers in greater detail.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Core Technical Safety Layers<\/h2>\n\n\n\n<p>At the foundation, OpenShift Sandboxed Containers use Kata to run workloads inside lightweight VMs. In contrast, typical containers share a host kernel and offer weaker isolation. Additionally, SPIFFE\/SPIRE inject short-lived identities, while policy engines like OPA intercept tool calls. Consequently, every agent receives a scoped credential that expires quickly. Runtime guardrails then log prompts and actions for later audit.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Kernel isolation via Kata microVMs<\/li>\n\n\n\n<li>Identity issuance through SPIFFE\/SPIRE<\/li>\n\n\n\n<li>Policy enforcement with OPA or NeMo Guardrails<\/li>\n\n\n\n<li>Tool mediation through Agent Sandboxing Tools APIs<\/li>\n\n\n\n<li>Centralized tracing within OpenShift AI<\/li>\n<\/ul>\n\n\n\n<p>Together, these layers constitute the heart of Agent Sandboxing Tools architecture. However, engineers must tune VM memory and policy rules to balance speed and safety.<\/p>\n\n\n\n<p>The multilayer stack raises the attack cost for adversaries. Subsequently, benefits for Advanced Developer teams become evident.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Benefits For Advanced Developers<\/h2>\n\n\n\n<p>Engineering leaders often juggle experimentation speed against compliance demands. Moreover, Agent Sandboxing Tools reduce that tension by embedding security defaults directly into workflows. Advanced Developer personas gain repeatable templates that work from laptop to cluster. Consequently, less time is spent rewriting Dockerfiles or negotiating with security gatekeepers.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Consistent CLI and UI experiences across environments<\/li>\n\n\n\n<li>Automated credential rotation per agent session<\/li>\n\n\n\n<li>Portable SBOMs that pass policy checks<\/li>\n\n\n\n<li>GPU access without abandoning isolation<\/li>\n<\/ul>\n\n\n\n<p>Additionally, audit logs support incident response and compliance frameworks such as SOC&nbsp;2. Professionals can deepen skills via the <a href=\"https:\/\/www.aicerts.ai\/certifications\/development\/ai-developer\">AI Developer\u2122<\/a> certification. The course covers sandbox design patterns aligned with the company&#8217;s stack.<\/p>\n\n\n\n<p>Unified workflows accelerate delivery and harden security concurrently. Nevertheless, some gaps and risks still remain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Remaining Gaps And Risks<\/h2>\n\n\n\n<p>No single measure guarantees perfect containment against sophisticated jailbreaks. However, Agent Sandboxing Tools depend on proper upstream model vetting and prompt hygiene. Performance overhead from microVMs can impact scale-out inference services. Furthermore, multiple runtimes and standards hinder portability between Kubernetes distributions. In contrast, open governance groups have yet to finalize interoperability specs.<\/p>\n\n\n\n<p>Moreover, teams need visibility into GPU metrics when sandboxes abstract hardware details. Therefore, the vendor and NVIDIA plan benchmark publications. Those studies will cover startup time, memory, and throughput. Subsequently, customers can decide when to apply full isolation or lighter controls.<\/p>\n\n\n\n<p>These unresolved issues warrant ongoing community collaboration. Next, we consider strategic outlook and actions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Outlook And Next Steps<\/h2>\n\n\n\n<p>Agent Sandboxing Tools mark a pivotal advance toward secure agentic AI adoption. The vendor couples familiar local workflows with enterprise-grade Kubernetes layers. Additionally, NVIDIA integrations supply GPU aware runtimes without surrendering isolation. Consequently, Advanced Developer teams can iterate faster while meeting governance targets. Nevertheless, cost and standardization challenges require further engineering and cross-vendor cooperation. <\/p>\n\n\n\n<p>Therefore, professionals should test workloads under realistic stress and share findings with open communities. Meanwhile, managers can mandate least-privilege defaults and continuous monitoring to reduce incident impact. For deeper mastery, enroll in the linked <a href=\"https:\/\/www.aicerts.ai\/certifications\/development\/ai-developer\">AI Developer\u2122<\/a> program. The time to secure agents is now, before prototypes turn into revenue pipelines. Consequently, adopting Agent Sandboxing Tools early can future-proof your AI roadmap.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Security concerns around autonomous agents are escalating across software teams. Consequently, enterprises now demand stricter defenses before moving prototypes into production. Amid this shift, Red Hat unveiled new Agent Sandboxing Tools at Red Hat Summit. The rollout targets developers experimenting locally yet planning large-scale deployments on OpenShift clusters. <\/p>\n","protected":false},"featured_media":29294,"parent":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"Agent Sandboxing Tools","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Red Hat's Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.","_yoast_wpseo_canonical":""},"tags":[39155,39157,39156,39158,39153,39154],"news_category":[4,6],"communities":[],"class_list":["post-29297","news","type-news","status-publish","has-post-thumbnail","hentry","tag-advanced-developer","tag-agent-sandboxing-tools","tag-developer-desktop","tag-kata-containers","tag-nvidia-openshell","tag-openshift-ai","news_category-ai","news_category-machine-learning"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News<\/title>\n<meta name=\"description\" content=\"Red Hat&#039;s Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.\" \/>\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.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News\" \/>\n<meta property=\"og:description\" content=\"Red Hat&#039;s Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/\" \/>\n<meta property=\"og:site_name\" content=\"AI CERTs News\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T13:34:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg\" \/>\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\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/\",\"url\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/\",\"name\":\"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News\",\"isPartOf\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg\",\"datePublished\":\"2026-05-13T13:34:51+00:00\",\"dateModified\":\"2026-05-13T13:34:52+00:00\",\"description\":\"Red Hat's Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage\",\"url\":\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg\",\"contentUrl\":\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg\",\"width\":1024,\"height\":576,\"caption\":\"Secure AI development starts with clear sandbox controls.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.aicerts.ai\/news\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\/\/www.aicerts.ai\/news\/news\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/#website\",\"url\":\"https:\/\/www.aicerts.ai\/news\/\",\"name\":\"Aicerts News\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aicerts.ai\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/#organization\",\"name\":\"Aicerts News\",\"url\":\"https:\/\/www.aicerts.ai\/news\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg\",\"contentUrl\":\"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Aicerts News\"},\"image\":{\"@id\":\"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News","description":"Red Hat's Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.","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.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/","og_locale":"en_US","og_type":"article","og_title":"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News","og_description":"Red Hat's Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.","og_url":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/","og_site_name":"AI CERTs News","article_modified_time":"2026-05-13T13:34:52+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/","url":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/","name":"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development - AI CERTs News","isPartOf":{"@id":"https:\/\/www.aicerts.ai\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage"},"thumbnailUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg","datePublished":"2026-05-13T13:34:51+00:00","dateModified":"2026-05-13T13:34:52+00:00","description":"Red Hat's Agent Sandboxing Tools merge Kata microVMs and OpenShell with desktop workflows, helping dev teams deploy secure AI agents.","breadcrumb":{"@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#primaryimage","url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg","contentUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/05\/secure-ai-workspace.jpg","width":1024,"height":576,"caption":"Secure AI development starts with clear sandbox controls."},{"@type":"BreadcrumbList","@id":"https:\/\/www.aicerts.ai\/news\/red-hat-debuts-agent-sandboxing-tools-for-secure-ai-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aicerts.ai\/news\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.aicerts.ai\/news\/news\/"},{"@type":"ListItem","position":3,"name":"Red Hat Debuts Agent Sandboxing Tools for Secure AI Development"}]},{"@type":"WebSite","@id":"https:\/\/www.aicerts.ai\/news\/#website","url":"https:\/\/www.aicerts.ai\/news\/","name":"Aicerts News","description":"","publisher":{"@id":"https:\/\/www.aicerts.ai\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aicerts.ai\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aicerts.ai\/news\/#organization","name":"Aicerts News","url":"https:\/\/www.aicerts.ai\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/","url":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","contentUrl":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","width":1,"height":1,"caption":"Aicerts News"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news\/29297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/types\/news"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/comments?post=29297"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media\/29294"}],"wp:attachment":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media?parent=29297"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/tags?post=29297"},{"taxonomy":"news_category","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news_category?post=29297"},{"taxonomy":"communities","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/communities?post=29297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}