revcat-troubleshooting
Installation
SKILL.md
revcat - troubleshooting
Run revcat doctor first - it walks the most common breakage points and tells you what's wrong. revcat auth doctor is the auth-specific variant.
For deep debugging:
REVCAT_DEBUG=api revcat <command>
Logs the full request and response (with the bearer token redacted).
"the credentials were rejected (401 unauthorized)"
The login step or any later command got 401.
- The OAuth token may have been revoked (Account Security UI in the RC dashboard) or the refresh token expired. Re-run
revcat auth login. - If you're trying to call something the v2 REST API doesn't expose (project update/delete, an events firehose), you'll see 401/403/404. Those are out of scope.