AI Agent Observability CLI - Monitor and analyze your AI tool performance

Monitor and analyze your Claude Code AI tool performance with comprehensive observability.
a24z provides real-time insights into your AI tool usage, helping you understand performance, optimize prompts, and track success rates across your organization.
``bash`
npm install -g a24z
`bash`
a24z init
That's it! Your tools are now being monitored. View your dashboard at a24z.ai.
- One-Command Installation: Get up and running with just a24z init
- Supports multiple CLIs: Currently Supports Claude Code, Gemini CLI, and Codex
- Real-time Dashboard: Live monitoring of all tool executions
- Performance Analytics: Success rates, execution times, and trends
- Tool Insights: Per-tool performance analysis and optimization suggestions
- Secure: Enterprise-grade authentication and data protection
- Zero Configuration: Works out of the box with sensible defaults
- Robust Hook System: Supports all hook types
Logins in and configures a24z fully.
`bash`
a24z init
Installs a24z observability hooks for your tool.
`bash`
a24z install claude-code
Authenticate with a24z.
`bash`
a24z login
Remove a24z.
`bash`
a24z uninstall claude-code
What it does:
- 🗑️ Removes hook scripts
- ⚙️ Cleans up Settings settings
- 🔄 Restores original configuration
Internal command that processes hook payloads from stdin and sends them to a24z.
`bash`
a24z hook claude-code
Purpose:
- Sends data to a24z backend for analysis
- Fire-and-forget operation - doesn't block tool execution
- Supports all hook types
Note: This command is called automatically by Claude Code hooks and should not be used directly by users.
a24z configures direct CLI integration with Claude Code's native hook system:
`json`
{
"hooks": {
"SessionStart": [{
"matcher": "*",
"hooks": [{ "type": "command", "command": "a24z hook claude-code" }]
}],
"SessionEnd": [{
"matcher": "*",
"hooks": [{ "type": "command", "command": "a24z hook claude-code" }]
}]
}
}
Data is sent to the a24z platform where it's processed to provide:
- Performance dashboards
- Success rate analytics
- Tool usage patterns
- Optimization recommendations
The CLI now supports installing and managing multiple AI coding tools simultaneously. You can install multiple tools and they will all be configured to send telemetry data:
`bashInstall multiple tools
a24z install claude-code
a24z install gemini-cli
a24z install codex
$3
- A24Z Config:
~/.a24z/settings.json (main configuration)
- Claude Settings: ~/.claude/settings.json
- Gemini Settings: ~/.gemini/settings.json
- Codex Config: ~/.codex/config.toml`- Dashboard: app.a24z.ai
- Documentation: docs.a24z.ai
- Context Engine a24z Memory
---
Transform your AI development workflow with comprehensive observability.