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

# Authentification dans la CLI

Avant d’utiliser la CLI, vous devez d’abord vous authentifier. Exécutez la commande suivante pour vous connecter à votre compte Novita :

<Tip>
  Après l’exécution de la commande ci-dessous, une page d’autorisation tierce s’ouvrira dans votre navigateur (avec le format d’URL `https://novita.ai/oauth/authorize?xxx`). Suivez les instructions pour effectuer les étapes d’autorisation suivantes.
</Tip>

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