Track your AI agent telemetry in 6 simple steps
Create your free Arden account to start tracking your AI agent telemetry.
Install the Arden CLI tool to start sending telemetry data from your agents.
npm install -g arden
yarn global add arden
pnpm add -g arden
Enable automatic usage tracking when Claude Code completes coding tasks in your projects.
Run this command to automatically configure Claude Code hooks:
arden claude install
This will automatically configure both Stop
and SubagentStop
hooks in your ~/.claude/settings.json
file.
With Claude Code hooks, events are automatically sent when Claude completes coding sessions. Alternatively, you can send events manually using the CLI commands shown in the next step.
cat ~/.claude/settings.json
Verify that both Stop and SubagentStop hooks are configured. After using Claude Code, you can check for events with:
arden agents list | grep A-CLAUDECODE
Set up your user credentials to connect the CLI to your Arden account.
Visit your account settings to find your User ID.
arden config --set user_id=YOUR_USER_ID
Test your setup by sending a sample telemetry event.
arden events send --agent YOUR_AGENT_ID
You can also include additional data:
arden events send --agent YOUR_AGENT_ID action=test status=complete
Log in to your dashboard to see real-time analytics and insights.
Join the Arden community and start tracking your AI agent telemetry today.
Get Started Now