Skip to main content

a24z status

Check the status of your A24Z installation and configuration.

Usage

a24z status

Example Output

✅ A24Z CLI is properly configured
✅ Authentication: Valid ([email protected])
✅ Organization: Acme Corp
✅ Claude Code: Hooks installed
✅ API Connection: Healthy (23ms)
✅ Last event: 2 minutes ago

Status Checks

The command verifies:
  1. CLI Configuration - Config file exists and is valid
  2. Authentication - API key is valid and not expired
  3. Organization - Organization access is confirmed
  4. Tool Hooks - Installed tools are detected
  5. API Connection - Can reach A24Z API
  6. Recent Activity - Recent events are being received

Troubleshooting

If any check fails, see Troubleshooting for solutions.

Options

--verbose

Show detailed information:
a24z status --verbose

--json

Output status as JSON:
a24z status --json

Next Steps

  • If status is good: Start using your AI tools
  • If issues found: See Troubleshooting
  • For help: Run a24z --help