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
- Open your organization's H2O AI Cloud URL in a browser.
- Sign in with your credentials (SSO or local account, depending on your organization's configuration).
- After login, you land on the HAIC platform dashboard.
Navigate to Workflows
- From the HAIC dashboard, locate the Workflows component.
- Select your target workspace — workflows are scoped to workspaces.
- 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
- Submit and view feedback for this page
- Send feedback about H2O Workflows to cloud-feedback@h2o.ai