auth_invalid
auth_invalid
Section titled “auth_invalid”HTTP status: 401 Unauthorized
How to fix
Section titled “How to fix”- Confirm the key isn't a typo. API keys start with
sr_live_and are 40+ characters. Re-paste from the dashboard at Settings → API Keys rather than typing. - Check the dashboard to see if the key was revoked. If it's missing from the list at Settings → API Keys, generate a new one.
- If you're using the CLI, re-run
jc auth login. Your locally stored key in~/.jc/config.jsonmay be stale. - If you're using the MCP server, update the
JUSTCRAWL_API_KEYenv var in yourclaude_desktop_config.json(or equivalent) and restart the agent host.
What this means
Section titled “What this means”You sent an Authorization header, but the value didn't match an active API key for any organization. Either the key is wrong, was revoked from the dashboard, or has been rotated since you last copied it.
Related errors
Section titled “Related errors”auth_missing— noAuthorizationheader at allauth_forbidden— credentials are valid, but you lack permission for this actionauth_org_mismatch— the resource belongs to a different organization
Still stuck?
Section titled “Still stuck?”Contact support with your request_id (looks like req_01HF3JKB...). We'll trace the auth attempt in our logs.