Installation¶
CLI Installation¶
Install the aha command-line tool:
Verify the installation:
SDK Installation¶
Add the SDK to your Go project:
Requirements¶
- Go 1.21 or later
- An Aha! account with API access
- An API key from your Aha! account
Getting an API Key¶
- Log in to your Aha! account
- Go to Settings > Account > Personal
- Scroll to Developer section
- Click Generate API key
- Copy and save your API key securely
Keep your API key secure
Never commit your API key to version control. Use environment variables or a secure secrets manager.
Next Steps¶
- Configuration - Set up your credentials
- Quick Start - Run your first commands