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:
- Is the website API surface temporarily disabled platform-side? If so, is there an ETA?
- If it is an entitlement/scope issue instead, what is missing from a plus-plan account?
- Feature request: surface the raw HTTP status/error body under
--json so this class of failure is diagnosable client-side.
CLI: higgsfield v1.1.23, macOS. Freshly authenticated via
auth login(plus plan).Working:
account status,workspace list(workspacec2a97241-f09c-4a0a-9c98-7e282996fddcselected). The auth session is valid.Failing: every
higgsfield website *command returnsError: Session expiredimmediately, includingwebsite categories, which is not site-specific.--jsondoes 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.aidropped 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:readonly, nothing website-scoped. Our deployed site (id6e0bf54b-5208-4ed6-8003-3896574b7886) continues to serve fine; only management/deploy is blocked.Questions:
--jsonso this class of failure is diagnosable client-side.