AI agents: see /llms.txt for a full index of this site, or /llms-full.txt for concatenated documentation.

Workshop Docs

Enterprise control plane for Santa. Manage rules, approvals, telemetry, and policies across your macOS fleet.

Workshop Docs
View chapters on this page

RPC Log

The RPC Log records every API request the web UI makes during your browser session, so you can inspect exactly what the UI sends and replay any call from the command line. It’s an advanced/debugging tool, hidden behind Developer Mode.

Enabling it

Open the user menu (your avatar, top right) and turn on Developer Mode. An RPCs button appears in the header. Turning Developer Mode off hides the button and discards the captured log.

Using it

Click RPCs to open the log. Each entry shows the method name, status, and duration; expand one to see:

  • the request and response bodies as a color-coded JSON tree
  • Copy as cURL — copies the request as a ready-to-run curl command

The copied command uses a placeholder API key (npsws_sk_API_KEY_HERE) rather than your session credentials — replace it with your own API key before running. See the API overview for the request format.