HSX_E_DEV_SESSION_NO_HUBSPOT_ACCOUNT
HubSpot account not in CLI config.
What this error means
The HubSpot portal id is not registered in `~/.hscli/config.yml`.
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_DEV_SESSION_NO_HUBSPOT_ACCOUNT — stable to match on in scripts and agents.
Likely causes
- You have not authenticated with the HubSpot CLI for this portal
How to fix it
- Run
hs accounts auth(HubSpot CLI) orhs-x connectto add the portal
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.
Keep going