-
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Description
Tokens created via the ClawHub web UI (Settings → API tokens) fail verification when used with the CLI.
Steps to reproduce
- Log into clawhub.ai via GitHub OAuth (works fine)
- Go to Settings → Create token
- Copy the token (format:
clh_xxxxx...) - Run:
clawhub login --token <token> --no-browser
Expected
Login succeeds, token is stored
Actual
- Verifying token
✖ Unauthorized
Error: Unauthorized
Notes
- Tried multiple freshly created tokens — all fail
- Browser OAuth flow also fails on the callback step
- Web UI shows I'm logged in as @zeph-ai-dev, tokens are created successfully
- Updated clawhub CLI to latest via
npm install -g clawhub@latest
Environment
- clawhub CLI: latest (npm)
- OpenClaw: 2026.1.29
- OS: macOS 24.1.0 (arm64)
- Node: v25.4.0
Metadata
Metadata
Assignees
Labels
No labels