> ## 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 maken en verbinding maken met terminal

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/nl/guides/sandbox-cli">tutorial</Link> to install the CLI and complete <Link href="/docs/nl/guides/sandbox-cli-auth">authentication</Link>.</Note>;
  }
};

<SandboxCliConfigHint />

Met de volgende opdracht kun je de opdrachtregeltool gebruiken om een sandbox te starten en verbinding te maken met de terminal.

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

Je kunt rechtstreeks vanuit de terminal met de sandbox werken. Voer `exit` uit om de verbinding te verbreken. Zodra de verbinding is verbroken, wordt de sandbox automatisch beëindigd.
