Skip to content
Latest (currently 2026.7.0) has the newest features, bug fixes, and CVE patches of Solo Enterprise for agentregistry.

arctl user login

Page as Markdown

Login to agentregistry to get a token

Usage

arctl user login [flags]

Command-specific flags

--oidc-client-id string: OIDC client ID (overrides OIDC_CLIENT_ID).
--oidc-client-secret string: OIDC client secret (overrides OIDC_CLIENT_SECRET).
--oidc-flow string: OIDC flow to use, one of 'device-authorization' (default), 'client-credentials', or 'password-credentials' (default "device-authorization").
--oidc-insecure-skip-verify: Skip TLS verify for OIDC issuer (overrides OIDC_INSECURE_SKIP_VERIFY).
--oidc-issuer-url string: OIDC issuer URL (overrides OIDC_ISSUER).
--oidc-password string: password, required when OIDC password-credentials flow is used.
--oidc-scope strings: Set openid scope, "openid profile" scope used by default (default [openid,profile]).
--oidc-username string: username, required when OIDC password-credentials flow is used.
--stdout: print the token to stdout instead of storing it in the token store.
--verbose: print the token size to stdout.

Global flags

-h, --help: Display help information for the command.
--registry-token string: Registry bearer token (defaults to value of ARCTL_API_TOKEN env var).
--registry-url string: Registry URL (overrides ARCTL_API_BASE_URL env var; defaults to http://localhost:12121).