Skip to main content

Project Creation

Before installing the Quanton Operator, you need an Onehouse account with Quanton access and a project configured in the console.

Create an Onehouse account

If you don't have an account yet, sign up at cloud.onehouse.ai. Contact Onehouse to enable Quanton access for your organization.

Create a project

  1. Log in to the Onehouse console.
  2. Navigate to your organization and click New Project.
  3. Give the project a name and select your cloud provider and region.
  4. Complete the setup wizard. This provisions the project and generates the credentials needed to install the operator.

Download your onehouse-values.yaml

The Quanton Operator is configured via a Helm values file that Onehouse generates for your project. This file contains your project credentials, control plane endpoints, mTLS certificates, and the Quanton image pull token.

  1. In the Onehouse console, go to your project's homepage:

    https://cloud.onehouse.ai/<organizationId>/home

    Replace <organizationId> with your Onehouse organization ID.

  2. Click Download to get your onehouse-values.yaml.

  3. Store this file securely. It contains credentials — do not commit it to version control.

Next steps