Getting Started

This guide assumes that you have h2osteam library installed and you can access the Enterprise Steam Web client. Please contact your administrator if you do not have access to the Web client.

Getting Personal Access Token

First, you will need to obtain a personal access token. This token will serve as your password when using the h2osteam library.

Login to Enterprise Steam and navigate to Configurations > Token

User Configuration

Click Generate New Token and save the token before closing the popup.

Personal Access Token

This token is only displayed once. When you generate a new token, the old one will become invalid.

Logging-in

To login using the h2osteam library you will need url, username and password.

  • url is the base url of Enterprise Steam Web Client including the port number. When used in browser, this URL will display the Enterprise Steam Web Client.

  • username is your regular username that you use to login to the Enterprise Steam Web Client.

  • password accepts Personal Access Token that we generated earlier.

import h2osteam
h2osteam.login(url="https://steam.h2o.ai:9555", username="user01", password="access-token-here")