{"id":112838,"date":"2026-03-26T09:24:52","date_gmt":"2026-03-26T16:24:52","guid":{"rendered":"https:\/\/www.backblaze.com\/blog\/?p=112838"},"modified":"2026-03-26T09:24:54","modified_gmt":"2026-03-26T16:24:54","slug":"managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude","status":"publish","type":"post","link":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/","title":{"rendered":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"820\" src=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png\" alt=\"A decorative image showing gears on a cloud. \" class=\"wp-image-112839\" srcset=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png 1440w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1-300x171.png 300w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1-1024x583.png 1024w, https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1-768x437.png 768w\" sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" \/><\/figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Modern infrastructure teams increasingly interact with their systems through automation and AI-assisted tooling. Terminal-native agents like Claude Code are beginning to act less like chatbots and more like operational collaborators, able to inspect environments, run commands, and help maintain infrastructure.<\/p>\n\n\n\n<p>Today we&#8217;re releasing a new open-source tool designed for that workflow: the Backblaze B2 Cloud Storage Skill for Claude.<\/p>\n\n\n\n<p>This <a href=\"https:\/\/github.com\/backblaze-b2-samples\/claude-skill-b2-cloud-storage\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub repository<\/a> provides a structured skill that allows Claude-based agents to safely interact with Backblaze B2 Cloud Storage through the <a href=\"https:\/\/www.backblaze.com\/docs\/cloud-storage-command-line-interface\" target=\"_blank\" rel=\"noreferrer noopener\">B2 CLI.<\/a> Instead of manually running storage audits, searching buckets, or reviewing lifecycle rules, you can ask an AI assistant to help perform those tasks directly in your development environment.<\/p>\n\n\n\n<p>The result is simple and powerful: An open source natural language interface for inspecting and managing B2 Cloud Storage, built with guardrails.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is the B2 Cloud Storage Skill for Claude?<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/github.com\/backblaze-b2-samples\/claude-skill-b2-cloud-storage\" target=\"_blank\" rel=\"noreferrer noopener\">B2 Cloud Storage Skill for Claude<\/a> is an open-source repository that enables AI-assisted management of B2 buckets using the official Backblaze B2 CLI.<\/p>\n\n\n\n<p>The project includes three primary components:<\/p>\n\n\n\n<p><strong>1. A Claude Skill Definition<\/strong><\/p>\n\n\n\n<p>The skill file provides structured instructions that teach Claude how to safely interact with B2 Cloud Storage. It defines the commands the assistant can use, outlines safe operational practices, and establishes restrictions around sensitive data and destructive actions.<\/p>\n\n\n\n<p>This allows Claude to perform storage operations while respecting operational safeguards.<\/p>\n\n\n\n<p><strong>2. A Storage Audit Script<\/strong><\/p>\n\n\n\n<p>The repository includes a Python script that analyzes the contents of a bucket and produces a structured report. The audit can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Summarize storage usage by directory prefix<\/li>\n\n\n\n<li>Analyze file types and extensions<\/li>\n\n\n\n<li>Identify files older than 90 days<\/li>\n\n\n\n<li>Flag objects larger than 100MB<\/li>\n\n\n\n<li>Detect potential duplicates based on filename<\/li>\n<\/ul>\n\n\n\n<p>The result is a quick operational snapshot of a bucket&#8217;s structure and usage patterns&#8212;useful for cost awareness, lifecycle planning, and housekeeping.<\/p>\n\n\n\n<p>The skill supports per-project configuration through a <code>.claude\/b2-config.json<\/code> file. This allows developers to specify a default bucket, a working prefix, or a project-specific credential file.<\/p>\n\n\n\n<p>In practice, that means different repositories or services can point to different storage buckets without changing global CLI configuration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use it<\/h2>\n\n\n\n<p>The skill is designed to work in environments where Claude Code or similar agent-based developer tools can execute terminal commands.<\/p>\n\n\n\n<p>A typical workflow looks like this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install and configure the B2 CLI.<\/li>\n\n\n\n<li>Authorize the CLI with a B2 application key.<\/li>\n\n\n\n<li>Add the skill repository to your Claude environment.<\/li>\n\n\n\n<li>Optionally configure a project-specific bucket.<\/li>\n<\/ol>\n\n\n\n<p>Once configured, you can ask Claude to perform storage tasks directly from your terminal.<\/p>\n\n\n\n<p>Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Audit the contents of this bucket.<\/li>\n\n\n\n<li>List files older than 90 days.<\/li>\n\n\n\n<li>Show the largest objects in this prefix.<\/li>\n\n\n\n<li>Check the bucket&#8217;s lifecycle rules.<\/li>\n\n\n\n<li>Find duplicate filenames across directories.<\/li>\n<\/ul>\n\n\n\n<p>Under the hood, the assistant is running standard B2 CLI commands and the included audit script. The skill simply provides the structure that allows an AI agent to use those tools correctly.<\/p>\n\n\n\n<p>This approach keeps the operational layer transparent: Everything ultimately resolves to normal CLI commands you can run (and double check) yourself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why it matters<\/h2>\n\n\n\n<p>Cloud storage environments grow quietly.<\/p>\n\n\n\n<p>Buckets accumulate logs, backups, generated assets, and intermediate files over time. Without periodic inspection, those collections can become difficult to understand or maintain.<\/p>\n\n\n\n<p>Historically, storage audits have been manual exercises: writing scripts, exporting listings, or running ad-hoc commands.<\/p>\n\n\n\n<p>AI-assisted tooling changes that interaction model.<\/p>\n\n\n\n<p>Instead of constructing queries, operators can ask for insights:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Where is the storage concentrated?<\/li>\n\n\n\n<li>Which files are stale?<\/li>\n\n\n\n<li>Are lifecycle policies doing their job?<\/li>\n\n\n\n<li>Are there large objects that should be archived or removed?<\/li>\n<\/ul>\n\n\n\n<p>The B2 Cloud Storage Skill bridges the gap between AI-assisted workflows and real storage infrastructure.<\/p>\n\n\n\n<p>Just as importantly, the repository is designed with safety in mind. The skill restricts commands that could expose credentials, requires dry-runs before deletion operations, and warns when actions could change bucket visibility.<\/p>\n\n\n\n<p>In other words, it treats AI as an operational assistant&#8212;not an autonomous administrator.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Open source and extensible<\/h2>\n\n\n\n<p>The repository is intentionally lightweight and open.<\/p>\n\n\n\n<p>It&#8217;s meant to serve as both a practical tool and a starting point for developers exploring how AI agents can interact with storage infrastructure.<\/p>\n\n\n\n<p>Possible extensions include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automated lifecycle policy recommendations<\/li>\n\n\n\n<li>Deeper storage analytics<\/li>\n\n\n\n<li>Integration with monitoring pipelines<\/li>\n\n\n\n<li>Custom audit rules for specific workloads<\/li>\n<\/ul>\n\n\n\n<p>If you&#8217;re experimenting with AI-assisted operations&#8212;or simply want a faster way to inspect your B2 Cloud Storage&#8212;this skill provides a practical place to start.<\/p>\n\n\n\n<p>You can explore the repository and try it yourself here:<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/backblaze-b2-samples\/claude-skill-b2-cloud-storage\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/backblaze-b2-samples\/claude-skill-b2-cloud-storage<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The new open-source Backblaze B2 Cloud Storage Skill for Claude provides a simple and powerful natural language interface for inspecting and managing B2 Cloud Storage using Claude-based agents and the B2 CLI.<\/p>\n","protected":false},"author":220,"featured_media":112839,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7,434],"tags":[489,468],"class_list":["post-112838","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-storage","category-featured-1","tag-ai-ml","tag-b2cloud","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude<\/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.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude\" \/>\n<meta property=\"og:description\" content=\"The new open-source Backblaze B2 Cloud Storage Skill for Claude provides a simple and powerful natural language interface for inspecting and managing B2 Cloud Storage using Claude-based agents and the B2 CLI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/\" \/>\n<meta property=\"og:site_name\" content=\"Backblaze Blog | Cloud Storage &amp; Cloud Backup\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/backblaze\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-26T16:24:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T16:24:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"820\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeronimo De Leon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@backblaze\" \/>\n<meta name=\"twitter:site\" content=\"@backblaze\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeronimo De Leon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude","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.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/","og_locale":"en_US","og_type":"article","og_title":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude","og_description":"The new open-source Backblaze B2 Cloud Storage Skill for Claude provides a simple and powerful natural language interface for inspecting and managing B2 Cloud Storage using Claude-based agents and the B2 CLI.","og_url":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/","og_site_name":"Backblaze Blog | Cloud Storage &amp; Cloud Backup","article_publisher":"https:\/\/www.facebook.com\/backblaze","article_published_time":"2026-03-26T16:24:52+00:00","article_modified_time":"2026-03-26T16:24:54+00:00","og_image":[{"width":1440,"height":820,"url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","type":"image\/png"}],"author":"Jeronimo De Leon","twitter_card":"summary_large_image","twitter_creator":"@backblaze","twitter_site":"@backblaze","twitter_misc":{"Written by":"Jeronimo De Leon","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#article","isPartOf":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/"},"author":{"name":"Jeronimo De Leon","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/f370aeffc6ee12eaaec36fe5ab1d065f"},"headline":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude","datePublished":"2026-03-26T16:24:52+00:00","dateModified":"2026-03-26T16:24:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/"},"wordCount":754,"commentCount":2,"publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","keywords":["AI\/ML","B2Cloud"],"articleSection":["Cloud Storage","Featured"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/","url":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/","name":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude","isPartOf":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#primaryimage"},"image":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#primaryimage"},"thumbnailUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","datePublished":"2026-03-26T16:24:52+00:00","dateModified":"2026-03-26T16:24:54+00:00","breadcrumb":{"@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#primaryimage","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","width":1440,"height":820,"caption":"A decorative image showing gears on a cloud."},{"@type":"BreadcrumbList","@id":"https:\/\/www.backblaze.com\/blog\/managing-backblaze-b2-with-claude-introducing-the-b2-cloud-storage-skill-for-claude\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Managing Backblaze B2 with Claude: Introducing the B2 Cloud Storage Skill for Claude"}]},{"@type":"WebSite","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#website","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","name":"Backblaze Cloud Solutions Blog","description":"Cloud Storage &amp; Cloud Backup","publisher":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#organization","name":"Backblaze","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.backblaze.com\/blog\/wp-content\/uploads\/2017\/12\/backblaze_icon_transparent.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"Backblaze"},"image":{"@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/backblaze","https:\/\/x.com\/backblaze","https:\/\/www.youtube.com\/user\/Backblaze","https:\/\/en.wikipedia.org\/wiki\/Backblaze"]},{"@type":"Person","@id":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/#\/schema\/person\/f370aeffc6ee12eaaec36fe5ab1d065f","name":"Jeronimo De Leon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2025\/07\/Backblaze_Author_Jeronimo-De-Leon-150x150.jpg","url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2025\/07\/Backblaze_Author_Jeronimo-De-Leon-150x150.jpg","contentUrl":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2025\/07\/Backblaze_Author_Jeronimo-De-Leon-150x150.jpg","caption":"Jeronimo De Leon"},"description":"Jeronimo De Leon is a seasoned product management leader with over 10 years of experience driving AI-driven innovation across enterprise and startup environments. Currently serving as Senior Product Manager, AI at Backblaze, he leads the development of AI\/ML features, focuses on how Backblaze enhances the AI data lifecycle for customers' MLOps architectures, and implements AI tools and agents to optimize internal operations.","url":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/author\/jeronimodeleon\/"}]}},"jetpack_featured_media_url":"https:\/\/backblazeprod.wpenginepowered.com\/wp-content\/uploads\/2026\/03\/Q126-0014-Blog-Header-1440x820-1.png","_links":{"self":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/112838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/users\/220"}],"replies":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/comments?post=112838"}],"version-history":[{"count":0,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/posts\/112838\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media\/112839"}],"wp:attachment":[{"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/media?parent=112838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/categories?post=112838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/backblazeprod.wpenginepowered.com\/blog\/wp-json\/wp\/v2\/tags?post=112838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}