Skip to main content
Metadata is a way to attach arbitrary key-value pairs for a sandbox. This is useful in various scenarios, for example:
  • Associate a sandbox with a user session.
  • Store custom user data for a sandbox like API keys.
  • Associate a sandbox with a user ID and connect to it later.
You specify metadata when creating a sandbox and can access it later through listing running sandboxes with Sandbox.list() method.

Filtering sandboxes by metadata

You can also filter sandboxes by metadata, you can find more about it here.