{"id":106923,"date":"2026-04-14T16:01:33","date_gmt":"2026-04-14T10:31:33","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=106923"},"modified":"2026-04-14T16:01:35","modified_gmt":"2026-04-14T10:31:35","slug":"using-claude-code-remote-control","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/using-claude-code-remote-control\/","title":{"rendered":"Using Claude Code Remote Control: A Practical Guide"},"content":{"rendered":"\n<p>Picture this: You are working on a coding project late at night. You need to run tests, check logs, and deploy changes to a server across town. Instead of driving there or setting up complex VPN connections, you simply send commands from your laptop and watch everything happen remotely. That is the power of remote control in Claude Code.<\/p>\n\n\n\n<p>Remote control capabilities are changing how developers work. Whether you are managing a home server, accessing a work machine from your couch, or collaborating with a team across different locations, being able to control systems remotely saves time and removes barriers.<\/p>\n\n\n\n<p>This guide explains what Claude Code remote control is, when it helps, how to set it up properly, and what to watch out for. No technical jargon. No complicated theory. Just clear, practical steps you can follow today.<\/p>\n\n\n\n<p><strong>Quick TL;DR Summary<\/strong><\/p>\n\n\n\n<ol>\n<li>This guide explains what Claude Code remote control is and why it matters for modern developers.<br><\/li>\n\n\n\n<li>You will learn the core components that make remote control work, including connection methods, security layers, and command execution.<br><\/li>\n\n\n\n<li>We cover when remote control genuinely helps your workflow and when a simpler approach works better.<br><\/li>\n\n\n\n<li>A step-by-step walkthrough shows you how to set up your first remote control session the right way.<br><\/li>\n\n\n\n<li>Real-world examples demonstrate how developers and teams are using remote control today.<br><\/li>\n\n\n\n<li>Practical strategies help you avoid the most common mistakes and security risks.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is Claude Code Remote Control<\/strong><\/h2>\n\n\n\n<p>Claude Code remote control is a system that lets you run commands and manage code on a remote machine as if you were sitting right in front of it. You are not just viewing files or checking status. You are actively executing commands, running scripts, and making changes.<\/p>\n\n\n\n<p>In a typical setup, you might have <a href=\"https:\/\/www.guvi.in\/blog\/what-is-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">Claude Code<\/a> running on your local laptop while it controls a powerful server in a data center. You can run resource-intensive builds, execute tests that need specific environments, or deploy code to production, all from your local terminal.<\/p>\n\n\n\n<p>The key difference between basic remote access and Claude Code remote control is intelligence. Claude can understand your intent, execute the right commands, verify the results, and continue working until the task is complete. It is not just forwarding keystrokes. It is actively managing the process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Problem with Traditional Remote Development<\/strong><\/h2>\n\n\n\n<p>Developers face real challenges when working with remote systems. <a href=\"https:\/\/guvi.in\/hub\/computer-networks-tutorial\/ssh-in-cn\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/guvi.in\/hub\/computer-networks-tutorial\/ssh-in-cn\/\" rel=\"noreferrer noopener\">SSH connections <\/a>drop at critical moments. Running commands requires remembering exact syntax and paths. Monitoring long-running processes means keeping terminal windows open for hours. Collaborating means sharing credentials or setting up complex permission systems.<\/p>\n\n\n\n<p>The consequences add up quickly. Lost SSH sessions mean starting tasks over from scratch. Forgotten command syntax leads to errors and delays. Security vulnerabilities appear when credentials get shared casually. Teams waste time coordinating who has access to which systems.<\/p>\n\n\n\n<p>Standard remote access tools help at a basic level, but they are rigid. They can execute what you type but cannot reason about what you are trying to accomplish. Claude Code remote control is different because it can understand tasks that require multiple steps, handle errors intelligently, and work across different systems without needing exact command syntax every time.<\/p>\n\n\n\n<p><strong>Read More: <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/claude-code-on-your-phone\/\" target=\"_blank\" rel=\"noreferrer noopener\">Claude Code on Your Phone: Complete Guide<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>When to Use Claude Code Remote Control<\/strong><\/h2>\n\n\n\n<p>Remote control is not the answer to every development challenge. Being clear about where it adds genuine value helps you use it effectively.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Tasks requiring specific remote environments<\/strong><\/h3>\n\n\n\n<p>Some code needs to run in production-like environments with specific <a href=\"https:\/\/www.guvi.in\/blog\/introduction-to-operating-systems\/\">operating systems<\/a>, databases, or network configurations. Remote control lets you work in the exact environment where your code will eventually run.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Resource-intensive operations<\/strong><\/h3>\n\n\n\n<p>Compiling large projects, running comprehensive test suites, or processing big datasets can overwhelm a laptop. Remote control lets you offload these tasks to more powerful machines while you continue working locally.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Multiple system coordination<\/strong><\/h3>\n\n\n\n<p>Deploying to several servers, running distributed tests, or managing microservices across different hosts all require coordinating actions across systems. Remote control handles this orchestration smoothly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Continuous operations<\/strong><\/h3>\n\n\n\n<p>Tasks that need to run overnight or across long periods benefit from remote execution. Your local machine can sleep or disconnect without interrupting the work happening on the remote system.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n  When using <strong style=\"color: #110053;\">Claude Code remote control<\/strong>, the AI can execute <strong style=\"color: #110053;\">commands directly on a remote machine<\/strong> and intelligently interpret the results. If a command fails, it can <strong style=\"color: #110053;\">automatically retry, debug, or try alternative approaches<\/strong> without manual intervention \u2014 something traditional <strong style=\"color: #110053;\">SSH sessions<\/strong> cannot do.\n  <br \/><br \/>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Core Building Blocks<\/strong><\/h2>\n\n\n\n<p>Every remote control setup with Claude Code relies on the same fundamental components. Understanding these helps you build systems that work reliably.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. The Connection Layer<\/strong><\/h3>\n\n\n\n<p>This is how your local Claude Code instance talks to the remote machine. It typically uses secure protocols like SSH that encrypt all communication. The connection must be reliable enough to handle intermittent network issues without losing work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Authentication and Authorization<\/strong><\/h3>\n\n\n\n<p>Before any commands run, the system must verify who you are and what you are allowed to do. This includes SSH keys, access tokens, or credential managers that prove identity without sending passwords over the network.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Command Execution Engine<\/strong><\/h3>\n\n\n\n<p>This component translates high-level tasks into specific commands that run on the remote system. Claude Code understands context, so asking it to &#8220;run the tests&#8221; results in it finding your test suite, executing it properly, and reporting results back.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. State Management<\/strong><\/h3>\n\n\n\n<p>Remote systems need to track what is happening across disconnections and reconnections. This includes knowing which processes are running, what files have changed, and where tasks are left off if a connection drops.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Result Streaming and Logging<\/strong><\/h3>\n\n\n\n<p>Everything that happens remotely gets sent back to your local system. This includes command output, error messages, and status updates. Logs capture this information so you can review what happened even after a session ends.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step: Setting Up Your First Remote Control Session<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Prepare the remote system<\/strong><\/h3>\n\n\n\n<p>Make sure the remote machine has Claude Code installed and accessible. Verify that you can connect to it using standard SSH. Check that all necessary dependencies and tools are installed on the remote system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Set up secure authentication<\/strong><\/h3>\n\n\n\n<p>Generate SSH keys if you have not already. Copy your public key to the remote machine&#8217;s authorized keys file. Test the connection manually to confirm it works before involving Claude Code.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Configure Claude Code for remote access<\/strong><\/h3>\n\n\n\n<p>Tell Claude Code about your remote system. This includes the hostname or IP address, the username to connect with, and the path to your SSH key. Store this configuration so you do not need to enter it every time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Test with a simple command<\/strong><\/h3>\n\n\n\n<p>Start with something basic like checking the current directory or listing files. This confirms the connection works and commands execute properly. If this fails, fix the connection before moving to more complex tasks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Run a real task end to end<\/strong><\/h3>\n\n\n\n<p>Try a complete workflow like cloning a repository, installing dependencies, and running a build. Watch how Claude Code handles each step. Note any errors or unexpected behavior.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Set up error recovery<\/strong><\/h3>\n\n\n\n<p>Decide what happens when something fails. Should Claude Code retry? Should it alert you? Should it roll back changes? Build these rules into your setup from the beginning.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Monitor and maintain the connection<\/strong><\/h3>\n\n\n\n<p>Keep an eye on connection stability, especially if you are on an unreliable network. Set up logging so you can review what happened if problems occur. Update authentication credentials before they expire.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n  <strong style=\"color: #110053;\">Remote control sessions<\/strong> can survive <strong style=\"color: #110053;\">network switches seamlessly<\/strong>. You can start a task on <strong style=\"color: #110053;\">home WiFi<\/strong>, continue it using a <strong style=\"color: #110053;\">mobile hotspot during your commute<\/strong>, and finish at the office \u2014 all while the same session remains active without interrupting <strong style=\"color: #110053;\">ongoing processes<\/strong>.\n  <br \/><br \/>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real-World Examples of Claude Code Remote Control<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. The Solo Developer Managing Multiple Servers<\/strong><\/h3>\n\n\n\n<p>A freelance developer maintains web applications for several clients, each running on different servers. Instead of logging into each server individually, they use Claude Code to deploy updates, check logs, and run maintenance tasks across all systems from a single interface. What used to take an afternoon of jumping between terminals now takes minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. The Team Building Resource-Intensive Applications<\/strong><\/h3>\n\n\n\n<p>A mobile app development team needs to compile builds for multiple platforms. These compilations take significant CPU and memory. Instead of having every developer run builds locally, they use Claude Code to trigger builds on powerful remote build servers. Developers get their results back quickly without slowing down their laptops.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. The Researcher Running Long Experiments<\/strong><\/h3>\n\n\n\n<p>A data scientist runs machine learning experiments that take days to complete. Using Claude Code remote control, they start experiments on a remote GPU server, disconnect their laptop, and check progress periodically. The experiments continue running regardless of what happens to the local machine.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Who Should Use Which Approach<\/strong><\/h2>\n\n\n\n<p>Remote control setups vary based on needs and technical experience. The right starting point depends on your situation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Individual developers with simple needs<\/strong><\/h3>\n\n\n\n<p>Start with basic SSH access and manual command execution. Add Claude Code when you find yourself repeating the same sequences of commands frequently.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Small teams sharing development servers<\/strong><\/h3>\n\n\n\n<p>Set up shared remote environments with proper user permissions. Use Claude Code to standardize common tasks so everyone on the team runs them the same way.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Organizations with compliance requirements<\/strong><\/h3>\n\n\n\n<p>Build remote control with audit logging, restricted access, and review processes from day one. Never allow direct access that bypasses security controls.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Companies managing production infrastructure<\/strong><\/h3>\n\n\n\n<p>Use full orchestration with automated failover, backup authentication methods, and comprehensive monitoring. Remote control for production systems requires the highest level of reliability and security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pros and Cons of Claude Code Remote Control<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Pros:<\/strong><\/h3>\n\n\n\n<ul>\n<li>Access powerful remote resources from any device<\/li>\n\n\n\n<li>Work in production-like environments without local setup<\/li>\n\n\n\n<li>Continue long-running tasks even when your local machine is offline<\/li>\n\n\n\n<li>Coordinate actions across multiple systems from one interface<\/li>\n\n\n\n<li>Share access to remote systems without sharing passwords<\/li>\n\n\n\n<li>Automate repetitive remote administration tasks<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cons:<\/strong><\/h3>\n\n\n\n<ul>\n<li>Requires reliable network connectivity to function well<\/li>\n\n\n\n<li>Security risks increase when remote access is not configured properly<\/li>\n\n\n\n<li>Learning curve for setting up authentication and permissions correctly<\/li>\n\n\n\n<li>Dependency on remote system availability for getting work done<\/li>\n\n\n\n<li>Potential for accidental changes to production systems<\/li>\n\n\n\n<li>Need for ongoing maintenance of access credentials and permissions<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Top Strategies to Get the Most Out of Claude Code Remote Control<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Start with read-only operations before write operations<\/strong><\/h3>\n\n\n\n<p>The safest way to build confidence is starting with commands that only read information. Check logs, view files, and monitor processes before you start running commands that modify systems. This builds familiarity without risk.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Use dedicated remote systems for development<\/strong><\/h3>\n\n\n\n<p>Never practice or experiment on production systems. Set up dedicated development or staging servers where mistakes have no serious consequences. Move to production only when processes are proven and tested.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Implement proper access controls from the beginning<\/strong><\/h3>\n\n\n\n<p>Decide who can access which systems and what they can do there. Use SSH keys instead of passwords. Rotate credentials regularly. Log all access. These habits prevent security problems before they start.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Keep detailed logs of all remote operations<\/strong><\/h3>\n\n\n\n<p>Every command executed remotely should be logged with a timestamp and the user who ran it. These logs help you troubleshoot problems, understand what changed when, and maintain compliance with security policies.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Test connection recovery before you need it<\/strong><\/h3>\n\n\n\n<p>Deliberately disconnect and reconnect to see how your setup handles it. Can you resume work? Do running processes continue? Knowing this before a real network issue occurs saves stress and lost work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. Document your remote systems and access procedures<\/strong><\/h3>\n\n\n\n<p>Write down which systems exist, what they are for, how to access them, and who has permissions. This documentation becomes critical when team members leave, systems change, or emergencies require quick access.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. Plan for the remote system being unavailable<\/strong><\/h3>\n\n\n\n<p>Decide what happens when a remote system goes down or becomes unreachable. Have backup systems if the work is critical. Know how to switch to local development if remote access fails. Resilience means planning for failure.<\/p>\n\n\n\n<p>Decide what happens when the agent produces a wrong result, a delayed result, or no result. Have a fallback process. Healthcare workflows cannot simply stop because a system is down or wrong. Build resilience from day one.<\/p>\n\n\n\n<p>If you want to learn more about building multi-agent systems, do not miss the chance to enroll in HCL GUVI&#8217;s <strong>Intel &amp; IITM Pravartak Certified <\/strong><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=using-claude-code-remote-control\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Artificial Intelligence &amp; Machine Learning course<\/strong><\/a><strong>. <\/strong>Endorsed with <strong>Intel certification<\/strong>, this course adds a globally recognized credential to your resume, a powerful edge that sets you apart in the competitive AI job market.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Claude Code remote control is a powerful way to manage systems and code from anywhere. When set up securely with proper authentication, logging, and access controls, it saves time and removes barriers that would otherwise slow down development work.<\/p>\n\n\n\n<p>The developers who benefit most are those who identify specific tasks where remote execution makes sense, configure it properly, and build reliable processes around it. Start with simple, low-risk tasks on development systems before moving to anything critical.<\/p>\n\n\n\n<p>Used well, remote control eliminates friction and enables flexible workflows. Used carelessly, it creates security vulnerabilities. The difference lies entirely in how thoughtfully you set it up and maintain it over time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1776109780861\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. Is Claude Code remote control secure?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Security depends on your configuration. Using SSH with key-based authentication, proper permissions, and audit logs creates a secure setup. Sharing passwords or allowing unrestricted access creates vulnerabilities.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776109787839\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. What happens if my internet connection drops?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Processes running on the remote system continue executing even when you lose connection. When you reconnect, you can check status and resume where you left off.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776109801207\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">3. <strong>Can multiple people use Claude Code to control the same remote system?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, but each person needs their own authentication credentials. The system should track who executed which commands to avoid conflicts when multiple people work simultaneously.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776109830429\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">4. <strong>How do I know what Claude Code is doing on the remote system?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Logging shows every command executed and its results. Most setups also stream command output back to your local terminal in real-time so you see what is happening.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776109870155\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. Where should I start with remote control?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Begin with a non-critical development server and simple read-only tasks. Practice connecting and running basic commands. Once comfortable, gradually add more complex tasks and additional systems.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Picture this: You are working on a coding project late at night. You need to run tests, check logs, and deploy changes to a server across town. Instead of driving there or setting up complex VPN connections, you simply send commands from your laptop and watch everything happen remotely. That is the power of remote [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":107023,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"38","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Claude-Code-remote-control-300x112.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Claude-Code-remote-control.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106923"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=106923"}],"version-history":[{"count":3,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106923\/revisions"}],"predecessor-version":[{"id":107025,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106923\/revisions\/107025"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/107023"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=106923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=106923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=106923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}