---
title: "RPC Log - Workshop Docs"
description: "RPC Log - Enterprise control plane for Santa. Manage rules, approvals, telemetry, and policies across your macOS fleet."
doc_version: "1"
last_updated: "2026-06-23"
canonical: "https://northpole.security/docs/workshop/api/rpc-log"
---
# 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](./api-keys) before running. See the [API overview](.) for the request format.

## Sitemap

- [Home](https://northpole.security/index.md)
- [Workshop](https://northpole.security/workshop.md)
- [Santa](https://northpole.security/santa.md)
- [Features](https://northpole.security/features.md)
- [Cookbook](https://northpole.security/cookbook.md)
- [Docs](https://northpole.security/docs.md)
- [Blog](https://northpole.security/blog.md)
- [Glossary](https://northpole.security/glossary.md)
- [About](https://northpole.security/about.md)
- [Contact](https://northpole.security/contact.md)
