Happ Docs

Account Management

Sign up, verify your account, manage your profile, and invite team members

Registration

Create a Happ account using one of these methods:

Email & Password

  1. Go to my.happ.tools and click Sign Up
  2. Enter your email address and choose a password
  3. Check your inbox for a verification email
  4. Click the verification link to activate your account

Phone Number

  1. Click Sign Up with Phone
  2. Enter your phone number
  3. You'll receive a verification code via SMS or Telegram
  4. Enter the code to complete registration

Google

  1. Click Sign Up with Google
  2. Select your Google account
  3. Your account is created using your Google profile

Telegram

  1. Click Sign Up with Telegram
  2. Authorize through Telegram
  3. Your account is created using your Telegram profile

Signing In

Sign in at my.happ.tools using the method you registered with.

The platform uses secure JWT-based authentication. Your session remains active, and tokens are refreshed automatically.

Password Reset

  1. Click Forgot Password on the sign-in page
  2. Enter your email address
  3. Check your inbox for a reset link
  4. Follow the link and set a new password

Profile Settings

Access your profile settings from the user menu in the top-right corner:

  • Name — Your display name
  • Email — Your account email
  • Language — Interface language preference
  • Notifications — Configure notification preferences

Team Members

Invite team members to your company workspace:

  1. Go to Settings > Team
  2. Click Invite Member
  3. Enter the email address of the person you want to invite
  4. They'll receive an invitation with a link to join your workspace

Team members can:

  • View and manage chats
  • Configure assistants
  • Manage integrations
  • Access analytics

Switching Companies

If you belong to multiple companies:

  1. Click the company name in the sidebar
  2. Select the company you want to switch to
  3. The dashboard updates to show that company's data

All data is isolated between companies — assistants, chats, integrations, and billing are company-specific. See Companies & Workspaces for more details.

Access Tokens

For API access, generate an access token in your account settings. Use it in API requests via the X-Access-Token header:

X-Access-Token: happ_your_token_here

See the API Reference for full details on API authentication.