Status and Keys
Status and Keys
/status command shows what method of authentication we are using (are we logged in?). Tabs: Status, Config, Usage (cycle with ←/→ or tab). Shows: Version, Session name, Session ID, cwd, Auth token, API key, Organization, Email.
claude auth status shows the same info as JSON, varying by login method:
- Logged in via Anthropic Console (API token usage):
authMethod: "claude.ai",apiProvider: "firstParty",apiKeySource: "/login managed key",subscriptionType: null - Logged in via Claude Subscription:
authMethod: "claude.ai",apiProvider: "firstParty",subscriptionType: "pro"(or other tier) - Logged in via API token set via environment variables:
authMethod: "api_key",apiProvider: "firstParty",apiKeySource: "ANTHROPIC_API_KEY"
Related: Auth Error, Via API Key, Conflicting Authentications