<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Swytchcode Blog</title>
    <link>https://www.swytchcode.com/blogs</link>
    <description>Guides, product updates, and lessons from the team building the CLI execution runtime for AI-native API integrations.</description>
    <language>en-us</language>
    <atom:link href="https://www.swytchcode.com/blogs/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>&quot;swy exec&quot; Explained: Inputs, Outputs, and Exit Codes</title>
      <link>https://www.swytchcode.com/blogs/swy-exec-explained-inputs-outputs-and-exit-codes</link>
      <guid>https://www.swytchcode.com/blogs/swy-exec-explained-inputs-outputs-and-exit-codes</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:49 GMT</pubDate>
      <description>How swy exec works: the single execution path for running Swytchcode tools, either by canonical ID or by plain-English intent.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>How to Set Up Policy Guardrails for AI Agents with Swytchcode</title>
      <link>https://www.swytchcode.com/blogs/how-to-set-up-policy-guardrails-for-ai-agents-with-swytchcode</link>
      <guid>https://www.swytchcode.com/blogs/how-to-set-up-policy-guardrails-for-ai-agents-with-swytchcode</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:38 GMT</pubDate>
      <description>How to use Swytchcode&apos;s guard policies to control exactly what an AI agent is allowed to execute, enforced before any request leaves your machine.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>tooling.json, manifest.json, and policies.json Explained: Swytchcode&apos;s Config Files</title>
      <link>https://www.swytchcode.com/blogs/tooling-json-manifest-json-and-policies-json-explained-swytchcode-s-config-files</link>
      <guid>https://www.swytchcode.com/blogs/tooling-json-manifest-json-and-policies-json-explained-swytchcode-s-config-files</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:30 GMT</pubDate>
      <description>What tooling.json, manifest.json, and policies.json actually do in a Swytchcode project, and which CLI commands read and write each one.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>How Swytchcode Retries Failed API Calls</title>
      <link>https://www.swytchcode.com/blogs/how-swytchcode-retries-failed-api-calls</link>
      <guid>https://www.swytchcode.com/blogs/how-swytchcode-retries-failed-api-calls</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:21 GMT</pubDate>
      <description>A look at how Swytchcode automatically retries failed API calls with backoff, and why that retry logic is safe by default instead of risky.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Idempotency Explained: How Swytchcode Prevents Duplicate Charges and Duplicate Emails</title>
      <link>https://www.swytchcode.com/blogs/idempotency-explained-how-swytchcode-prevents-duplicate-charges-and-duplicate-emails</link>
      <guid>https://www.swytchcode.com/blogs/idempotency-explained-how-swytchcode-prevents-duplicate-charges-and-duplicate-emails</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:12 GMT</pubDate>
      <description>Idempotency stops a retried API call from repeating its side effect. Here&apos;s what that means and how Swytchcode applies it automatically to every tool call.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>What Is an Execution Layer? Why AI Agents Need One</title>
      <link>https://www.swytchcode.com/blogs/what-is-an-execution-layer-why-ai-agents-need-one</link>
      <guid>https://www.swytchcode.com/blogs/what-is-an-execution-layer-why-ai-agents-need-one</guid>
      <pubDate>Mon, 24 Aug 2026 14:27:01 GMT</pubDate>
      <description>An execution layer sits between an AI agent and real APIs, handling authentication, retries, and policy checks. Here&apos;s what that means and why it matters.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Connect Swytchcode to LangGraph: Setup Guide and Example</title>
      <link>https://www.swytchcode.com/blogs/connect-swytchcode-to-langgraph-setup-guide-and-example</link>
      <guid>https://www.swytchcode.com/blogs/connect-swytchcode-to-langgraph-setup-guide-and-example</guid>
      <pubDate>Mon, 24 Aug 2026 14:26:48 GMT</pubDate>
      <description>Connect Swytchcode to LangGraph so your stateful agent workflows can safely call real APIs, with authentication, retries, and policy checks built in.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Connect Swytchcode to the Anthropic SDK: Setup Guide and Example</title>
      <link>https://www.swytchcode.com/blogs/connect-swytchcode-to-the-anthropic-sdk-setup-guide-and-example</link>
      <guid>https://www.swytchcode.com/blogs/connect-swytchcode-to-the-anthropic-sdk-setup-guide-and-example</guid>
      <pubDate>Mon, 24 Aug 2026 14:26:31 GMT</pubDate>
      <description>Connect Swytchcode to the Anthropic SDK so Claude can safely call real APIs in your application. Full setup steps and a working code example.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Connect Swytchcode to the OpenAI Agents SDK: Setup Guide and Example</title>
      <link>https://www.swytchcode.com/blogs/connect-swytchcode-to-the-openai-agents-sdk-setup-guide-and-example</link>
      <guid>https://www.swytchcode.com/blogs/connect-swytchcode-to-the-openai-agents-sdk-setup-guide-and-example</guid>
      <pubDate>Mon, 24 Aug 2026 14:25:59 GMT</pubDate>
      <description>Connect Swytchcode to the OpenAI Agents SDK so your agent can safely call real APIs, with authentication, retries, and policy checks handled automatically.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>How to Connect Swytchcode to OpenClaw: Setup Guide</title>
      <link>https://www.swytchcode.com/blogs/how-to-connect-swytchcode-to-openclaw-setup-guide</link>
      <guid>https://www.swytchcode.com/blogs/how-to-connect-swytchcode-to-openclaw-setup-guide</guid>
      <pubDate>Fri, 21 Aug 2026 04:59:59 GMT</pubDate>
      <description>Learn how to connect Swytchcode to OpenClaw so your AI assistant can safely call real APIs, plus a real working multi-API onboarding demo built with HubSpot, Stripe, and Resend.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>How to Connect Swytchcode MCP Server: Setup Guide for Cursor, Claude Code, Windsurf &amp; More</title>
      <link>https://www.swytchcode.com/blogs/how-to-connect-swytchcode-mcp-server-setup-guide-for-cursor-claude-code-windsurf-and-more</link>
      <guid>https://www.swytchcode.com/blogs/how-to-connect-swytchcode-mcp-server-setup-guide-for-cursor-claude-code-windsurf-and-more</guid>
      <pubDate>Fri, 21 Aug 2026 04:34:48 GMT</pubDate>
      <description>Learn how to connect the Swytchcode MCP server to Cursor, Claude Code, Windsurf, Copilot, and other AI editors, with exact setup commands, verification steps, and fixes for common connection issues.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Different Ways to Use Swytchcode: CLI, MCP, and SDK Guide</title>
      <link>https://www.swytchcode.com/blogs/different-ways-to-use-swytchcode-cli-mcp-and-sdk-guide</link>
      <guid>https://www.swytchcode.com/blogs/different-ways-to-use-swytchcode-cli-mcp-and-sdk-guide</guid>
      <pubDate>Fri, 21 Aug 2026 04:17:56 GMT</pubDate>
      <description>Swytchcode can be used through the CLI, MCP, or native SDKs. This guide breaks down each method with setup steps, code examples, and guidance on which one fits your workflow.</description>
      <author>Chaitrali Kakde</author>
    </item>
    <item>
      <title>Why Your AI Agent Breaks in Production: 7 Silent Failures Nobody Warns You About</title>
      <link>https://www.swytchcode.com/blogs/why-your-ai-agent-breaks-in-production-7-silent-failures-nobody-warns-you-about</link>
      <guid>https://www.swytchcode.com/blogs/why-your-ai-agent-breaks-in-production-7-silent-failures-nobody-warns-you-about</guid>
      <pubDate>Thu, 20 Aug 2026 05:39:06 GMT</pubDate>
      <description>AI agents can look flawless in testing but fail in production. From API errors and rate limits to authentication, schema validation, retries, and duplicate requests, here are 7 silent failures that can break your AI agent.</description>
      <author>Swytchcode Team</author>
    </item>
    <item>
      <title>How to build a Github AI Agent</title>
      <link>https://www.swytchcode.com/blogs/how-to-build-a-github-ai-agent</link>
      <guid>https://www.swytchcode.com/blogs/how-to-build-a-github-ai-agent</guid>
      <pubDate>Sun, 16 Aug 2026 12:28:02 GMT</pubDate>
      <description>Explore about how you can build a github AI Agent bot with swytchcode cli </description>
      <author>Chaitrali Kakde</author>
    </item>
  </channel>
</rss>