Skip to content

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

  1. The wizard starts a temporary local server
  2. Opens https://axonpush.xyz/wizard-auth in your browser
  3. You log in (or are already logged in) and select an organization
  4. Click "Generate API Key" then "Send to Wizard"
  5. The browser sends the credentials back to the wizard automatically
  6. 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 manually

The 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 .env file (make sure it's in .gitignore)