Live Agent Analytics inside a Paperclip company workspace.
The plugin adds a live page, dashboard widget, sidebar entry, and settings page so operators can see current traffic without leaving Paperclip.
The important setup rule is that this is a multi-company plugin: each Paperclip company keeps its own plugin configuration and chooses its own Agent Analytics project.
Docs:
- In Paperclip, open
Settings->Plugins. - Click
Install Plugin. - Install this package:
@agent-analytics/paperclip-live-analytics-plugin
- Open the plugin
Configurepage. - If the account is not set up yet, use the Paperclip setup task shown in the plugin help panel or the docs guide first.
- Log in with your existing Agent Analytics account in the browser.
- In that company workspace, choose the Agent Analytics project from the plugin settings page.
- Open the company live page from the sidebar.
If you run multiple Paperclip companies, repeat those steps in each company workspace. The selected project is per company, not a single global plugin setting for the whole Paperclip instance.
- An existing Agent Analytics account with live-read access
- A Paperclip instance with plugin support
First-time Agent Analytics setup for Paperclip should be driven by the Paperclip task flow in the docs guide, not by this login popup:
Set up Agent Analytics for your Paperclip company
page: company-level live map and evidence viewdashboardWidget: compact live status summarysidebar: left-nav entry that opens the live pagesettingsPage: existing-account browser login, per-company project selection, Paperclip setup help, and advanced plugin settings- Worker-owned auth,
/livepolling,/streamfan-out, and company-scoped cache/state
npx paperclipai plugin install @agent-analytics/paperclip-live-analytics-pluginAfter install, finish connection and choose the Agent Analytics project from the plugin settings page for that company workspace.
cd paperclip-live-analytics-plugin
npm test
npm run build
npm packnpm testexercises the worker/shared logic.npm run buildproduces the Paperclip worker, manifest, and UI bundle.
cd paperclip-live-analytics-plugin
npm install
npm test
npm run build
npm publish --access publicThe package is configured for public scoped npm publishing.
src/worker/: auth, live polling, stream fan-out, and company-scoped statesrc/ui/: page, widget, and settings UIsrc/paperclip/: Paperclip-specific manifest and entrypointsdocs/: operator and maintainer notes
