Hellyeah

Account & Access

How sign-in, local credentials, trackers, and API keys fit together.

Hellyeah uses one account across the SDK (CLI + X-Ray) and AIMA.

CLI sign-in

Install the CLI, then sign in:

hellyeah auth login

The command opens your browser for Hellyeah sign-in and stores local credentials under ~/.config/hellyeah/. Check the active account with:

hellyeah auth whoami

AIMA access

AIMA runs on WhatsApp. Message AIMA from the phone number tied to your Hellyeah account and it recognizes you. Campaigns, wallet balance, business profile, and X-Ray trackers are shared between the SDK and AIMA: top up in chat, list campaigns from the CLI, and you see both.

Message AIMA on WhatsApp at +1 (480) 864-0862.

Tracker IDs

Tracker IDs come from the Hellyeah CLI:

hellyeah tracker create --domain acme.com --yes
hellyeah tracker list

Use the returned trackerId as the websiteId when installing the X-Ray SDK.

API keys

Browser collection endpoints do not need API keys. Protected X-Ray query endpoints use an sk_xray_ API key in the x-api-key header. Use the CLI to manage trackers first; reach for API keys only when you are querying analytics directly from your own backend.

Next

  • CLI: install the CLI and connect your coding agent
  • Tracking: provision X-Ray for a website
  • Billing & Safety: wallets, approvals, refunds, and privacy

On this page