<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>APXY Blog</title>
    <link>https://apxy.dev/blog</link>
    <description>Tutorials, insights, and guides on network debugging, API mocking, and AI-assisted development.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 16 Apr 2026 06:59:06 GMT</lastBuildDate>
    <atom:link href="https://apxy.dev/rss.xml" rel="self" type="application/rss+xml" />
  <item>
    <title>Why Your AI Coding Agent Needs Network Visibility</title>
    <link>https://apxy.dev/blog/why-your-ai-coding-agent-needs-network-visibility</link>
    <guid isPermaLink="true">https://apxy.dev/blog/why-your-ai-coding-agent-needs-network-visibility</guid>
    <description>AI coding agents are excellent at reading code. They cannot see the network. That gap is where most agent-assisted debugging sessions get stuck. Here is how to close it.</description>
    <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>ai-agents</category>
    <category>network-debugging</category>
    <category>cursor</category>
    <category>claude</category>
    <category>developer-tools</category>
  </item>
  <item>
    <title>Why Local-First API Tools Are Winning</title>
    <link>https://apxy.dev/blog/why-local-first-api-tools-are-winning</link>
    <guid isPermaLink="true">https://apxy.dev/blog/why-local-first-api-tools-are-winning</guid>
    <description>A wave of developers is moving away from cloud-hosted API tools. Pricing changes, data sovereignty concerns, and the rise of CLI-native workflows are driving a shift toward tools that live on your machine and sync through Git.</description>
    <pubDate>Wed, 17 Sep 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>local-first</category>
    <category>developer-tools</category>
    <category>insights</category>
    <category>privacy</category>
    <category>cli</category>
  </item>
  <item>
    <title>What is API Mocking? A Developer&apos;s Guide</title>
    <link>https://apxy.dev/blog/what-is-api-mocking</link>
    <guid isPermaLink="true">https://apxy.dev/blog/what-is-api-mocking</guid>
    <description>API mocking lets you simulate a real API without calling it. This guide explains what it is, why developers use it, when to mock vs when not to, and how to get started in under five minutes.</description>
    <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>api-mocking</category>
    <category>guide</category>
    <category>testing</category>
    <category>frontend</category>
    <category>development</category>
  </item>
  <item>
    <title>How to Validate API Contracts with OpenAPI and APXY</title>
    <link>https://apxy.dev/blog/validate-api-contracts-with-openapi-and-apxy</link>
    <guid isPermaLink="true">https://apxy.dev/blog/validate-api-contracts-with-openapi-and-apxy</guid>
    <description>Import an OpenAPI spec into APXY and validate your live traffic against it. Find requests your code sends that don&apos;t match the spec — before they become production bugs.</description>
    <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>openapi</category>
    <category>schema-validation</category>
    <category>guide</category>
    <category>api-testing</category>
    <category>quality</category>
  </item>
  <item>
    <title>Token Optimization: Fitting API Traffic into Your AI Agent&apos;s Context Window</title>
    <link>https://apxy.dev/blog/token-optimization-shrinking-api-traffic-for-ai-agent-context</link>
    <guid isPermaLink="true">https://apxy.dev/blog/token-optimization-shrinking-api-traffic-for-ai-agent-context</guid>
    <description>Raw HTTP traffic is verbose. A single request-response pair can consume thousands of tokens. APXY&apos;s output formats compress traffic by 60–90% while keeping the information your agent actually needs to diagnose issues.</description>
    <pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>token-optimization</category>
    <category>ai-agents</category>
    <category>guide</category>
    <category>context-window</category>
    <category>developer-tools</category>
  </item>
  <item>
    <title>The Real Cost of Flaky API Tests</title>
    <link>https://apxy.dev/blog/the-real-cost-of-flaky-api-tests</link>
    <guid isPermaLink="true">https://apxy.dev/blog/the-real-cost-of-flaky-api-tests</guid>
    <description>A test that sometimes passes and sometimes fails is not a test -- it is noise. Here is what flaky API tests actually cost your team, and what to do about it.</description>
    <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>api-testing</category>
    <category>ci-cd</category>
    <category>reliability</category>
    <category>insights</category>
    <category>developer-productivity</category>
  </item>
  <item>
    <title>Dynamic API Responses: Scripting with JavaScript in APXY</title>
    <link>https://apxy.dev/blog/scripting-api-responses-with-javascript-in-apxy</link>
    <guid isPermaLink="true">https://apxy.dev/blog/scripting-api-responses-with-javascript-in-apxy</guid>
    <description>Static mock rules return the same response every time. When you need to inject dynamic data, modify responses conditionally, or simulate real API behavior like rate limiting, APXY&apos;s JavaScript scripting engine handles it.</description>
    <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>scripting</category>
    <category>javascript</category>
    <category>advanced</category>
    <category>interceptors</category>
  </item>
  <item>
    <title>Record and Replay API Traffic for Regression Testing with APXY</title>
    <link>https://apxy.dev/blog/record-and-replay-api-traffic-for-regression-testing</link>
    <guid isPermaLink="true">https://apxy.dev/blog/record-and-replay-api-traffic-for-regression-testing</guid>
    <description>Record real API traffic once, convert it to mock rules, and replay those exact responses against future code changes. Catch regressions before they reach production without maintaining a live test environment.</description>
    <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>regression-testing</category>
    <category>record-replay</category>
    <category>api-testing</category>
    <category>automation</category>
  </item>
  <item>
    <title>HTTP Status Codes Explained for API Developers</title>
    <link>https://apxy.dev/blog/http-status-codes-explained</link>
    <guid isPermaLink="true">https://apxy.dev/blog/http-status-codes-explained</guid>
    <description>A practical reference to HTTP status codes for developers who build and debug APIs. What each code means, when APIs return it, and how to respond to it in your code.</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>http</category>
    <category>api</category>
    <category>guide</category>
    <category>debugging</category>
    <category>reference</category>
  </item>
  <item>
    <title>How to Mock a REST API in 5 Minutes with APXY</title>
    <link>https://apxy.dev/blog/how-to-mock-a-rest-api-in-5-minutes</link>
    <guid isPermaLink="true">https://apxy.dev/blog/how-to-mock-a-rest-api-in-5-minutes</guid>
    <description>Create a fully functional mock REST API in under five minutes. No code, no config files, no server to maintain. One command to install, one command to add a rule.</description>
    <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>api-mocking</category>
    <category>rest-api</category>
    <category>getting-started</category>
  </item>
  <item>
    <title>How to Debug a Failing API Call with APXY</title>
    <link>https://apxy.dev/blog/how-to-debug-a-failing-api-call-with-apxy</link>
    <guid isPermaLink="true">https://apxy.dev/blog/how-to-debug-a-failing-api-call-with-apxy</guid>
    <description>A step-by-step walkthrough of the capture-inspect-replay loop. Learn how to track down a failing HTTP request, understand exactly why it failed, and prove your fix worked.</description>
    <pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>debugging</category>
    <category>http</category>
    <category>proxy</category>
    <category>getting-started</category>
  </item>
  <item>
    <title>From Postman to Proxy: When API Testing Needs Network Evidence</title>
    <link>https://apxy.dev/blog/from-postman-to-proxy</link>
    <guid isPermaLink="true">https://apxy.dev/blog/from-postman-to-proxy</guid>
    <description>Postman is great for constructing requests manually. It does not tell you what your application actually sent. When the bug is between your code and the network, you need a proxy.</description>
    <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>postman</category>
    <category>api-testing</category>
    <category>debugging</category>
    <category>proxy</category>
    <category>developer-tools</category>
  </item>
  <item>
    <title>Debugging Webhooks Locally with APXY</title>
    <link>https://apxy.dev/blog/debugging-webhooks-locally</link>
    <guid isPermaLink="true">https://apxy.dev/blog/debugging-webhooks-locally</guid>
    <description>Webhooks are notoriously hard to debug locally. APXY lets you intercept incoming webhook payloads, inspect them in real time, replay them without retriggering the source, and mock the endpoint for automated testing.</description>
    <pubDate>Wed, 24 Dec 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>webhooks</category>
    <category>debugging</category>
    <category>stripe</category>
    <category>github</category>
  </item>
  <item>
    <title>How to Debug API Errors in CI/CD Pipelines with APXY</title>
    <link>https://apxy.dev/blog/debug-api-errors-in-ci-cd-pipelines</link>
    <guid isPermaLink="true">https://apxy.dev/blog/debug-api-errors-in-ci-cd-pipelines</guid>
    <description>API test failures in CI are notoriously hard to debug. You cannot reproduce the environment locally, logs are incomplete, and re-running the pipeline costs time. Running APXY alongside your test suite captures the exact traffic that caused the failure.</description>
    <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>ci-cd</category>
    <category>debugging</category>
    <category>testing</category>
    <category>automation</category>
  </item>
  <item>
    <title>How to Capture HTTPS Traffic from Cursor, Claude Code, and AI Coding Agents</title>
    <link>https://apxy.dev/blog/capturing-https-traffic-from-cursor-and-ai-agents</link>
    <guid isPermaLink="true">https://apxy.dev/blog/capturing-https-traffic-from-cursor-and-ai-agents</guid>
    <description>AI coding agents make real API calls behind the scenes. Here is how to route Cursor, Claude Code, and other AI tools through APXY so you can see exactly what they are sending and receiving.</description>
    <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>tutorial</category>
    <category>ai-agents</category>
    <category>cursor</category>
    <category>claude</category>
    <category>https</category>
    <category>getting-started</category>
  </item>
  <item>
    <title>APXY vs mitmproxy: When You Need More Than Interception</title>
    <link>https://apxy.dev/blog/apxy-vs-mitmproxy-when-you-need-mocking-too</link>
    <guid isPermaLink="true">https://apxy.dev/blog/apxy-vs-mitmproxy-when-you-need-mocking-too</guid>
    <description>mitmproxy is one of the best open-source tools for HTTPS interception. But it stops there. If you also need mocking, a Web UI, or a workflow built for AI-assisted development, the tool gap becomes real.</description>
    <pubDate>Wed, 26 Nov 2025 00:00:00 GMT</pubDate>
    <author>team@apxy.dev (APXY Team)</author>
    <category>comparison</category>
    <category>mitmproxy</category>
    <category>api-mocking</category>
    <category>proxy</category>
    <category>developer-tools</category>
  </item>
  </channel>
</rss>