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

# Authentication in CLI

Before using the CLI, you must first authenticate. Run the following command to sign in to your Novita account:

<Tip>
  After executing the command below, a third-party authorization page will open in your browser (with URL format `https://novita.ai/oauth/authorize?xxx`). Follow the instructions to complete the subsequent authorization steps.
</Tip>

```bash Bash icon="terminal" theme={"system"}
novita-sandbox-cli auth login
```
