When you open Apidog, you may notice an ApidogAppAgent process running in the background on your computer.Why is this process needed?#
This process enables near-instant wake-up and interaction between the browser web app and the local desktop client. For example:When you open API online documentation or an API collaboration link shared by someone else in a browser
When you click the “Run in Apidog” feature in API documentation
In these cases, the process securely receives local protocol instructions, automatically wakes up your Apidog desktop client, and navigates precisely to the target location, avoiding the delay caused by manually cold-starting the main application.How it works and security notes#
Separating the “web wake-up/interaction logic” into an independent resident process is a common design pattern for modern high-performance desktop software.Industry-standard design reference
The design and development tool Figma uses the same architecture. Its desktop app also keeps an independent FigmaAgent process running in the background, which acts as a local agent dedicated to handling communication and launch actions between the web app and the desktop app. For details, see the Figma official guide: FigmaAgent section. Strict compliance with system standards
The ApidogAppAgent process strictly follows the official protocol-based wake-up mechanism provided by the operating system. It runs within the standard user permission domain and does not require, nor will it ever request, administrator (Root) privileges. The process runs securely only on the local loopback address (127.0.0.1 / localhost), strictly limits accepted local interaction instructions to those from officially trusted domains, is never exposed to the public network, and does not scan any local private files.
Because this process consumes very minimal resources, we recommend keeping it enabled by default for the complete collaboration experience.
How do I disable this process on macOS?#
Disable launch at startup: Open “System Settings -> General -> Login Items and Extensions,” then remove or disable ApidogAppAgent.
Disable the process: Open “System Settings -> Privacy & Security -> Automation” and uncheck ApidogAppAgent.