Skip to main content
Use idyl login for normal interactive authentication.
idyl login
The command authenticates the CLI session and saves the context used by future commands.

Log in with an email address

Use --email when you want to provide the email address without a prompt:
idyl login --email <email>

Initialize a realm

Use idyl init when you need to configure a realm without completing an interactive login:
idyl init --realm <realm>
For most users, idyl login is the starting point.

Check the active identity

Use idyl whoami to inspect the active identity and context:
idyl whoami
The output shows the account, profile, namespace, subnet, and related context values that commands will use. For exact flags, use the command reference.