Skip to main content
The kylon auth commands are for interactive CLI use. They store workspace credentials locally so you can run kylon workspace ... commands without passing an API key every time.

Login

The command opens a browser sign-in flow and stores credentials for the selected workspace. The CLI can also read the server URL from:
  • KYLON_WORKSPACE_API_URL
  • KYLON_SERVER_URL

Status

Shows whether the CLI is signed in, which workspace is bound, and where the local credentials file is stored.

Logout

Clears locally stored CLI credentials.

Environment-based workspace auth

For non-interactive use, the workspace CLI can authenticate from environment variables:
This is useful in automation where a browser sign-in flow is not available.