a24z login
Authenticate with your A24Z account and store credentials locally.Usage
What It Does
- Opens your default browser
- Navigates to the A24Z authentication page
- Prompts you to log in or sign up
- Receives authentication token
- Stores token in
~/.a24z/config.json - Configures your default organization
Example
Authentication Flow
Configuration Stored
After successful login, these values are stored:Options
--org [name]
Specify organization during login:
--token [token]
Use a pre-existing API token (for automation):
--api-url [url]
Use a custom API endpoint (for enterprise deployments):
Troubleshooting
Browser Doesn’t Open
If the browser doesn’t open automatically:- Copy the URL shown in the terminal
- Open it manually in your browser
- Complete authentication
- Return to the terminal
Authentication Failed
If authentication fails:- Check your internet connection
- Verify your account exists at app.a24z.ai
- Try again with
a24z login - Contact support if the issue persists
Multiple Organizations
If you belong to multiple organizations, you’ll be prompted to choose:Security
Where Credentials Are Stored
Credentials are stored in:600).
Protecting Your Credentials
Revoking Access
To revoke access:- Go to app.a24z.ai/settings/api-keys
- Find your CLI key
- Click “Revoke”
- Run
a24z loginagain to get a new key
Re-authentication
To re-authenticate (e.g., after revoking a key):a24z login - it will overwrite existing credentials.
Automation
For CI/CD and automation, use token-based authentication:Next Steps
After logging in:1
Install Tool Hooks
2
Verify Configuration
3
Start Using Your Tools
Use Claude Code or other AI tools normally
4
View Your Dashboard
Visit app.a24z.ai
Related Commands
a24z org list- List all organizationsa24z org switch- Switch organizationsa24z status- Check authentication status