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

# dome auth

> Authentication management

| Command           |                    |
| ----------------- | ------------------ |
| [Login](#login)   | `dome auth login`  |
| [Logout](#logout) | `dome auth logout` |
| [Status](#status) | `dome auth status` |

***

## Login

`dome auth login`

Authenticate with the Dome Platform.

Opens your default browser for authentication. After login, an identity session is created and all available org/tenant contexts are synced.

```bash theme={"system"}
dome auth login
```

| Flag      | Type   | Description                            |
| --------- | ------ | -------------------------------------- |
| `--token` | string | API token for CI/headless environments |

## Logout

`dome auth logout`

Sign out and remove stored credentials.

## Status

`dome auth status`

Show authentication status including active context, server, org, tenant, and role.
