Skip to content

Authentication

RemoteGPU uses two authentication models:

  • a signed-in browser session for console workflows
  • API keys for programmatic workflows

The right model depends on which product surface you are using.

Choose the authentication path

Product pathTypical userInterfaceAuthentication model
ApplicationNon-professional or low-ops userConsoleSigned-in browser session
Inference APIDeveloper or backend integratorHTTP APIAPI key
KubernetesKubernetes-literate operatorConsole and kubectlBrowser session for the console, API key for kubectl

Access model details

Use your normal sign-in flow at console.remotegpu.ai when you are:

  • managing Comfy workspaces
  • creating or reviewing Kubernetes namespaces in the console
  • reviewing Kubernetes deployments, services, and ingresses in the console
  • managing account settings and API keys

In these flows, you do not send an API key manually.

Which key should you create

ScopeUse it whenTypical caller
InferenceYou need to call inference endpoints onlyApp server, script, backend worker
Kubernetes execYou need namespace access through kubectlLocal shell, CI job, platform operator
AllOne automation needs both inference and Kubernetes accessAdmin automation

Read API keys for scope details and examples.

Typical workflows

Console-only workflow

If you only use the console, sign in with your normal account. No API key is required.

Inference API workflow

  1. Create an inference-enabled API key.
  2. Pass it in the x-api-key header.
  3. Continue with Image inference.

This path is usually the right fit for semi-professional users, developers, and integrators who want a programmable API without operating Kubernetes directly.

Kubernetes workflow

  1. Create a Kubernetes exec API key.
  2. Download the namespace kubeconfig from the console.
  3. Export REMOTEGPU_API_KEY before running kubectl.
  4. Continue with Kubernetes overview.

This path is designed for professional users who are comfortable with native Kubernetes resources such as Deployment, Service, and Ingress.

RemoteGPU customer documentation