> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso auth

> Sign in / out and inspect the current session.

## Overview

Sign in / out and inspect the current session.

## Verbs

| Verb     | Description                                                              |
| -------- | ------------------------------------------------------------------------ |
| `login`  | Run the device-flow login. Prints a URL + code to enter in your browser. |
| `logout` | Clear stored credentials for the current tenant.                         |
| `whoami` | Show who you're signed in as and when the token expires.                 |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso auth --help
ekso auth login --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
