Documentation

From zero to your Agentprint.

The Claude Code connector uses native OpenTelemetry export. There is no local service to keep running.

1. Sign in with GitHub

Sign in to claim a handle and import your public avatar and GitHub identity.

2. Install and connect

curl -sSf https://agentprint.dev/install.sh | sh
agentprint connect claude

The CLI starts a short-lived device flow. After approval, the installation token is stored in your operating system keychain and Claude Code's settings are updated with OTLP endpoints.

3. Build normally

Claude Code sends privacy-filtered usage metadata directly to Agentprint. Run agentprint doctor to verify the connection or agentprint disconnect to revoke it and restore your previous settings.

What crosses the wire

Included

  • session and event IDs
  • built-in tool categories and outcomes
  • token counts, model, cost, and duration
  • skill, MCP, approval, and compaction counts

Rejected

  • prompts and assistant responses
  • tool inputs and outputs
  • commands, code, and file paths
  • account identifiers and custom names

Learn more

Read the measurement methodology, Privacy Policy, and security model.