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

# Sandbox erstellen und mit Terminal verbinden

export const SandboxCliConfigHint = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    return <Note>Before running the command-line related example code in this document, please refer to the <Link href="/docs/de/guides/sandbox-cli">tutorial</Link> to install the CLI and complete <Link href="/docs/de/guides/sandbox-cli-auth">authentication</Link>.</Note>;
  }
};

<SandboxCliConfigHint />

Mit dem folgenden Befehl kannst du das Befehlszeilentool verwenden, um eine Sandbox zu starten und dich mit dem Terminal zu verbinden.

```bash Bash icon="terminal" theme={"system"}
novita-sandbox-cli sandbox create <template-id>
```

Du kannst direkt über das Terminal mit der Sandbox interagieren. Führe `exit` aus, um die Verbindung zu beenden. Sobald die Verbindung getrennt ist, wird die Sandbox automatisch beendet.
