Create Sandbox
The simplest way to create a sandbox is to callnovita.sandbox.create() without any arguments.
From Template
You can create a sandbox from a template by passing the template name or ID.Python
Environment Variables
You can set environment variables when creating a sandbox, and override or append them on a single command.Metadata
Sandbox metadata lets you attach custom key-value information to a sandbox. Common uses include:- Connecting a sandbox to a user session.
- Saving custom user-related data for a sandbox, such as API keys.
- Linking a sandbox to a user ID so it can be reconnected later.
novita.sandbox.list(). Sandboxes can also be filtered using metadata when listing.