# Authentication in CLI - Documentation

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/guides/sandbox-cli-auth

# Authentication in CLI

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

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.

Bash

```
novita-sandbox-cli auth login
```

Last modified on June 5, 2026
