HSX_E_INPUT_BAD_NAME

Invalid project name.

What this error means

The project name failed validation.

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

Likely causes

  • Contains characters other than letters, digits, dashes, or underscores
  • Starts with a non-alphanumeric

How to fix it

  • Use letters, numbers, dashes, or underscores
  • Start with a letter or number

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.