auth_missing
auth_missing
Section titled “auth_missing”HTTP status: 401 Unauthorized
How to fix
Section titled “How to fix”- Add the
Authorizationheader. Every request todashboard.justcrawl.io/api/v1/*needsAuthorization: Bearer YOUR_API_KEY. - CLI: run
jc auth login. This stores the key in~/.jc/config.jsonand every subsequentjccommand picks it up automatically. - MCP server: set
JUSTCRAWL_API_KEYin your agent host's MCP config (e.g.claude_desktop_config.json→env) and restart the host. - Browser SPA: confirm you're signed in. The session cookie is checked first; if it's expired you'll see this code instead of a redirect.
What this means
Section titled “What this means”The request reached the API gateway without any usable credential — no Authorization header, no valid session cookie. This is distinct from auth_invalid, where a credential was sent but didn't match an active key.
Related errors
Section titled “Related errors”auth_invalid— credential sent but wrong/expired/revokedauth_forbidden— authenticated but lack permissionauth_org_mismatch— authenticated to the wrong organization
Still stuck?
Section titled “Still stuck?”Contact support with your request_id (looks like req_01HF3JKB...). We'll check whether the header reached our gateway at all.