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
- Go to my.happ.tools and click Sign Up
- Enter your email address and choose a password
- Check your inbox for a verification email
- Click the verification link to activate your account
Phone Number
- Click Sign Up with Phone
- Enter your phone number
- You'll receive a verification code via SMS or Telegram
- Enter the code to complete registration
- Click Sign Up with Google
- Select your Google account
- Your account is created using your Google profile
Telegram
- Click Sign Up with Telegram
- Authorize through Telegram
- 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
- Click Forgot Password on the sign-in page
- Enter your email address
- Check your inbox for a reset link
- 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:
- Go to Settings > Team
- Click Invite Member
- Enter the email address of the person you want to invite
- 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:
- Click the company name in the sidebar
- Select the company you want to switch to
- 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_hereSee the API Reference for full details on API authentication.