Browser Authentication
The wizard supports logging in via your browser for a seamless setup experience — no need to manually copy API keys.
How It Works
- The wizard starts a temporary local server
- Opens
https://axonpush.xyz/wizard-authin your browser - You log in (or are already logged in) and select an organization
- Click "Generate API Key" then "Send to Wizard"
- The browser sends the credentials back to the wizard automatically
- The wizard continues with integration
Usage
When prompted, select "Log in via browser":
? How would you like to authenticate?
❯ Log in via browser (recommended)
Enter API key manuallyThe wizard will open your browser and wait for authentication (timeout: 2 minutes).
Manual Fallback
If browser auth doesn't work (e.g., headless environment, SSH session), select "Enter API key manually" and paste your API key from the dashboard settings.
Security
- The local server listens only on
127.0.0.1(not exposed to the network) - The server shuts down immediately after receiving credentials
- API keys are stored in your project's
.envfile (make sure it's in.gitignore)