Skip to main content

Adopt bayes Sign in HyperAI

Prerequisite requirements

  • You must already have one HyperAI account number
  • Your HyperAI The account must be able to log in normally
  • bayes CLI The tool is already on your computer Correct installation

Log in with username and password

$ bayes login
enter one user name: username
Please enter username The password:
username Successfully logged in HyperAI

Switch to organization

If you have joined other organizations. It can also be done through bayes Switch to a specific organization for operation.

First, check the current list of organizations:

$ bayes org ls
ROLE ID NAME
MEMBER open-tutorials open-tutorials

Then switch to the organization open-tutorials:

$ bayes org switch open-tutorials
Successfully switched to organization open-tutorials

and HyperAI of Web Page similarity. When bayes After switching to a certain organization. The container it sees. The data warehouse and other information belong to the current organization rather than individuals.

By command bayes status You can see the organization you are currently in:

$ bayes status
Current environment: https://hyperai.com
Current organization: open-tutorials
user name: HyperAI
mailbox: xxx@HyperAI.com

If you want to switch back to your personal account. Then it can be used bayes org switch <username> To achieve.

Log out of the current account

$ bayes logout
Successfully logged out

CLI We will remember your current username information. Next login. Simply enter the password again:

$ bayes login
Please enter username The password:
username Successfully logged in HyperAI

If you wish to switch login accounts. Need to specify username when logging in:

$ bayes login herobcat
Please enter herobcat The password:
herobcat Successfully logged in HyperAI