HSX_E_INPUT_NO_HSX_ACCOUNT

No HS-X account exists.

What this error means

A command needs an HS-X account but none is configured.

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_INPUT_NO_HSX_ACCOUNT — stable to match on in scripts and agents.

Likely causes

  • Haven't run hs-x connect yet

How to fix it

  • Run hs-x connect to create your first HS-X account

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.