# prb auth command reference

Authenticate prb with the platform. 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 the platform.    | `prb auth <command>` | [View implementation](/docs)          |
| `prb auth login`  | Authenticate with a the platform host. | `prb auth login`     | [View implementation](/docs)   |
| `prb auth logout` | Log out of a the platform host.        | `prb auth logout`    | [View implementation](/docs) |
| `prb auth status` | View authentication status.     | `prb auth status`    | [View implementation](/docs) |
