CLI Overview
The A24Z CLI is your primary interface for configuring and managing AI coding agent observability.Installation
Quick Reference
| Command | Description |
|---|---|
a24z login | Authenticate with A24Z |
a24z install [tool] | Install observability hooks |
a24z status | Check configuration status |
a24z org list | List your organizations |
a24z org switch | Switch organizations |
a24z org current | Show active organization |
a24z --help | Show all commands |
a24z --version | Show CLI version |
Command Categories
Authentication
Login and logout commands
Installation
Install tool integrations
Organizations
Manage organizations
Status
Check configuration
Configuration
Configure CLI settings
Help & Support
Get help and troubleshooting
Global Options
All commands support these global options:Common Workflows
Initial Setup
Daily Usage
Organization Management
Exit Codes
The CLI uses standard exit codes:| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error |
| 2 | Authentication error |
| 3 | Configuration error |
| 4 | Network error |
| 5 | Installation error |
Configuration
The CLI stores configuration in~/.a24z/config.json.
See Configuration Guide for details.
Debugging
Enable debug mode for troubleshooting:--debug flag:
Getting Help
Built-in Help
Documentation
- Full Documentation: docs.a24z.ai
- Troubleshooting: /troubleshooting
- FAQ: /faq
Support
- Email: [email protected]
- Community: Slack Community
- GitHub Issues: github.com/brandonin/observability