Skip to content

Authentication problems

AgentDock doesn't manage agent authentication — here's how to tell when a CLI isn't signed in.

AgentDock never stores or manages credentials for any agent CLI. Authentication happens entirely between you and each provider, using that CLI's own login flow — see Authentication.

Recognizing an auth problem in Antigravity

Because Antigravity is integrated over a raw terminal (PTY) session rather than a structured SDK, AgentDock watches its output for authentication-related phrases and surfaces them as an interaction prompt rather than a generic error. Recognized phrasing includes:

  • not authenticated
  • authentication required
  • please log in
  • run /login
  • you're not logged in
  • you are currently not signed in

If you see one of these in a session, sign in to Antigravity directly (outside AgentDock, using its own CLI) and retry.

Claude Code and Codex

Both are backed by their provider's own SDK (@anthropic-ai/claude-agent-sdk, @openai/codex-sdk). If either isn't authenticated, run the CLI directly in a terminal and complete its login flow before using it in AgentDock.