HSX_E_CLOUDFLARE_OAUTH_NOT_CONFIGURED

Cloudflare OAuth not configured.

What this error means

This build of HS-X does not have a Cloudflare OAuth client baked in.

When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_CLOUDFLARE_OAUTH_NOT_CONFIGURED — stable to match on in scripts and agents.

Likely causes

  • HSX_CLOUDFLARE_OAUTH_CLIENT_ID is not set
  • You ran on a CI image without OAuth secrets

How to fix it

  • Set HSX_CLOUDFLARE_OAUTH_CLIENT_ID
  • Or use --auth-method api-token

Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.