Skip to content

Entire website command surface returns "Session expired" while all other authenticated commands work #71

Description

@middlecoast

CLI: higgsfield v1.1.23, macOS. Freshly authenticated via auth login (plus plan).

Working: account status, workspace list (workspace c2a97241-f09c-4a0a-9c98-7e282996fddc selected). The auth session is valid.

Failing: every higgsfield website * command returns Error: Session expired immediately, including website categories, which is not site-specific. --json does not surface the underlying HTTP status, so we cannot tell a 401 from a 403 or 5xx client-side.

Corroborating: the MCP server at mcp.higgsfield.ai dropped its entire website toolset (deploy_website, list_websites, website_status, website_repo_access, etc.) mid-session on 2026-08-23. In a fresh session on 2026-08-24 the server's instructions state "Website Builder apps, games, and websites are temporarily unavailable." Meanwhile the marketing page at https://higgsfield.ai/skills/website is still live and advertising the feature.

Notes: OAuth login grants email profile offline_access user:org:read only, nothing website-scoped. Our deployed site (id 6e0bf54b-5208-4ed6-8003-3896574b7886) continues to serve fine; only management/deploy is blocked.

Questions:

  1. Is the website API surface temporarily disabled platform-side? If so, is there an ETA?
  2. If it is an entitlement/scope issue instead, what is missing from a plus-plan account?
  3. Feature request: surface the raw HTTP status/error body under --json so this class of failure is diagnosable client-side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions