# prb auth command reference

Authenticate prb with Probo. This page documents **4 commands** under `prb auth`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command           | Description                     | Usage                | Source                                                                                           |
| ----------------- | ------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------ |
| `prb auth`        | Authenticate prb with Probo.    | `prb auth <command>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auth/auth.go)          |
| `prb auth login`  | Authenticate with a Probo host. | `prb auth login`     | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auth/login/login.go)   |
| `prb auth logout` | Log out of a Probo host.        | `prb auth logout`    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auth/logout/logout.go) |
| `prb auth status` | View authentication status.     | `prb auth status`    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/auth/status/status.go) |
