Authdog

CLI beta

Explore your identity stack from your terminal

Sign in through your browser, inspect your Authdog identity, and move through organizations, tenants, projects, and environments without losing context. Automation foundations are coming next.

Secure browser login
Authenticate in the browser, then return through a short-lived, one-time local callback.
Identity inspection
Check the active account and session context with /whoami before working in a workspace.
Hierarchy navigation
Move through organizations, tenants, projects, and environments while keeping parent scope intact.
Install
curl https://cli.auth.dog/install -fsS | bash

CLI workflows

Know where you are before you act

Current beta focuses on secure sign-in, identity inspection, and guided navigation. Automation follows with explicit, machine-readable behavior.

  • Authenticate through a short-lived browser flow
  • Confirm server-provided identity with /whoami
  • Keep tenant, project, and environment scope visible
  • Explore resources without copying identifiers between pages
# Launch the interactive CLI
$ authdog-cli

# Sign in through the browser
/login

# Inspect the authenticated identity
/whoami

# Verify credentials and active scope
/status

Available now

Built for exploration

Start with secure interactive navigation. Know who you are and where you are before you act.

01

Secure browser login

Authenticate in your browser, then return to the CLI through a short-lived, one-time local callback.

02

Identity inspection

Check the active account and session context with /whoami before working in a workspace.

03

Hierarchy navigation

Move through organizations, tenants, projects, and environments while keeping parent scope intact.

04

Interactive browser

Explore identity resources in a focused terminal interface without memorizing every identifier.

On the roadmap

Growing toward automation

Follow a clear path toward predictable scripts, agents, and local developer workflows.

01

Agent-safe automation

Coming soon

Non-interactive mode with stable JSON results, structured errors, and no hidden browser prompts.

02

Project linking

Coming soon

Git-aware profiles that connect a checkout to its tenant, project, and environment context.

03

CLI doctor

Coming soon

Diagnostics for authentication, workspace links, API access, local configuration, and SDK setup.

04

Credential hardening

Coming soon

OS keychain storage, safe file fallback, and automatic access-token refresh.

01

See your active identity

Ask the API who you are, inspect readable account details, and verify local session state.

02

Keep resource scope clear

Select a tenant, project, and environment while the CLI maintains their parent-child relationship.

03

Move without dashboard hopping

Browse the identity hierarchy from the same terminal where you build, test, and debug.

Explore Authdog from your terminal

Install the beta, sign in securely through your browser, and navigate your identity workspace without leaving the command line.