{"id":294,"date":"2026-08-07T19:56:54","date_gmt":"2026-08-07T14:26:54","guid":{"rendered":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/"},"modified":"2026-08-07T20:28:27","modified_gmt":"2026-08-07T14:58:27","slug":"agentic-ai-2026-what-it-is-how-to-build-first-agent","status":"publish","type":"post","link":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/","title":{"rendered":"Agentic AI in 2026: What It Is, Why It Matters, and How to Build Your First Agent"},"content":{"rendered":"<p><strong>TL;DR:<\/strong> Agentic AI means AI that can plan, use tools, and complete multi-step tasks without human hand-holding. It&#8217;s not chatbots. It&#8217;s AI that actually DOES things. And in 2026, it&#8217;s the #1 skill companies are hiring for.<\/p>\n<h2>What Agentic AI Actually Means (Skip the Hype)<\/h2>\n<p>A chatbot answers questions. An agent completes tasks.<\/p>\n<p>When you tell ChatGPT &#8220;book me a flight to Delhi&#8221; &#8211; it gives you information. When you tell an AI agent the same thing &#8211; it searches flights, compares prices, picks the best option, fills the booking form, and sends you the confirmation.<\/p>\n<p><strong>The difference:<\/strong> Agents have autonomy. They break tasks into steps, use external tools (APIs, browsers, databases), evaluate their own output, and retry when something fails.<\/p>\n<h2>Why 2026 is the Year of Agents<\/h2>\n<p>Three things converged:<\/p>\n<ul>\n<li><strong>LLMs got good enough<\/strong> &#8211; Claude, GPT-4o, and Gemini can now reliably plan multi-step tasks<\/li>\n<li><strong>Tool-use became standard<\/strong> &#8211; MCP (Model Context Protocol) gives agents a universal way to connect to any tool<\/li>\n<li><strong>Frameworks matured<\/strong> &#8211; LangGraph, CrewAI, and OpenAI Swarm make agent-building accessible to any developer<\/li>\n<\/ul>\n<h2>5 Real Agents You Can Build This Weekend<\/h2>\n<ol>\n<li><strong>Research Agent<\/strong> &#8211; Give it a topic, it searches the web, reads 20 articles, and writes a summary with sources. Tech: LangChain + Tavily search + Claude<\/li>\n<li><strong>Code Review Agent<\/strong> &#8211; Watches your GitHub repo, reviews every PR, suggests improvements, and flags security issues. Tech: GitHub webhooks + Claude API + comment bot<\/li>\n<li><strong>Email Triage Agent<\/strong> &#8211; Reads your inbox, categorizes emails, drafts replies for routine ones, flags urgent ones. Tech: Gmail API + classification prompt + drafting<\/li>\n<li><strong>Data Analysis Agent<\/strong> &#8211; Give it a CSV or database, ask questions in English, it writes SQL\/pandas code, runs it, returns charts. Tech: Python sandbox + LLM + matplotlib<\/li>\n<li><strong>Content Calendar Agent<\/strong> &#8211; Monitors trending topics in your niche, suggests blog posts, drafts outlines, schedules publishing. Tech: RSS feeds + trend APIs + LLM + scheduler<\/li>\n<\/ol>\n<h2>The Minimal Tech Stack for Agent Building<\/h2>\n<pre><code># Install\npip install langchain langgraph anthropic tavily-python\n\n# Or for JavaScript\nnpm install @langchain\/core @langchain\/anthropic<\/code><\/pre>\n<p>You need:<\/p>\n<ul>\n<li><strong>An LLM<\/strong> &#8211; Claude (best for complex reasoning) or GPT-4o (best for tool-use speed)<\/li>\n<li><strong>A framework<\/strong> &#8211; LangGraph for complex agents, CrewAI for multi-agent teams<\/li>\n<li><strong>Tools<\/strong> &#8211; Search (Tavily), code execution (E2B), browser (Browserbase)<\/li>\n<\/ul>\n<h2>Start Building<\/h2>\n<p>The best way to learn agentic AI is to build at a hackathon. You get a deadline, teammates, and judges who push you to ship something real.<\/p>\n<p><a href=\"https:\/\/reskilll.com\/allhacks\/c\/ai\">Join an AI hackathon on Reskilll<\/a> &#8211; multiple events open for registration right now.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by-step guide to building your first AI agent this weekend.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3],"tags":[],"class_list":["post-294","post","type-post","status-publish","format-standard","hentry","category-hackathons"],"yoast_meta":{"focuskw":"agentic 2026 matters build","metadesc":"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...","title":"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog<\/title>\n<meta name=\"description\" content=\"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog\" \/>\n<meta property=\"og:description\" content=\"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/\" \/>\n<meta property=\"og:site_name\" content=\"Reskilll Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/reskilllofficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-07T14:26:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-07T14:58:27+00:00\" \/>\n<meta name=\"author\" content=\"Reskilll Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:site\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reskilll Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/\"},\"author\":{\"name\":\"Reskilll Team\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\"},\"headline\":\"Agentic AI in 2026: What It Is, Why It Matters, and How to Build Your First Agent\",\"datePublished\":\"2026-08-07T14:26:54+00:00\",\"dateModified\":\"2026-08-07T14:58:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/\"},\"wordCount\":414,\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"articleSection\":[\"Hackathons\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/\",\"name\":\"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\"},\"datePublished\":\"2026-08-07T14:26:54+00:00\",\"dateModified\":\"2026-08-07T14:58:27+00:00\",\"description\":\"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/agentic-ai-2026-what-it-is-how-to-build-first-agent\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.reskilll.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agentic AI in 2026: What It Is, Why It Matters, and How to Build Your First Agent\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"name\":\"Reskilll Blogs\",\"description\":\"Tech, Hackathons &amp; Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.reskilll.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\",\"name\":\"Reskilll\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"contentUrl\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"width\":1642,\"height\":374,\"caption\":\"Reskilll\"},\"image\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/x.com\\\/Reskilll\",\"https:\\\/\\\/www.instagram.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/company\\\/reskilll\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\",\"name\":\"Reskilll Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"caption\":\"Reskilll Team\"},\"sameAs\":[\"https:\\\/\\\/blogs.reskilll.com\"],\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/author\\\/reskilll-1asd-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog","description":"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...","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:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/","og_locale":"en_US","og_type":"article","og_title":"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog","og_description":"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...","og_url":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/","og_site_name":"Reskilll Blogs","article_publisher":"https:\/\/www.facebook.com\/reskilllofficial\/","article_published_time":"2026-08-07T14:26:54+00:00","article_modified_time":"2026-08-07T14:58:27+00:00","author":"Reskilll Team","twitter_card":"summary_large_image","twitter_creator":"@Reskilll","twitter_site":"@Reskilll","twitter_misc":{"Written by":"Reskilll Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/#article","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/"},"author":{"name":"Reskilll Team","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3"},"headline":"Agentic AI in 2026: What It Is, Why It Matters, and How to Build Your First Agent","datePublished":"2026-08-07T14:26:54+00:00","dateModified":"2026-08-07T14:58:27+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/"},"wordCount":414,"publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"articleSection":["Hackathons"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/","url":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/","name":"Agentic AI in 2026: What It Is, Why It Matters, and How t... | Reskilll Blog","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/#website"},"datePublished":"2026-08-07T14:26:54+00:00","dateModified":"2026-08-07T14:58:27+00:00","description":"Agentic AI is the biggest shift in software since mobile apps. Here&#8217;s what it actually means, why every developer needs to learn it, and a step-by...","breadcrumb":{"@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.reskilll.com\/agentic-ai-2026-what-it-is-how-to-build-first-agent\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.reskilll.com\/"},{"@type":"ListItem","position":2,"name":"Agentic AI in 2026: What It Is, Why It Matters, and How to Build Your First Agent"}]},{"@type":"WebSite","@id":"https:\/\/blogs.reskilll.com\/#website","url":"https:\/\/blogs.reskilll.com\/","name":"Reskilll Blogs","description":"Tech, Hackathons &amp; Innovation","publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.reskilll.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blogs.reskilll.com\/#organization","name":"Reskilll","url":"https:\/\/blogs.reskilll.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/","url":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","contentUrl":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","width":1642,"height":374,"caption":"Reskilll"},"image":{"@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/reskilllofficial\/","https:\/\/x.com\/Reskilll","https:\/\/www.instagram.com\/reskilllofficial\/","https:\/\/in.linkedin.com\/company\/reskilll"]},{"@type":"Person","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3","name":"Reskilll Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","caption":"Reskilll Team"},"sameAs":["https:\/\/blogs.reskilll.com"],"url":"https:\/\/blogs.reskilll.com\/author\/reskilll-1asd-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/comments?post=294"}],"version-history":[{"count":1,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/294\/revisions"}],"predecessor-version":[{"id":388,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/294\/revisions\/388"}],"wp:attachment":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/media?parent=294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/categories?post=294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/tags?post=294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}