Sign Up & Login

AgileBuilder account registration and login guide

Overview

This guide covers how to sign up for an AgileBuilder account and log in.


Creating an Account

Method 1: Email Registration

  1. Visit AgileBuilder Website
  2. Click Sign Up
  3. Select Email Registration
  4. Enter your email address and password
  5. Click Send Verification Code
  6. Enter the verification code from your email
  7. Complete registration

Email Registration

Method 2: Third-Party Login

We support the following third-party providers:

ProviderDescription
GitHubSign in with your GitHub account
GoogleSign in with your Google account

Click the corresponding button and authorize to complete registration and login.


Logging In

CLI Login

# Interactive login
agilebuilder login

# Login with specified email
agilebuilder login --email your@email.com

After logging in, the CLI saves your authentication information for subsequent use.

Console Login

  1. Visit AgileBuilder Console
  2. Click Log In
  3. Choose your login method
  4. Complete the login process

Login Status

Check Login Status

agilebuilder status

Log Out

agilebuilder logout

Account Security

Set a Strong Password

  • At least 8 characters
  • Include uppercase and lowercase letters
  • Include numbers
  • Include special characters

Enable Two-Factor Authentication (Coming Soon)

This security feature is coming soon.


FAQ

Q: Didn't receive the verification code?

  • Check your spam folder
  • Make sure your email address is correct
  • Try again later or contact support

Q: Forgot your password?

  1. Click Forgot Password on the login page
  2. Enter your registered email
  3. Follow the instructions in the reset email

Q: GitHub authorization failed?

  • Make sure your GitHub account has a verified email
  • Try clearing your browser cache and try again
  • Contact support

Next Steps