APIDOG April Updates: AI Agent Debugger, A2A Debugger, and Easier Postman Migration

April is all about making AI Agent development easier to inspect. This update introduces AI Agent Debugger, A2A Debugger, Postman API import for workspace migration, Ask AI in the docs sidebar, and custom AI model provider support.

Sharki

Sharki

30 April 2026

APIDOG April Updates: AI Agent Debugger, A2A Debugger, and Easier Postman Migration

Apidog for Enterprise

On-Premises Deploy

SSO & RBAC

SOC 2 Compliant

Explore Apidog Enterprise

April's release is mostly about one thing: making AI Agent development easier to inspect.

If you are building agents, you already know the hard part is not always the final answer. It is everything that happened before the answer showed up. What did the agent think the user wanted? Which tool did it call? What came back from that tool? Did the prompt fail, or did the business logic fail?

This month, Apidog adds new tools for that kind of work: AI Agent Debugger, A2A Debugger, Postman API import for larger migrations, a better Ask AI experience in published docs, and custom model providers.

Here is what changed👇

⭐ New Updates

🔥 AI Agent Debugger: Inspect the Full Agent Run

Apidog has supported visual debugging for SSE endpoints for a while. That has been useful for streaming model responses, progress updates, real-time notifications, and other event-driven APIs.

But agent debugging needs more than a stream viewer.

A model response only tells you where the agent ended up. It does not tell you how it got there. In real projects, you often need to see the steps in between: the conversation turns, model calls, MCP tool calls, custom Skill execution, tool results, and final output.

ai-agent-debugger.gif

The new AI Agent Debugger is built for that.

Instead of checking only the final response, you can follow the agent's execution path inside Apidog. Each round of conversation, model call, MCP tool invocation, Skill run, and final result is recorded in one place.

That makes it much easier to answer practical debugging questions:

Agent systems can get messy quickly. This gives teams a cleaner way to see what actually happened.

🤝 A2A Debugger: Test Agent-to-Agent Communication

Multi-agent systems are becoming more common. Once agents start working together, you need a reliable way to check whether they can pass tasks, exchange messages, and return results correctly.

Apidog now supports debugging for Google's A2A, or Agent-to-Agent, protocol.

A2A.gif

You can send A2A requests directly, inspect request parameters, check responses, and verify the result of the interaction. This helps teams test agent-to-agent communication without jumping between separate tools or reading raw protocol details by hand.

The difference between the two new debugging tools is simple:

Most teams working on agents will need both sooner or later.

📦 Import Postman Data Through the Postman API

Postman migration now has a better option for larger teams.

Apidog already supported importing local Postman files. Now you can also import Workspaces, Collections, and Environments through the Postman API.

Apidog-02.gif

This is designed for bulk migration when creating new projects. In practice, it is closer to moving an entire Postman Workspace into Apidog. If your Postman account has multiple Workspaces, Apidog will create corresponding projects after import.

That means fewer local export, upload, and cleanup steps. For small imports, local files still work. For larger workspace migrations, the API route should be much less tedious.

🔄 Git Support for Apidog Project Files

Git import and backup now support Apidog project files.

Before this update, Git-based workflows mainly focused on OpenAPI files. Now, teams can select an Apidog project file from a connected Git repository and import it into Apidog. They can also back up an Apidog project file to Git, keeping a project copy inside their existing repository workflow.

This reduces local export and upload steps, especially for teams that already store API-related assets in Git. OpenAPI files are still best for API specifications, while Apidog project files are useful for full project import and backup.

📄 Ask AI in Published Docs Now Opens in the Sidebar

Ask AI in published documentation now works in a sidebar.

Apidog-01.gif

Readers can keep the current document open while asking questions about it. That sounds like a small UI change, but it removes a lot of back-and-forth. You can read the API docs, ask a question, follow up, and still keep your place in the page.

It is especially useful for longer docs, where the answer may be somewhere in the page but not easy to find quickly.

🧠 Custom AI Model Providers

Teams can also connect custom providers with a custom Base URL. If your company already uses a self-hosted model service or an internal model gateway, you can bring that setup into Apidog instead of switching tools every time you need to debug an AI-related workflow.

🐞 Bug Fixes and Smaller Improvements

We also shipped a number of fixes and quality-of-life updates this month:

🌟 What This Means

April is a practical release for teams building AI Agent products.

AI Agent Debugger helps you inspect a single agent run. A2A Debugger helps you test communication between agents. Postman API import makes migration less painful. The Ask AI sidebar makes published docs easier to use. Custom model providers give teams more control over their AI setup.

None of this is flashy for the sake of being flashy. It is the kind of tooling you start wanting once agent development moves from demos into real projects.

💬 Join the Conversation

Connect with fellow API engineers and the Apidog team:

P.S. For the full details on all updates, check the Apidog Changelog!

Best Regards,
The Apidog Team

Explore more

APIDOG May Updates: Smarter Postman Migration, Auth Security Controls, and Non-Root Runner

APIDOG May Updates: Smarter Postman Migration, Auth Security Controls, and Non-Root Runner

May updates bring smarter Postman import cleanup, Auth Security controls, Spec-First Mode without Git setup, non-root Runner support, and more reliable request sharing, testing, and Mock workflows.

28 May 2026

From APIs to AI Agents: Visual Debugging with Apidog MCP Client

From APIs to AI Agents: Visual Debugging with Apidog MCP Client

Debugging MCP Servers has been a black-box experience — until now. Apidog MCP Client brings visual debugging to the Model Context Protocol, with support for STDIO, Streamable HTTP, and auto OAuth 2.0 config. Debug AI agents as easily as traditional APIs.

27 February 2026

Scale with Test Suites: High-performance organization for automated API testing

Scale with Test Suites: High-performance organization for automated API testing

Apidog introduces Test Suites with dynamic rule-based test routing, parallel execution, and structured reports — bringing flexible, scalable organization to automated API testing.

26 February 2026

Practice API Design-first in Apidog

Discover an easier way to build and use APIs