> ## 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.

# CLIでの認証

CLIを使用する前に、まず認証を行う必要があります。Novitaアカウントにサインインするには、次のコマンドを実行します。

<Tip>
  以下のコマンドを実行すると、ブラウザでサードパーティの認可ページ（URL形式は `https://novita.ai/oauth/authorize?xxx`）が開きます。指示に従って、その後の認可手順を完了してください。
</Tip>

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