# Create sandbox and connect to terminal - 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-spawn-sandbox

# Create sandbox and connect to terminal

With the following command, you can use the command line tool to start a sandbox and connect to the terminal.

Bash

```
novita-sandbox-cli sandbox create
```

You can interact with the sandbox directly from the terminal. Run `exit` to exit the connection. Once disconnected, the sandbox will be killed automatically.

Last modified on June 24, 2026
