Skip to main content

Access H2O Workflows

To use H2O Workflows, you need access to an H2O AI Cloud (HAIC) environment. Workflows runs as a platform component within HAIC.

Prerequisites

  • An H2O AI Cloud account with access to a workspace.
  • A supported web browser (Chrome, Firefox, Edge, or Safari).

Log in to H2O AI Cloud

  1. Open H2O AI Cloud

    Open your organization's H2O AI Cloud URL in a browser.

  2. Sign in

    Sign in with your credentials (SSO or local account, depending on your organization's configuration).

  3. Reach the platform dashboard

    After login, you land on the HAIC platform dashboard.

  1. Locate the Workflows component

    From the HAIC dashboard, locate the Workflows component.

  2. Select your workspace

    Select your target workspace — workflows are scoped to workspaces.

  3. Start managing workflows

    You can now create, view, and manage workflows within that workspace.

Using the Python SDK

You can also interact with H2O Workflows programmatically using the Python SDK. Install it with:

pip install h2o-workflows

See the API Reference for details on available SDK methods.

Next steps


Feedback